add installation links
This commit is contained in:
parent
9877f5d34e
commit
cd588f5a5e
1 changed files with 10 additions and 5 deletions
15
Makefile
15
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`"
|
||||
Loading…
Add table
Add a link
Reference in a new issue