My dotfiles collection (installable via GNU Stow)
Go to file
Peter Cai 3348a8d4d6 .bashrc: Add GUI config
Let's ditch pam_environment entirely
2022-12-20 14:47:50 -05:00
alacritty/.config/alacritty use gruvbox for tmux 2022-04-14 21:19:08 -04:00
bash .bashrc: Add GUI config 2022-12-20 14:47:50 -05:00
fonts/etc/fonts fonts: we are no longer Android font config 2021-02-01 20:38:13 +08:00
nvim/.config/nvim nvim: Update for cmp_nvim_lsp 2022-11-20 14:22:28 -05:00
rime/.local/share/fcitx5/rime add gitignore for rime 2022-03-25 14:56:33 -04:00
sway sway: Add parrotd 2022-11-20 22:56:51 -05:00
tmux Configure WezTerm (and fix color issues with tmux) 2022-08-15 18:01:37 -04:00
vim vimrc: add nofixeol 2022-08-07 13:06:33 -04:00
wezterm/.config/wezterm Configure WezTerm (and fix color issues with tmux) 2022-08-15 18:01:37 -04:00
README.md add README 2021-11-18 18:53:05 -05:00

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.