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
Update installed software
dekker.one
2 years ago
5661d85b
1f50bf3f
verified
This commit was signed with the committer's
known signature
.
dekker.one
SSH Key Fingerprint:
SHA256:ca4pdN0aciUZT7uFsEm/8J8c2ZG8xuEeKvZ/VmAqebo=
+14
-4
2 changed files
expand all
collapse all
unified
split
Brewfile
private_Library
private_Application Support
nushell
env.nu
+13
-3
Brewfile
···
8
8
brew "bat"
9
9
brew "bison"
10
10
brew "black"
11
11
-
brew "python@3.9"
12
11
brew "ccache"
13
12
brew "chezmoi"
14
13
brew "cmake"
···
28
27
brew "neovim"
29
28
brew "ninja"
30
29
brew "node"
30
30
+
brew "nushell"
31
31
brew "or-tools"
32
32
brew "pandoc"
33
33
brew "pinentry-mac"
34
34
brew "pipx"
35
35
brew "poetry"
36
36
brew "prettier"
37
37
+
brew "python@3.9"
37
38
brew "ripgrep"
38
39
brew "rustup-init"
40
40
+
brew "scip"
39
41
brew "starship"
40
42
brew "tectonic"
41
43
brew "texlab"
···
45
47
brew "zoxide"
46
48
brew "zplug"
47
49
brew "dekker1/minizinc/choco"
50
50
+
brew "dekker1/minizinc/chuffed"
48
51
brew "dekker1/minizinc/flatzingo"
49
52
brew "dekker1/minizinc/fzn-oscar-cbls"
50
53
brew "dekker1/minizinc/fzn-picat"
51
54
brew "dekker1/minizinc/geas"
52
55
brew "dekker1/minizinc/jacop"
53
53
-
brew "dekker1/minizinc/scip"
56
56
+
brew "dekker1/minizinc/open-wbo"
54
57
brew "dekker1/minizinc/yuck"
55
58
brew "koekeishiya/formulae/skhd"
56
59
brew "koekeishiya/formulae/yabai"
57
60
cask "alfred"
58
61
cask "calibre"
62
62
+
cask "chromium"
59
63
cask "discord"
60
64
cask "docker"
61
65
cask "firefox"
66
66
+
cask "fleet"
62
67
cask "font-atkinson-hyperlegible"
63
68
cask "font-ibm-plex"
64
69
cask "font-iosevka"
···
69
74
cask "minizincide"
70
75
cask "mirrorop"
71
76
cask "multipass"
72
72
-
cask "protonvpn"
77
77
+
cask "notion"
73
78
cask "signal"
74
79
cask "skim"
75
80
cask "sublime-merge"
···
79
84
cask "zotero"
80
85
cask "zulip"
81
86
mas "1Password for Safari", id: 1569813296
87
87
+
mas "Baking Soda", id: 1601151613
88
88
+
mas "Kagi Inc.", id: 1622835804
82
89
mas "Keynote", id: 409183694
83
90
mas "Microsoft Excel", id: 462058435
84
91
mas "Microsoft Word", id: 462054704
···
90
97
mas "Textual IRC Client", id: 1262957439
91
98
mas "The Unarchiver", id: 425424353
92
99
mas "Things", id: 904280696
100
100
+
mas "Userscripts-Mac-App", id: 1463298887
101
101
+
mas "Vinegar", id: 1591303229
93
102
mas "WhatsApp", id: 1147396723
103
103
+
mas "Wipr", id: 1320666476
+1
-1
private_Library/private_Application Support/nushell/env.nu
···
68
68
alias less = bat
69
69
alias set-light-theme = kitty +kitten themes Catppuccin-Latte
70
70
alias set-dark-theme = kitty +kitten themes Catppuccin-Macchiato
71
71
-
alias brew-backup = brew bundle dump --global --no-lock --cask --mas --tap --force
71
71
+
alias brew-backup = brew bundle dump --global --no-lock --formula --cask --mas --tap --force
72
72
alias brew-cleanup = brew bundle cleanup --global --no-lock --force --zap
73
73
alias brew-restore = brew bundle install --global --no-lock
74
74