My dotfiles collection (installable via GNU Stow)
Go to file
Peter Cai b240b262e9 add README 2021-11-18 18:53:05 -05:00
alacritty/.config/alacritty alacritty: change opacity optyions 2021-11-17 21:47:27 -05:00
bash bashrc: add sshscr 2021-02-17 21:18:05 +08: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 rime: add full width switch 2021-02-01 08:29:06 +08:00
sway/.config sway: waybar: query for weather every minute 2021-11-18 17:56:19 -05: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.