From 21a262169f5f079ee6e93db4101a4e89a48ae610 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 30 Jun 2020 12:45:20 +0200 Subject: add i3 and i3 status --- uninstall.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 uninstall.sh (limited to 'uninstall.sh') diff --git a/uninstall.sh b/uninstall.sh new file mode 100644 index 0000000..173b069 --- /dev/null +++ b/uninstall.sh @@ -0,0 +1,22 @@ +#!/bin/bash + +# Link at home folder +stow -Dt ~ bash tmux git + +# Link at XDG_CONFIG_HOME if set, if not to $HOME/.config (they should be the same) +stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} -D nvim + +# konsole colors +# stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/konsole" konsole + +# kitty +stow -Dt "${XDG_CONFIG_HOME:=$HOME/.config}/kitty" kitty + +# Guix channels +stow -Dt "${XDG_CONFIG_HOME:=$HOME/.config}/guix" guix + +# i3 +stow -Dt "${XDG_CONFIG_HOME:=$HOME/.config}/i3" i3 +stow -Dt "${XDG_CONFIG_HOME:=$HOME/.config}/i3status" i3status +# Plasma session environment variables +#stow -Rt "${XDG_CONFIG_HOME:=$HOME/.config}/plasma-workspace/env" plasma-env -- cgit v1.2.3