From 384fee7d36ccd6d560e901453952bd0717d05ed9 Mon Sep 17 00:00:00 2001 From: Dmitri Date: Tue, 2 Sep 2025 11:16:34 +0200 Subject: [PATCH] add linking script --- .zshrc | 2 +- link.sh | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100755 link.sh diff --git a/.zshrc b/.zshrc index d73e05f..7513d30 100644 --- a/.zshrc +++ b/.zshrc @@ -21,7 +21,7 @@ autoload -Uz compinit compinit # # nvm initialization -# source /usr/share/nvm/init-nvm.sh +source /usr/share/nvm/init-nvm.sh alias v="nvim" alias conservation-on="sudo ectool chargecontrol normal 80 80" diff --git a/link.sh b/link.sh new file mode 100755 index 0000000..8fc1b4f --- /dev/null +++ b/link.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +ln -s ~/Documents/dotfiles/alacritty ~/.config/ +ln -s ~/Documents/dotfiles/foot ~/.config/ +ln -s ~/Documents/dotfiles/.gitconfig ~/ +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/.zshrc ~/