1
0
dotfiles/deactivate.sh
Nigel f3bc559598
FEAT: Added rofi, i3status and starhip configuration
FIX: Deactivate and activate script now put things in the right spot
2024-04-09 23:01:57 +02:00

9 lines
340 B
Bash
Executable File

#!/bin/zsh
stow -D --dotfiles bash zsh tmux git
stow -D --dotfiles alacritty -t $HOME/.config/alacritty
stow -D --dotfiles nvim -t $HOME/.config/nvim
stow -D --dotfiles i3 -t $HOME/.config/i3
stow -D --dotfiles i3status -t $HOME/.config/i3status
stow -D --dotfiles rofi -t $HOME/.config/rofi
stow -D --dotfiles starship -t $HOME/.config