From cd588f5a5e204d8a36181bbba8d5bf7446d4bafe Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 30 Jun 2024 12:20:35 +0300 Subject: [PATCH] add installation links --- Makefile | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 9cf2670..b1e0211 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,16 @@ -all: - chmod +x ./install.sh - ./install.sh +# all: + clone: - git clone https://github.com/osbm/media.git ~/Documents/media git clone https://github.com/osbm/rerouting.git ~/Documents/rerouting git clone https://github.com/osbm/wallpapers.git ~/Pictures/wallpapers install-programs-pacman: - sudo pacman -S tmux alacritty flameshot trash-cli git git-lfs + sudo pacman -S tmux alacritty trash-cli git git-lfs spectacle unzip + +link: + ln -sf /home/osbm/Documents/dotfiles/src/.gitconfig ~/.gitconfig + ln -sf /home/osbm/Documents/dotfiles/src/.config/alacritty/ ~/.config/alacritty + ln -sf /home/osbm/Documents/dotfiles/src/.config/tmux ~/.config/tmux + git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm + echo "Dont forget to install tmux plugins by `C-s I`" \ No newline at end of file