-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8627138
commit fda9ecf
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) |