A collection of dotfiles, settings, and configurations.
- aliases
- bash
- emacs
- gitconfig
- tmux
- vim
- Go to home dir:
cd ~
- Clone repo:
git clone https://github.com/williamgrimes/.dotfiles.git
- Make script executable using
chmod +x ~/.dotfiles/symlink_setup.sh
- Run script to create symbolic links:
bash ~/.dotfiles/symlink_setup.sh --local
, orbash ~/.dotfiles/symlink_setup.sh --remote