removed trailing spaces

This commit is contained in:
2024-03-30 15:56:34 +01:00
parent b23da6edc5
commit 8d2fbbd30d
12 changed files with 12 additions and 20 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
Enable:
```
rm ~/.config/conky/conky.conf && mkdir -p $HOME/.config/conky && ln -s $(pwd)/conky.conf $HOME/.config/conky.conf
ln -s $(pwd)/conky.desktop $HOME/.config/autostart/conky.desktop
@@ -16,4 +15,4 @@ ln -s $(pwd)/sshconfig $HOME/.ssh/config
ln -s $(pwd)/bashrc $HOME/.bashrc
ln -s $(pwd)/gitconfig $HOME/.gitconfig
cat $(pwd)/pubkeys/* > ~/.ssh/authorized_keys
```
```