6 lines
82 B
Bash
6 lines
82 B
Bash
#!/bin/sh
|
|
|
|
rm -rf ~/.config/kitty
|
|
|
|
ln -s $HOME/dotfiles/kitty $HOME/.config/kitty
|