commit bf35b773604bd4f153e49f20f3c233362ea59c22 parent 52ca992a5e0502a908870d54c0769369526c0ebf Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Sun, 15 Dec 2019 00:31:20 +0100 Remove conky from install script Diffstat:
M | install_dotfiles.sh | | | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/install_dotfiles.sh b/install_dotfiles.sh @@ -35,15 +35,6 @@ rsync -ac --progress $GIT_REPO/mpd.conf ~/.config/mpd/mpd.conf echo "$GIT_REPO/ncmpcpp/config --> ~/.config/ncmpcpp/config" rsync -ac --progress $GIT_REPO/ncmpcpp/config ~/.config/ncmpcpp/config -echo "$GIT_REPO/conky/conkyrc_dwm --> ~/.conky/conkyrc_dwm" -rsync -ac --progress $GIT_REPO/conky/conkyrc_dwm ~/.conky/conkyrc_dwm -echo "$GIT_REPO/conky/conkyrc_i3 --> ~/.conky/conkyrc_i3" -rsync -ac --progress $GIT_REPO/conky/conkyrc_i3 ~/.conky/conkyrc_i3 -echo "$GIT_REPO/conky/conkyrc_tmux --> ~/.conky/conkyrc_tmux" -rsync -ac --progress $GIT_REPO/conky/conkyrc_tmux ~/.conky/conkyrc_tmux -echo "$GIT_REPO/conky/conkyrc_vim --> ~/.conky/conkyrc_vim" -rsync -ac --progress $GIT_REPO/conky/conkyrc_vim ~/.conky/conkyrc_vim - echo "$GIT_REPO/tmux.conf --> ~/.tmux.conf" rsync -ac --progress $GIT_REPO/tmux.conf ~/.tmux.conf