link .bashrc explicit
This commit is contained in:
parent
519902dba6
commit
e472edf9ca
1 changed files with 2 additions and 0 deletions
|
@ -45,4 +45,6 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
|
|||
&& ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf \
|
||||
&& ln -s ~/dotfiles/.vimrc ~/.vimrc \
|
||||
&& ln -s ~/dotfiles/vim/spell/ ~/.vim/ \
|
||||
&& rm ~/.bashrc \
|
||||
&& ln -s ~/dotfiles/.bash_extra ~/.bashrc \
|
||||
&& vim +PluginInstall +qall
|
||||
|
|
Loading…
Reference in a new issue