1
0
dotfiles/activate.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
482 B
Bash
Executable File

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