Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 873 Bytes

File metadata and controls

35 lines (27 loc) · 873 Bytes

dotfiles

Personal dotfiles managed per device on separate branches.

Branch OS
deuce macOS
flinte Arch Linux
chip Raspberry Pi OS

Structure

Each branch follows the same layout — sol/ mirrors the home directory:

dotfile/
├── install.sh          symlinks sol/ into ~/
├── .gitignore
└── sol/
    ├── .zprofile
    ├── .gitconfig
    ├── .config/
    └── .local/

Setup

git clone https://github.com/SolRaze/dotfiles.git ~/Projects/dotfile
cd ~/Projects/dotfile
git checkout <branch>   # deuce | flinte | chip
./install.sh

deuce only: run prefix+I in tmux after first launch to install plugins via tpm.