diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-04-01 14:26:17 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-04-01 14:26:17 +0200 |
| commit | d57a75ef98f7958e976488bdcc1c600caaae3e7c (patch) | |
| tree | e50b8f095d5af43b5b30ba10caa4937fd1b37d79 /README.md | |
| parent | feat: remove .bashrc (diff) | |
| download | suckless-setup-d57a75ef98f7958e976488bdcc1c600caaae3e7c.tar.gz | |
feat: add vis config
Diffstat (limited to '')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -22,10 +22,11 @@ cd suckless-setup/ Replace config files ```sh -sudo mv picom.conf /etc/xdg/picom.conf +sudo cp picom.conf /etc/xdg/picom.conf # optional -mv neofetch/config.conf ~/.config/neofetch/config.conf +cp neofetch/config.conf ~/.config/neofetch/config.conf +cp vis -r ~/.config/ # for [cli-visualizer](https://github.com/dpayne/cli-visualizer) ``` Build and install each program manually or with the included script |
