-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdot_tm_properties.tmpl
59 lines (46 loc) · 1.58 KB
/
dot_tm_properties.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Default Settings
fontSize = 14
fontName = "Fira Code Retina"
softWrap = true
softTabs = true
tabSize = 2
showInvisibles = true
saveOnBlur = true
# Extra files to include
myExtraIncludes = ".circleci,.codeclimate.yml,.env,.github,.gitignore,.overcommit.yml,.ruby-version,.semaphore,.tm_properties,.tool-versions,.terraform.lock.hcl"
fileBrowserGlob = "{*,$myExtraIncludes}"
include = "{$include,$myExtraIncludes}"
# Hide log and vendor directories from search popups.
myExtraExcludes = "log,_build,deps,tmp/cache,target,env,node_modules,tmp/capybara,coverage,storage"
excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}"
excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}"
# Homebrew tools
PATH = "$PATH:/opt/homebrew/bin:/usr/local/bin"
GOPATH = "{{ .chezmoi.homeDir }}/go"
GOROOT = "/opt/homebrew/opt/go/libexec"
# Configure some binary paths
TM_DOT = "/opt/homebrew/bin/dot"
TM_GIT = "/opt/homebrew/bin/git"
# TM_GO = "$GOROOT/bin/go"
# TM_HG = "/opt/homebrew/bin/hg"
# TM_PYTHON = "/opt/homebrew/bin/python"
TM_RUBY = "{{ .chezmoi.homeDir }}/bin/tm_chruby"
# Variables
TM_FULLNAME = "Caius Durling"
TM_ORGANIZATION_NAME = "SwedishCampground"
# Specific file overrides
[ ".git/COMMIT_EDITMSG" ]
spellChecking = true
[ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib} ]
binary = true
[ "{README,INSTALL,LICENSE,TODO}" ]
fileType = "text.plain"
[ "{Gemfile,Gemfile.lock,Capfile,Rakefile,.rvmrc,.bundle/config}"]
fileType = "source.ruby"
[ "{.gitconfig}"]
fileType = "source.git-config"
[ "Makefile" ]
tabSize = 4
softTabs = false
[ "*.go" ]
softTabs = false