Skip to content

yangningBU/dotfiles

Repository files navigation

dotfiles

This is how I stay alive... on various machines.

Just Vim Setup

If you just want the vim pimp, first download Vundle.

Then install the .vimrc:

curl -s https://raw.githubusercontent.com/yangningBU/dotfiles/master/setup-vim.sh | bash -

Checkout the plugins and configuration in .vimrc.

Then run :PluginInstall

Whole Env

If you want the whole environment which includes nifty aliases and shortcuts you can install my env setup. WARNING: modifies prompt, adds aliases, and moves existing bash and zsh configs out of the way.

Install with

curl -s https://raw.githubusercontent.com/yangningBU/dotfiles/master/dotfile-control.sh | bash -

You will notice there is a forked powerline.py from powerline here as well.

You can use the patched font included in this repo Monaco For Powerline or create your own patched font to use. You will need the fontpatcher script and patched symbol files, create them with

  • curl -s https://raw.githubusercontent.com/Lokaltog/vim-powerline/develop/fontpatcher/fontpatcher > ~/fontpatcher
  • curl -s https://raw.githubusercontent.com/Lokaltog/vim-powerline/develop/fontpatcher/PowerlineSymbols.sfd > ~/PowerlineSymbols.sfd,

making sure to chmod +x ~/fontpatcher before running the relevant command in the instructions.

About

Personal *nix env dev setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published