shell_setup.sh is a script that adds a few lines of text to the current shell's .rc file so it can source the aliases and functions. If a .rc file exists, then it is moved, and a dummy file that sources everything required is created instead. It also symlinks .vimrc
, .tmux.conf
and .versions
to ~/
Running ver
or version
returns the version number for each of the files
- X.0.0 major - the file is overhauled
- 0.X.0 minor - commands are added or removed
- 0.0.X fix - the file is improved in any other way
These files contain aliases and functions for both bash and zsh
configuration for Tmux
configuration for Vim
Bootstrapping scripts - WIP