My dotfiles
. I use stow to manage.
My sway window manager config, based on the Catppuccin mocha
theme. Includes theming for dunst, [swaylock], [swaynag], Waybar.
- Catpuccin Mocha theme configured for
swaymsg
,swaynag
,sway
,rofi
,waybar
, anddunst
. - Screenshot script & keybindings.
- Alacritty
- NeoVim
- Oh-My-Posh
- Tmux
- Zsh
Clone the repo to your system. Run the install
script. This will copy key directories (sway
, rofi
, waybar
, etc.) into your ~/.config
directory.
Clone the repo to your favorite local development
directory. Use the GNU stow utility to setup symbolic links in your ~/.config
directory.
git clone https://github.com/TylerDurham/dotfiles
cd dotfiles
./install
To uninstall, symply remove the symbolic links in your ~/.config
directory or run the uninstall
script.
./uninstall