Skip to content

Commit fda9ecf

Browse files
update readme
1 parent 8627138 commit fda9ecf

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,22 @@
1010
| Terminal | Ghostty + tmux |
1111

1212
## Hardware
13+
- 14" 2024 M4 Max Macbook Pro; 64GB, 2TB SSD
1314
- 13" 2020 M1 MacBook Pro; 16GB, 512GB SSD
1415
- Keychron Q4 Pro with Gateron Milky Yellow Pro switches [VIA Keymap](/keyboard/keychron_q4_pro/layout.json)
1516
- Planck V7 with Akko Lavender Purple switches [QMK firmware](https://github.com/Benricheson101/qmk_firmware/blob/master/keyboards/planck/rev7/keymaps/benricheson101)
1617

1718
## Usage
1819
```sh
1920
$ alias dot="git --git-dir=$HOME/.dot/ --work-tree=$HOME"
20-
$ source ~/.zshenv
2121
$ git clone --bare [email protected]:Benricheson101/dots.git $HOME/.dot
2222
$ dot checkout
23-
$ dot config --local status.showUntrackedFiles false
23+
$ dot config --local status.showUntrackedFiles no
2424
```
25+
26+
## Required Software
27+
- [oxide zsh theme](https://github.com/dikiaap/dotfiles/blob/master/.oh-my-zsh/themes/oxide.zsh-theme)
28+
- [tmux](https://github.com/tmux/tmux)
29+
- [zoxide](https://github.com/ajeetdsouza/zoxide)
30+
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
31+
- [zsh-vi-mode](https://github.com/jeffreytse/zsh-vi-mode)

0 commit comments

Comments
 (0)