Bhanditz / .dotfiles

dotfiles for bash, vim, tmux, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. cd ~ && git clone git@github.com:x/.dotfiles.git
  2. cd ~/.dotfiles && ./install.sh
  3. echo ". ~/.bashrc" > ~/.bash_profile

Installing fancy fonts for vim-airline

  1. cd ~ && git clone git@github.com:powerline/fonts.git ~/.powerline_fonts
  2. cd ~/.powerline_fonts && ./install.sh

Setting up fonts

brew tap caskroom/fonts && brew cask install font-fira-code

Using macvim instead of system vim (needs full XCode install)

brew install macvim --override-system-vim

Other stuff to brew-install

brew install git bash bash-completion tmux reattach-to-user-namespace

About

dotfiles for bash, vim, tmux, etc.


Languages

Language:Perl 78.4%Language:Vim Script 11.1%Language:Shell 10.5%