huacamx / newbox

dot files for a new so (newbox)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

VIM

ln -s ~/newbox/.vim/vimrc .vimrc
ln -s ~/newbox/.zshrc .
ln -s ~/newbox/.tmux.conf .


git clone https://github.com/VundleVim/Vundle.vim.git ~/newbox/.vim/bundle/Vundle.vim
vim +PluginInstall +qall

Powerline

# fonts for zsh
sudo apt-get install fonts-powerline

# power line status for vim
sudo apt install python3-pip
pip3 install --user powerline-status

About

dot files for a new so (newbox)


Languages

Language:Vim Script 95.7%Language:Shell 4.3%