Skip to content

Commit 088f9b6

Browse files
committed
feat: minor improvements
1 parent 801c8e3 commit 088f9b6

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

Brewfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ else
2222
brew 'postgresql'
2323
brew 'node'
2424
brew 'pnpm'
25+
brew 'luarocks'
2526
brew 'navi'
2627
brew 'tokei'
2728

@@ -38,7 +39,7 @@ else
3839
brew 'htop'
3940
brew 'jq'
4041
brew 'fx'
41-
brew 'xsv'
42+
brew 'qsv'
4243
brew 'pandoc'
4344
brew 'beancount'
4445
brew 'fava'
@@ -60,7 +61,7 @@ else
6061

6162
# [cask] dev
6263
cask 'visual-studio-code'
63-
cask 'alacritty'
64+
cask 'ghostty'
6465
cask 'figma'
6566

6667
# [cask] productivity
@@ -75,6 +76,7 @@ else
7576
cask 'rar'
7677
cask 'appcleaner'
7778
# cask 'qmk-toolbox'
79+
# cask 'via'
7880

7981
# [cask] entertainment
8082
cask 'iina'

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

app/VSCode/init

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
mkdir -p ~/Applications/
44
sudo ln -s /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code /usr/local/bin/code
5-
code --install-extension Shan.code-settings-sync

app/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set +e
44

55
if [[ -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
88
else
99
declare -a apps=("git" "ruby" "go")

0 commit comments

Comments
 (0)