/dotfiles

My dotfiles

Primary LanguageVim script

My dotfiles

Install rcm

# Ubuntu
sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm
sudo apt-get update
sudo apt-get install rcm
# Mac OS X
brew tap thoughtbot/formulae
brew install rcm
curl -sL install-node.now.sh/lts | bash

Then run

rcup -d ~/dotfiles -x "README*.md *.sh"

Install tmux and tpm

bash tmux_build_from_source_Ubuntu.sh
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Install zsh

# Ubuntu
sudo apt-get install zsh
chsh -s $(which zsh)
# Mac OS X
brew install zsh zsh-completions
chsh -s $(which zsh)

Install Vim-Plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Install fzf

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

Install oh-my-zsh, zsh-plugins, powerlevel9k, and sindresorhus/pure

sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

git clone https://github.com/zdharma/fast-syntax-highlighting.git \
    $ZSH_CUSTOM/plugins/fast-syntax-highlighting


git clone https://github.com/zsh-users/zsh-autosuggestions \
    $ZSH_CUSTOM/plugins/zsh-autosuggestions
    
git clone https://github.com/bhilburn/powerlevel9k.git \ 
    ~/.oh-my-zsh/custom/themes/powerlevel9k

npm install --global pure-prompt

Install Powerline fonts from nerd-font