blob: d72e8ece10a52b23e5ac101f16489b57a428a1ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# install dependencies (TODO)
# stow dotfiles
stow hypr --adopt
stow waybar --adopt
stow fish --adopt
stow kitty --adopt
stow wofi --adopt
# do other stuff (TODO)
git config --global core.editor "micro"
|