Update 'scripts/setup_minimal.sh'
This commit is contained in:
parent
94f4bebf25
commit
81e50771d1
1 changed files with 3 additions and 4 deletions
|
@ -4,15 +4,14 @@ cd ~
|
|||
|
||||
sudo apt install git tmux vim exa rigrep
|
||||
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||
git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles
|
||||
|
||||
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf
|
||||
ln -s ~/dotfiles/.vimrc ~/.vimrc
|
||||
|
||||
cat <<'EOF' >> ~/.bashrc
|
||||
source ~/dotfiles/.bash_extra
|
||||
|
||||
EOF
|
||||
echo "source ~/dotfiles/.bash_extra" >> ~/.bashrc
|
||||
|
||||
vim +PluginInstall +qall
|
||||
|
||||
source ~/.bashrc
|
||||
|
|
Loading…
Reference in a new issue