tangled
alpha
login
or
join now
dekker.one
/
dotfiles
0
fork
atom
The general configuration of my development environment and many other general computer things.
0
fork
atom
overview
issues
pulls
pipelines
Add Homebrew installed software
dekker.one
4 years ago
6b9a89bd
cd5ab7b8
+86
4 changed files
expand all
collapse all
unified
split
.chezmoiignore
Brewfile
private_Library
private_Application Support
org.nushell.nu
config.toml
symlink_dot_Brewfile.tmpl
+1
.chezmoiignore
···
1
1
+
Brewfile
+81
Brewfile
···
1
1
+
tap "cormacrelf/tap"
2
2
+
tap "homebrew/bundle"
3
3
+
tap "homebrew/cask"
4
4
+
tap "homebrew/cask-fonts"
5
5
+
tap "homebrew/core"
6
6
+
tap "homebrew/services"
7
7
+
tap "koekeishiya/formulae"
8
8
+
brew "aspell"
9
9
+
brew "bat"
10
10
+
brew "bison"
11
11
+
brew "black"
12
12
+
brew "python@3.9"
13
13
+
brew "cbc"
14
14
+
brew "ccache"
15
15
+
brew "chezmoi"
16
16
+
brew "cmake"
17
17
+
brew "exa"
18
18
+
brew "fd"
19
19
+
brew "flex"
20
20
+
brew "fzf"
21
21
+
brew "gecode"
22
22
+
brew "gh"
23
23
+
brew "gnupg"
24
24
+
brew "go"
25
25
+
brew "hugo"
26
26
+
brew "llvm"
27
27
+
brew "mas"
28
28
+
brew "mdbook"
29
29
+
brew "neovim"
30
30
+
brew "ninja"
31
31
+
brew "node"
32
32
+
brew "nushell"
33
33
+
brew "openjdk"
34
34
+
brew "or-tools"
35
35
+
brew "pandoc"
36
36
+
brew "pinentry-mac"
37
37
+
brew "pipenv"
38
38
+
brew "pipx"
39
39
+
brew "poetry"
40
40
+
brew "prettier"
41
41
+
brew "pyflow"
42
42
+
brew "ripgrep"
43
43
+
brew "rust-analyzer"
44
44
+
brew "rustup-init"
45
45
+
brew "starship"
46
46
+
brew "tectonic"
47
47
+
brew "texlab"
48
48
+
brew "zoxide"
49
49
+
brew "zplug"
50
50
+
brew "cormacrelf/tap/dark-notify"
51
51
+
brew "koekeishiya/formulae/skhd"
52
52
+
brew "koekeishiya/formulae/yabai"
53
53
+
cask "adobe-acrobat-pro"
54
54
+
cask "alfred"
55
55
+
cask "calibre"
56
56
+
cask "discord"
57
57
+
cask "docker"
58
58
+
cask "font-go"
59
59
+
cask "font-ibm-plex"
60
60
+
cask "kitty"
61
61
+
cask "mactex-no-gui"
62
62
+
cask "mimestream"
63
63
+
cask "minizincide"
64
64
+
cask "protonmail-bridge"
65
65
+
cask "protonvpn"
66
66
+
cask "skim"
67
67
+
cask "sublime-merge"
68
68
+
cask "visual-studio-code"
69
69
+
cask "whatsapp"
70
70
+
cask "zoom"
71
71
+
mas "1Password 7", id: 1333542190
72
72
+
mas "Adblock Plus", id: 1432731683
73
73
+
mas "GarageBand", id: 682658836
74
74
+
mas "Keynote", id: 409183694
75
75
+
mas "Numbers", id: 409203825
76
76
+
mas "Pages", id: 409201541
77
77
+
mas "Slack", id: 803453959
78
78
+
mas "Textual IRC Client", id: 896450579
79
79
+
mas "The Unarchiver", id: 425424353
80
80
+
mas "Things", id: 904280696
81
81
+
mas "Xcode", id: 497799835
+3
private_Library/private_Application Support/org.nushell.nu/config.toml
···
23
23
"alias edit = ^($nu.env.EDITOR)",
24
24
"alias set-light-theme = kitty +kitten themes Rose-pine-dawn",
25
25
"alias set-dark-theme = kitty +kitten themes Rose-pine-moon",
26
26
+
"alias brew-backup = brew bundle dump --global --no-lock --cask --mas --tap --force",
27
27
+
"alias brew-cleanup = brew bundle cleanup --global --no-lock --force --zap",
28
28
+
"alias brew-restore = brew bundle install --global --no-lock",
26
29
27
30
# Optional binaries from Homebrew
28
31
"pathvar add $'(brew --prefix | str trim)/opt/bison/bin'",
+1
symlink_dot_Brewfile.tmpl
···
1
1
+
{{ .chezmoi.sourceDir }}/Brewfile