dotfiles tracked using Tuckr. Makes my terminal look kewl.
Install via appropriate package manager, ideally get latest version:
Clone the repo
cd ~/.dotfiles
make installmake install deploys all symlinks via Tuckr. It does not install plugins - see below.
Layout: Configs/<group>/.config/<app>/ for XDG apps, Configs/<group>/ for home-directory files (.bashrc, .profile).
- Place file in the matching group using
mv - Run
make installto symlink - Commit
Install fisher Then install plugins from the tracked list:
fisher install
fisher update# Edit and add your own API keys / tokens - for agentic code
$EDITOR ~/.config/fish/config.local.fishOpen tmux, press prefix + I to install plugins via tpm. To resync:
cd ~/.dotfiles
make restowDownload the plugin into the plugins dir (one-time):
curl -fL -o ~/.dotfiles/Configs/zellij/.config/zellij/plugins/zjstatus.wasm \
https://github.com/dj95/zjstatus/releases/latest/download/zjstatus.wasm