dotfiles

MIT License

Stars
5

dotfiles

It contains the installation and configuration for most of apps I use.

Important: It is not fully automated yet.

Appearance

Darwin

Linux

  • Ubuntu 16.04
  • Gnome 3.20
  • Appearance config in the desktop image

Install

Clone this project:

git clone [email protected]:maxcnunes/dotfiles.git ~/.dotfiles
or
git clone https://github.com/maxcnunes/dotfiles.git ~/.dotfiles

Install Dropbox and sync the data.

Bootstrap and install apps:

cd ~/.dotfiles
./script/bootstrap.sh
./script/install.sh

Manual Configurations

MacOS

iTerm manual settings after VIM has been installed:

  • Theme:
    1. Open iTerm then go to Preferences>Profiles>Default>Colors
    2. Import the One Dark theme from ~/.vim/bundles/onedark.vim/term/One Dark.itermcolors
    3. Select the One Dark theme after imported
    4. Fix the theme color in ANSI Colors section by setting Black Normal to 282c34.
  • Font:
    1. Download and install Monaco for Powerline font
    2. Open iTerm then go to Preferences>Profiles>Default>Text
    3. Select Monaco for Powerline font

Linux

Gnome extensions from Chrome

Terminal Font

Although the font is automatically download to ~/.fonts. I could not set automatically the gnome terminal font. So we need to do it manually changing the font to: SauceCodePro Nerd Font Semibold 10.

References

Based on few existig vim configuration projects: