Add Sublime Text settings
This commit is contained in:
parent
d53892fb6d
commit
c59f804e7a
|
@ -22,3 +22,5 @@
|
|||
.js/.DS_Store
|
||||
|
||||
!macos.sh
|
||||
|
||||
!Preferences.sublime-settings
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
"font_face": "Hack",
|
||||
"font_size": 13,
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage"
|
||||
],
|
||||
"scroll_past_end": true
|
||||
}
|
1
macos.sh
1
macos.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue