Collection of dot files to set up my working environment from any unix based system
- Create/go to your work directory
- Clone this repository into your work directory
- Ensure
.bash_profile
doesn't exist in your home folder~/
- Run
bash link_dot_bash.sh
This will create a soft link to your home folder with this repository's .bash__profile
file
if you ever going to edit your .bash_profile
make sure you edit the one in this repository and not the soft link in your home folder
- Create/go to your work directory
- Clone this repository into your work directory
- Ensure
.vimrc
file &.vim
folder doesn't exist in your home folder~/
file - Run
bash link_dot_vim.sh
- Open vim
- Run
:PlugInstall
to ensure proper installation of plugins
This will create a soft link to your home folder with this repository's .vim
folder