diff --git a/NERDTreeBookmarks b/NERDTreeBookmarks index 47d430a..9c6d923 100644 --- a/NERDTreeBookmarks +++ b/NERDTreeBookmarks @@ -3,8 +3,8 @@ dotfiles ~/dotfiles Downloads ~/Downloads root ~/ tm ~/Documents/workspace_tm +private ~/Documents/workspace_private dropbox ~/Dropbox active ~/Documents/workspace_active archive ~/Documents/workspace_archive -private ~/Documents/workspace_private diff --git a/gvimrc b/gvimrc index c382f68..4c2c06e 100644 --- a/gvimrc +++ b/gvimrc @@ -1,6 +1,6 @@ " Copy to ~/.gvimrc or ~/_gvimrc. -set guifont=Source\ Code\ Pro\ for\ Powerline:h16 "make sure to escape the spaces in the name properly +set guifont=Source\ Code\ Pro\ for\ Powerline:h14 "make sure to escape the spaces in the name properly " set guifont=Source\ Code\ Pro:h16 set antialias " MacVim: smooth fonts. set encoding=utf-8 " Use UTF-8 everywhere. diff --git a/make_my_dotfiles.sh b/make_my_dotfiles.sh index a69593b..20fc439 100755 --- a/make_my_dotfiles.sh +++ b/make_my_dotfiles.sh @@ -3,7 +3,7 @@ # some variables _fish_shell="/usr/local/bin/fish" _homebrew=`which brew` -_to_install="the_silver_searcher imagemagick postgresql rbenv redis ruby-build tmux unrar yasm youtube-dl elixir git vim --with-override-system-vi fish" +_to_install="the_silver_searcher imagemagick postgresql rbenv redis ruby-build tmux unrar yasm youtube-dl elixir git git-flow vim --with-override-system-vi fish" # Generate symlinks for files for i in gemrc gitconfig gitignore gvimrc irbrc mongorc.js NERDTreeBookmarks rspec screenrc tmux.conf vimrc rubocop.yml spacemacs diff --git a/spacemacs b/spacemacs index 4f63004..1db4f2b 100644 --- a/spacemacs +++ b/spacemacs @@ -155,7 +155,7 @@ values." dotspacemacs-colorize-cursor-according-to-state t ;; Default font, or prioritized list of fonts. `powerline-scale' allows to ;; quickly tweak the mode-line size to make separators look not too crappy. - dotspacemacs-default-font '("Source Code Pro for Powerline" + dotspacemacs-default-font '("Sauce Code Powerline" :size 15 :weight normal :width normal