Skip to content

Commit 3f33f14

Browse files
update to latest reset
1 parent 76cc768 commit 3f33f14

File tree

4 files changed

+6585
-12
lines changed

4 files changed

+6585
-12
lines changed

bootstrap.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ SYSTEM_ZSHENV=/etc/zshenv
1515
sudo ln -sf $HOME/.config/zsh/.zshenv $SYSTEM_ZSHENV
1616
chmod +r $SYSTEM_ZSHENV
1717

18-
sudo chsh -s $(which zsh) adam
1918

2019
# Yabai - only run on personal machine
2120
# https://github.com/koekeishiya/yabai/wiki/Installing-yabai-(latest-release)
@@ -30,6 +29,8 @@ fi
3029

3130
# Apple specific configuration
3231

32+
sudo scutil --set HostName garlic
33+
3334
# Make key repeat fast
3435
# https://apple.stackexchange.com/questions/10467/how-to-increase-keyboard-key-repeat-rate-on-os-x?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
3536
defaults write -g InitialKeyRepeat -int 15 # normal minimum is 15 (225 ms)

brewfile/Brewfile

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
tap "adoptopenjdk/openjdk"
21
tap "aws/tap"
32
tap "bufbuild/buf"
43
tap "buo/cask-upgrade"
54
tap "fluxcd/tap"
65
tap "hashicorp/tap"
76
tap "homebrew/bundle"
8-
tap "homebrew/cask-drivers"
9-
tap "homebrew/cask-fonts"
10-
tap "homebrew/cask-versions"
117
tap "hudochenkov/sshpass"
128
tap "jakehilborn/jakehilborn"
139
tap "knative/client"
@@ -48,12 +44,9 @@ brew "cmatrix"
4844
brew "coreutils"
4945
brew "cowsay"
5046
brew "delve"
51-
brew "docker", link: false
52-
brew "docker-credential-helper-ecr", link: false
5347
brew "dockutil"
5448
brew "dos2unix"
5549
brew "dust"
56-
brew "exa"
5750
brew "exiftool"
5851
brew "libevent"
5952
brew "p11-kit"
@@ -102,7 +95,6 @@ brew "lolcat"
10295
brew "lsusb"
10396
brew "mas"
10497
brew "mysql-client"
105-
brew "mytop"
10698
brew "neovim"
10799
brew "nmap"
108100
brew "node@18"
@@ -146,7 +138,6 @@ brew "wakeonlan"
146138
brew "wget"
147139
brew "wireguard-tools"
148140
brew "wireshark"
149-
brew "wrk-trello"
150141
brew "yarn"
151142
brew "yj"
152143
brew "youtube-dl"
@@ -160,7 +151,6 @@ brew "hudochenkov/sshpass/sshpass"
160151
brew "jakehilborn/jakehilborn/displayplacer"
161152
brew "knative/client/kn"
162153
brew "pulumi/tap/tf2pulumi"
163-
cask "adoptopenjdk11"
164154
cask "alacritty", args: { appdir: "/Applications" }
165155
cask "amethyst"
166156
cask "bitwarden"
@@ -170,6 +160,7 @@ cask "deluge"
170160
cask "discord"
171161
cask "docker", args: { appdir: "/Applications" }
172162
cask "duplicacy"
163+
cask "firefox"
173164
cask "goland", args: { appdir: "/Applications" }
174165
cask "google-chrome", args: { appdir: "/Applications" }
175166
cask "iterm2"
@@ -182,6 +173,7 @@ cask "pgadmin4", args: { appdir: "~/Applications" }
182173
cask "rar"
183174
cask "slack", args: { appdir: "/Applications" }
184175
cask "spotify", args: { appdir: "/Applications" }
176+
cask "tailscale"
185177
cask "vagrant", args: { appdir: "/Applications" }
186178
cask "virtualbox"
187179
cask "visual-studio-code"

0 commit comments

Comments
 (0)