- Clone the repo and cd into it.
- Make sure that there is no directories in .config with same names. Stow will create symlink instead of regular directory.
- To apply alacritty(you can substitude "alacritty" to another program name) config use this command:
stow -v -t $HOME alacritty
- To disable symlinks from alacritty config again:
stow -v -t $HOME -D alacritty
Enjoy the final look✨:

- To set custom fonts to GTK based apps use this command:
gsettings set org.gnome.desktop.interface font-name 'JetBrains Mono 11'