From 15b28ac49ea0d5b01362826271f2dd770255e032 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 30 Jun 2024 19:43:49 +0300 Subject: [PATCH] seperate git clone --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80139cc..567c440 100644 --- a/Makefile +++ b/Makefile @@ -6,12 +6,14 @@ clone: git clone https://github.com/osbm/wallpapers.git ~/Pictures/wallpapers install-programs-pacman: - sudo pacman -S tmux alacritty trash-cli git git-lfs spectacle unzip + sudo pacman -S tmux alacritty trash-cli git git-lfs spectacle unzip docker docker-compose 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/fish/ ~/.config/fish ln -sf /home/osbm/Documents/dotfiles/src/.config/tmux ~/.config/tmux + +install-tpm: git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm echo "Dont forget to install tmux plugins by `C-s I`"