Dot files for my work spaces.
- Clone this repository at the
$HOME
directory. - Add
source $HOME/dot/config/bash/.bashrc
to your bash configuration file or addsource $HOME/dot/config/zsh/.zshrc
to your zsh configuration file if you use zsh. - For neovim, first execute
mv ~/.config/nvim ~/.config/nvim.bak
, and then executeln -s $HOME/dot/config/nvim $HOME/.config/nvim
.