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 ~/