Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.84 KB

README.md

File metadata and controls

48 lines (41 loc) · 1.84 KB

Dotfiles

Mac OS X

  • Install Homebrew
  • brew install zsh
  • Install OhMyZsh
  • Install Vundle
  • brew install vim
  • brew install git
  • brew install tmux
  • brew install reattach-to-user-namespace --wrap-pbcopy-pbpaste && brew link reattach-to-user-namespace
  • Install powerline fonts
  • Install base16 colors
  • Install iTerm2
  • In iTerm2 preferences for your profile set:
    • Character Encoding: Unicode (UTF-8)
    • Report Terminal Type: xterm-256color
  • Copy the files to ~/
  • Execute: vim +PluginInstall +qall to install vim's plugins

Ubuntu

To install the dotfiles, run these commands:

git clone https://github.com/claick-oliveira/dotfiles.git
cd dotfiles/ubuntu
./script.sh -a

Notes

  • sudo apt install zsh
  • sudo apt install git
  • sudo apt install vim
  • sudo apt install tmux
  • sudo apt install terminator
  • Install OhMyZsh
  • Install Vundle
  • Install powerline fonts
  • Clean fonts cache, doc click here
  • Move config file, doc click here
  • In Terminator preferences for your profile set:
    • Preferences > Profiles > Colors > Foreground and Background > Built-in schemes: Solarized dark
    • Preferences > Profiles > Colors > Palette > Built-in schemes: Solarized
  • Copy the files to ~/
  • Execute vim +PluginInstall +qall to install vim's plugins