Skip to content

claick-oliveira/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My configurations files of vim, zsh and tmux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published