An open API service indexing awesome lists of open source software.

https://github.com/bukashk0zzz/vimrc

My vim/screen/zsh/git config
https://github.com/bukashk0zzz/vimrc

vim vimrc

Last synced: 3 months ago
JSON representation

My vim/screen/zsh/git config

Awesome Lists containing this project

README

          

# Install my vim profile
``` bash
cd ~

curl https://codeload.github.com/Bukashk0zzz/vimrc/zip/master > vim.zip
unzip vim.zip
cp -r vimrc-master/.vim* .
rm vim.zip
rm -rf vimrc-master

curl https://raw.githubusercontent.com/Bukashk0zzz/vimrc/master/.zshrc > ~/.zshrc

curl https://raw.githubusercontent.com/Bukashk0zzz/vimrc/master/.tmux.conf > ~/.tmux.conf

curl https://raw.githubusercontent.com/Bukashk0zzz/vimrc/master/.gitconfig > ~/.gitconfig
```