shortcut sync now distinct
This commit is contained in:
parent
00e0f6ff25
commit
6273a71c0b
1 changed files with 9 additions and 2 deletions
|
@ -103,8 +103,15 @@ git clone https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /h
|
||||||
blue Downloading email setup...
|
blue Downloading email setup...
|
||||||
git clone https://github.com/lukesmithxyz/mutt-wizard.git /home/$NAME/.config/mutt
|
git clone https://github.com/lukesmithxyz/mutt-wizard.git /home/$NAME/.config/mutt
|
||||||
|
|
||||||
blue "Preparing welcome message..."
|
blue Downloading shortcut sync...
|
||||||
curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/src/welcome_i3 >> /home/$NAME/.config/i3/config
|
git clone https://github.com/LukeSmithxyz/shortcut-sync.git &&
|
||||||
|
rsync shortcut-sync/shortcuts.sh ~/.scripts/ &&
|
||||||
|
rsync shortcut-sync/folders ~/.scripts/ &&
|
||||||
|
rsync shortcut-sync/configs ~/.scripts/ &&
|
||||||
|
rm -rf shortcut-sync/
|
||||||
|
|
||||||
blue "Generating bash/ranger/qutebrowser shortcuts..."
|
blue "Generating bash/ranger/qutebrowser shortcuts..."
|
||||||
bash /home/$NAME/.config/Scripts/shortcuts.sh
|
bash /home/$NAME/.config/Scripts/shortcuts.sh
|
||||||
|
|
||||||
|
blue "Preparing welcome message..."
|
||||||
|
curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/src/welcome_i3 >> /home/$NAME/.config/i3/config
|
||||||
|
|
Loading…
Reference in a new issue