Personal dotfiles managed per device on separate branches.
| Branch | OS |
|---|---|
| deuce | macOS |
| flinte | Arch Linux |
| chip | Raspberry Pi OS |
Each branch follows the same layout — sol/ mirrors the home directory:
dotfile/
├── install.sh symlinks sol/ into ~/
├── .gitignore
└── sol/
├── .zprofile
├── .gitconfig
├── .config/
└── .local/
git clone https://github.com/SolRaze/dotfiles.git ~/Projects/dotfile
cd ~/Projects/dotfile
git checkout <branch> # deuce | flinte | chip
./install.shdeuce only: run
prefix+Iin tmux after first launch to install plugins via tpm.