dotfiles/link.sh
2026-04-15 16:30:27 +02:00

21 lines
851 B
Bash
Executable File

#!/usr/bin/env bash
# ln -s ~/Documents/dotfiles/alacritty ~/.config/
ln -s ~/Documents/dotfiles/foot ~/.config/
ln -s ~/Documents/dotfiles/mako ~/.config/
ln -s ~/Documents/dotfiles/mpv ~/.config/
ln -s ~/Documents/dotfiles/nvim ~/.config/
ln -s ~/Documents/dotfiles/sway ~/.config/
ln -s ~/Documents/dotfiles/swayidle ~/.config/
ln -s ~/Documents/dotfiles/tmux ~/.config/
ln -s ~/Documents/dotfiles/topgrade ~/.config/
ln -s ~/Documents/dotfiles/waybar ~/.config/
ln -s ~/Documents/dotfiles/wofi ~/.config/
ln -s ~/Documents/dotfiles/yt-dlp ~/.config/
ln -s ~/Documents/dotfiles/zathura ~/.config/
ln -s ~/Documents/dotfiles/opencode ~/.config/
ln -s ~/Documents/dotfiles/.zshrc ~/
ln -s ~/Documents/dotfiles/.gitconfig ~/
mkdir -p ~/.config/environment.d
ln -s ~/Documents/dotfiles/environment.d/10-path.conf ~/.config/environment.d/10-path.conf