dotfiles/compton/install.sh
2022-07-21 22:47:35 +02:00

5 lines
106 B
Bash

#!/bin/sh
rm ~/.config/compton.conf
ln -s $HOME/dotfiles/compton/compton.conf $HOME/.config/compton.conf