dotfiles/README.md

9 lines
237 B
Markdown
Raw Normal View History

2020-09-14 21:44:26 +00:00
Enable:
2020-09-14 21:32:39 +00:00
2020-09-14 21:44:26 +00:00
```
rm ~/.config/conky/conky.conf && mkdir -p $HOME/.config/conky && ln -s $(pwd)/conky.conf $HOME/.config/conky.conf
2020-09-14 21:50:59 +00:00
ln -s $(pwd)/conky.desktop $HOME/.config/autostart/conky.desktop
2020-09-14 22:07:31 +00:00
ln -s $(pwd)/screenrc $HOME/.screenrc
2020-09-14 21:44:26 +00:00
```