Important
If you are looking for my old dotfiles (which do not use stow), you can find them here
This repo contains all my configs I use.
My dotfiles are managed with stow
, which manages symlinks so that the files in this dotfiles repo are synced with the actual configs.
To get started with using my dotfiles run these commmands:
# arch
sudo pacman -S stow
# gentoo
doas emerge -av app-admin/stow
git clone https://github.com/maxhu08/dotfiles
cd dotfiles
After that, you just need to run the stow command to symlink the dotfiles you want.
Caution
I would not recommend stowing stuff like git
because that contains my .gitconfig or xorg
because thats specific to my monitor setup
# you can stow multiple things in one command!
stow alacritty fish kitty nvim picom tmux vscode xorg
Make sure to install the programs, stow just symlinks the configs. You still need to install the programs!
To get all the packages, check out my rebos-config for arch.