parent
958c1d2d08
commit
b1958b7cc8
2 changed files with 1 additions and 2 deletions
|
@ -63,6 +63,7 @@ RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.v
|
|||
&& ln -s ~/dotfiles/.vimrc ~/.vimrc \
|
||||
&& ln -s ~/dotfiles/vim/spell/ ~/.vim/ \
|
||||
&& rm ~/.bashrc \
|
||||
&& ln -s ~/dotfiles/.bash_extra ~/.bashrc \
|
||||
&& vim +PluginInstall +qall
|
||||
|
||||
COPY --chown=ansible-dev:ansible-dev start_tmux.sh .
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/bash
|
||||
tmux new-session -s ansible-devspace -d
|
||||
tmux attach -t ansible-devspace
|
||||
ln -s ~/dotfiles/.bash_extra ~/.bashrc
|
||||
source ~/.bashrc
|
||||
|
|
Loading…
Reference in a new issue