Fixes for aliases + bootstrap + new features
* manage vim plugins via Vundle * new aliases
This commit is contained in:
@ -104,6 +104,11 @@ git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/p
|
||||
ln -snf ~/Code/dotfiles/dot_zshrc ~/.zshrc
|
||||
ln -snf ~/Code/dotfiles/dot_zshrc.pre-oh-my-zsh ~/.zshrc.pre-oh-my-zsh
|
||||
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||
vim +PluginInstall +qall
|
||||
git clone https://github.com/dbeniamine/cheat.sh-vim.git ~/.vim/cheat.sh-vim
|
||||
|
||||
|
||||
# Install no-more-secrets
|
||||
git clone https://github.com/bartobri/no-more-secrets.git ~/Code/no-more-secrets
|
||||
cd ~/Code/no-more-secrets
|
||||
|
@ -11,6 +11,8 @@ bundle update --all
|
||||
#gem update asciidoctor-pdf t
|
||||
zsh ~/.oh-my-zsh/tools/upgrade.sh
|
||||
npm update -g jira-node-cli --save
|
||||
sudo pip install --upgrade pip
|
||||
sudo pip3 install --upgrade pip
|
||||
|
||||
sudo pip install --upgrade pip 2>/dev/null
|
||||
sudo pip3 install --upgrade pip 2>/dev/null
|
||||
pip freeze > ~/requirements.txt
|
||||
# Update VIM plugins installed via Vundle https://github.com/VundleVim/Vundle.vim
|
||||
vim +PluginUpdate +qall
|
||||
|
Reference in New Issue
Block a user