Skip to content

Commit 26450a4

Browse files
author
corbet
committed
Updates
1 parent e037db5 commit 26450a4

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

setup-brew.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ echo "source $(brew --prefix)/opt/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zs
1919
# Install Dev tools
2020
echo "Installing dev tools"
2121
brew install --cask displaylink
22+
brew install --cask daisydisk
2223

2324
# Install CLI tools
2425
echo "Installing CLI Tools"
@@ -55,7 +56,7 @@ brew install --cask shottr # Another screenshot app
5556
brew install --cask soundsource # Easily manage various sound sources on your computer and their outputs
5657
brew install --cask keka # Best unpacker app
5758
brew install bleunlock # Allows you to automatically lock/unlock your MacBook using any bluetooth device. (Phone, Watch, etc)
58-
brew install --cask hammerspoon # more scripting and automation software
59+
# brew install --cask hammerspoon # more scripting and automation software
5960
brew install --cask bunch # automation tool
6061
brew install --cask dropzone # menubar drop area tool
6162

@@ -72,7 +73,7 @@ brew install --cask via # Keyboard firmware app
7273
brew install --cask spotify # Spotify music player
7374
brew install --cask pdf-expert # PDF editor
7475
brew install --cask skim #free PDF editor
75-
brew install --cask bettermouse #external mouse software
76+
# brew install --cask bettermouse #external mouse software
7677
brew install --cask fmail2 #fastmail email client
7778

7879
# Browser tools

setup-symlinks.sh

+18-9
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,30 @@
44
sudo -v
55

66
# CLI Tools
7-
ln -s ~/.config/.zshrc ~/.zshrc
8-
ln -s ~/.config/.gitconfig ~/.gitconfig
9-
ln -s ~/.config/.hyper.js ~/.hyper.js
7+
ln -s ~/dotfiles/.zshrc ~/.zshrc
8+
ln -s ~/dotfiles/.gitconfig ~/.gitconfig
9+
ln -s ~/dotfiles/.hyper.js ~/.hyper.js
10+
ln -s ~/dotfiles/.hyper_plugins ~/.hyper_plugins
11+
ln -s ~/dotfiles/.p10k.zsh ~/.p10k.zsh
12+
ln -s ~/dotfiles/.Playdate ~/.Playdate
13+
ln -s ~/dotfiles/.zprofile ~/.zprofile
14+
ln -s ~/dotfiles/.zsh_history ~/.zsh_history
15+
ln -s ~/dotfiles/.orbstack ~/.orbstack
16+
ln -s ~/dotfiles/.hyper_plugins ~/.zsh_sessions
17+
ln -s ~/dotfiles/.oh-my-zsh ~/.oh-my-zsh
18+
ln -s ~/dotfiles/.iterm2_shell_integration.zsh ~/.iterm2_shell_integration.zsh
19+
ln -s ~/dotfiles/.hyper_plugins ~/.hyper_plugins
20+
ln -s ~/dotfiles/powerlevel0k ~/powerlevel10k
21+
ln -s ~/dotfiles/.warprc ~/.warprc
1022

11-
# Alfred
12-
ln -s ~/Library/Application\ Support/Alfred/Alfred.alfredpreferences ~/alfred/Alfred.alfredpreferences
1323

14-
# VS Code
15-
ln -s /Users/corbet/.config/vscode/settings.json /Users/corbet/Library/Application\ Support/Code/User/settings.json
16-
ln -s /Users/corbet/.config/vscode/keybindings.json /Users/corbet/Library/Application\ Support/Code/User/keybindings.json
17-
ln -s /Users/corbet/.config/vscode/snippets/ /Users/corbet/Library/Application\ Support/Code/User
24+
# Alfred
25+
# ln -s ~/Library/Application\ Support/Alfred/Alfred.alfredpreferences ~/alfred/Alfred.alfredpreferences
1826

1927
# BetterTouchTool
2028

2129
# Bartender 4
30+
# ln -s ~/Library/Application\ Support/Bartender/Bartender.BartenderPreferences ~/Bartender/Bartender.BartenderPreferences
2231

2332
# Initialize new settings
2433
source ~/.zshrc

0 commit comments

Comments
 (0)