mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
Add sublime text for ubuntu
This commit is contained in:
parent
c09d4811fc
commit
d1039b0ec8
2 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
README.md
|
README.md
|
||||||
LICENSE
|
LICENSE
|
||||||
Preferences.sublime-settings
|
Preferences.sublime-settings
|
||||||
|
{{ if ne .chezmoi.os "darwin" }}
|
||||||
|
Library/Application Support/
|
||||||
|
{{ end }}
|
||||||
|
{{ if ne .chezmoi.os "linux" }}
|
||||||
|
.config/sublime-text/
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
{{ .chezmoi.sourceDir }}/Preferences.sublime-settings
|
Loading…
Reference in a new issue