Add Sublime Text settings

This commit is contained in:
Shadowfacts 2016-09-17 10:23:31 -04:00
parent d53892fb6d
commit c59f804e7a
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
3 changed files with 14 additions and 1 deletions

4
.gitignore vendored
View File

@ -21,4 +21,6 @@
!.js/*
.js/.DS_Store
!macos.sh
!macos.sh
!Preferences.sublime-settings

View File

@ -0,0 +1,10 @@
{
"ensure_newline_at_eof_on_save": true,
"font_face": "Hack",
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true
}

View File

@ -153,6 +153,7 @@ defaults write com.apple.Safari DownloadsPath -string "$HOME/Desktop/"
ln -s $HOME/dotfiles/.hammerspoon $HOME/.hammerspoon
ln -s $HOME/dotfiles/.vim $HOME/.vim
ln -s $HOME/dotfiles/.vimrc $HOME/.vimrc
ln -s $HOME/dotfiles/Preferences.sublime-settings $HOME/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/Preferences.sublime-settings
ln -s $HOME/dotfiles/.zshrc $HOME/.zshrc
ln -s $HOME/dotfiles/shadowfacts.zsh-theme $HOME/.oh-my-zsh/themes/shadowfacts.zsh-theme