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