seperate git clone
This commit is contained in:
parent
e961a7084f
commit
15b28ac49e
1 changed files with 3 additions and 1 deletions
4
Makefile
4
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`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue