16 lines
No EOL
608 B
Makefile
16 lines
No EOL
608 B
Makefile
# all:
|
|
|
|
|
|
clone:
|
|
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 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`"
|