5 lines
87 B
Bash
5 lines
87 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -r ~/.config/polybar/
|
||
|
ln -s $HOME/dotfiles/polybar $HOME/.config/polybar
|