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
- Host: GitHub
- URL: https://github.com/bukashk0zzz/vimrc
- Owner: Bukashk0zzz
- Created: 2014-10-22T14:02:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T09:42:42.000Z (about 5 years ago)
- Last Synced: 2025-05-27T10:01:05.656Z (about 1 year ago)
- Topics: vim, vimrc
- Language: Vim script
- Homepage:
- Size: 11.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```