dotfiles/compton/install.sh

5 lines
106 B
Bash
Raw Normal View History

2022-07-21 22:47:35 +02:00
#!/bin/sh
rm ~/.config/compton.conf
ln -s $HOME/dotfiles/compton/compton.conf $HOME/.config/compton.conf