mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-04-04 00:36:27 +02:00
Add sublime text for ubuntu
This commit is contained in:
parent
c09d4811fc
commit
d1039b0ec8
2 changed files with 7 additions and 0 deletions
.chezmoiignore
dot_config/private_sublime-text/private_Packages/private_User
|
@ -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…
Add table
Reference in a new issue