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