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
|
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
|
git clone https://git.mgrote.net/mg/dotfiles ~/dotfiles
|
||||||
|
|
||||||
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf
|
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf
|
||||||
ln -s ~/dotfiles/.vimrc ~/.vimrc
|
ln -s ~/dotfiles/.vimrc ~/.vimrc
|
||||||
|
|
||||||
cat <<'EOF' >> ~/.bashrc
|
echo "source ~/dotfiles/.bash_extra" >> ~/.bashrc
|
||||||
source ~/dotfiles/.bash_extra
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
|
vim +PluginInstall +qall
|
||||||
|
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
|
Loading…
Reference in a new issue