config tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
2
gvimrc
2
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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user