Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Benricheson101 committed Dec 30, 2024
1 parent 8627138 commit fda9ecf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,22 @@
| Terminal | Ghostty + tmux |

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

## Usage
```sh
$ alias dot="git --git-dir=$HOME/.dot/ --work-tree=$HOME"
$ source ~/.zshenv
$ git clone --bare [email protected]:Benricheson101/dots.git $HOME/.dot
$ dot checkout
$ dot config --local status.showUntrackedFiles false
$ dot config --local status.showUntrackedFiles no
```

## Required Software
- [oxide zsh theme](https://github.com/dikiaap/dotfiles/blob/master/.oh-my-zsh/themes/oxide.zsh-theme)
- [tmux](https://github.com/tmux/tmux)
- [zoxide](https://github.com/ajeetdsouza/zoxide)
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
- [zsh-vi-mode](https://github.com/jeffreytse/zsh-vi-mode)

0 comments on commit fda9ecf

Please sign in to comment.