From 58dbdfc630e895bc4a96f6f7c5671f5d017fcdc3 Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Wed, 1 Dec 2021 08:38:15 +0530 Subject: [PATCH] add link script --- link.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 link.sh diff --git a/link.sh b/link.sh new file mode 100755 index 0000000..e49a193 --- /dev/null +++ b/link.sh @@ -0,0 +1,14 @@ +#!/bin/sh +# Symlinks all the dotfiles to the necessary places. + +ln -s alacritty ~/.config +ln -s .bashrc ~/.bashrc +ln -s dunst ~/.config +ln -s i3 ~/.config +ln -s makepkg.conf ~/.config +ln -s nvim ~/.config +ln -s picom ~/.config +ln -s polybar ~/.config +ln -s .tmux.conf ~/.tmux.conf +ln -s .xinitrc ~/.xinitrc +ln -s .Xresources ~/.Xresources