My dotfiles collection (installable via GNU Stow)
Go to file
Peter Cai 35e90dbb04 add gitignore for rime 2022-03-25 14:56:33 -04:00
alacritty/.config/alacritty switch to gruvbox + monospace theme for the desktop 2022-03-25 14:42:54 -04:00
bash .bashrc: add sshunlock for remote unlocking servers 2022-03-19 22:00:52 -04:00
fonts/etc/fonts fonts: we are no longer Android font config 2021-02-01 20:38:13 +08:00
rime/.local/share/fcitx5/rime add gitignore for rime 2022-03-25 14:56:33 -04:00
sway/.config switch to gruvbox + monospace theme for the desktop 2022-03-25 14:42:54 -04:00
tmux tmux: increase history limit 2021-02-10 20:28:29 +08:00
vim init vimrc 2021-02-01 08:46:56 +08:00
README.md add README 2021-11-18 18:53:05 -05:00

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.