File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 brew 'postgresql'
2323 brew 'node'
2424 brew 'pnpm'
25+ brew 'luarocks'
2526 brew 'navi'
2627 brew 'tokei'
2728
3839 brew 'htop'
3940 brew 'jq'
4041 brew 'fx'
41- brew 'xsv '
42+ brew 'qsv '
4243 brew 'pandoc'
4344 brew 'beancount'
4445 brew 'fava'
6061
6162 # [cask] dev
6263 cask 'visual-studio-code'
63- cask 'alacritty '
64+ cask 'ghostty '
6465 cask 'figma'
6566
6667 # [cask] productivity
7576 cask 'rar'
7677 cask 'appcleaner'
7778 # cask 'qmk-toolbox'
79+ # cask 'via'
7880
7981 # [cask] entertainment
8082 cask 'iina'
Original file line number Diff line number Diff line change @@ -107,6 +107,17 @@ $ ./bootstrap
107107- [ ] Downloads: View content as Grid
108108- [ ] Add blank seperator: ` defaults write com.apple.dock persistent-apps -array-add '{tile-type="spacer-tile";}' `
109109
110+ ### Keyboard
111+
112+ - [ ] Input Sources -> Automatically switch to a document's input source
113+ - [ ] Add more input sources that you like
114+
115+ #### Keyboard Shortcuts
116+
117+ - [ ] Show Launchpad: ` F4 `
118+ - [ ] Select the previous input source: ` Option + Space `
119+ - [ ] Copy picture of selected area to clipboard: ` Command + Shift + a `
120+
110121## Optional Setups
111122
112123### bash
Original file line number Diff line number Diff line change 22
33mkdir -p ~ /Applications/
44sudo ln -s /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code /usr/local/bin/code
5- code --install-extension Shan.code-settings-sync
Original file line number Diff line number Diff line change 33set +e
44
55if [[ -z " ${CI} " ]]; then
6- declare -a apps=(" git" " zsh" " ruby" " go" " rust" " fzf" " alacritty " " tmux" " nvim" " VSCode" )
6+ declare -a apps=(" git" " zsh" " ruby" " go" " rust" " fzf" " tmux" " nvim" " VSCode" )
77 # Optional: bash
88else
99 declare -a apps=(" git" " ruby" " go" )
You can’t perform that action at this time.
0 commit comments