add installation links

This commit is contained in:
Osman Faruk Bayram 2024-06-30 12:20:35 +03:00
parent 9877f5d34e
commit cd588f5a5e

View file

@ -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`"