My dotfiles collection (installable via GNU Stow)
Go to file
Peter Cai d0049cd981 sway: Enable parrotd only on AC power 2023-01-11 09:56:38 -05:00
alacritty/.config/alacritty
app_containers/.local/bin app_containers: Don't perform privileged operations in cleanup 2022-12-31 16:16:31 -05:00
bash bash: Allow the default tty which should start sway to be customized per machine 2023-01-08 22:59:36 -05:00
fonts/etc/fonts
nvim/.config/nvim
restic-backup/.local/bin
rime/.local/share/fcitx5/rime
sway sway: Enable parrotd only on AC power 2023-01-11 09:56:38 -05:00
tmux
utils/.local/bin
vim
wezterm/.config/wezterm
README.md

README.md

PeterCxy's Dotfiles

These files are supposed to be installed by GNU Stow. For example, if you want to install the dotfiles for sway listed in this directory, then clone this repository to your $HOME, and then run

stow sway

which will automatially create all the symlinks needed.

All subdirectories (except fonts) in this repository are structured with the assumption that you are going to put the repository directly in $HOME. If not, you need to change the command for stow accordingly.

Note that to install fonts, you need sudo stow -t / fonts instead.