configs/arch-config/install.sh

47 lines
1.1 KiB
Bash
Raw Normal View History

2020-03-04 14:12:37 +01:00
#!/bin/bash
2020-04-10 13:13:26 +02:00
#DO NOT MAKE CHANGES TO THE INSTALL SCRIPT HERE. USE arcolinux-config.sh IN /scripts FOR THAT
2020-03-04 14:12:37 +01:00
#change to home (does not show in terminal)
cd $HOME
#remove old installs
#rm -rf ~/arcolinux-config
2020-03-04 14:12:37 +01:00
#clone this repo
#git clone https://gitlab.com/RealStickman-arcolinux/arcolinux-config.git &&
2020-03-04 14:12:37 +01:00
#copy stuff
#cp -r ~/arcolinux-config/.config/ ~/ &&
#cp ~/arcolinux-config/.bashrc ~/ &&
2020-03-04 14:12:37 +01:00
#copy commands
#cp ~/arcolinux-config/Commands ~/Dokumente
2020-03-12 11:42:57 +01:00
#copy scripts
#cp -r ~/arcolinux-config/scripts/ ~/
2020-04-10 13:03:32 +02:00
#copy stuff to /etc
#sudo cp -r ~/arcolinux-config/etc /
2020-03-04 14:12:37 +01:00
#make bash scripts executable
#chmod +x ~/.config/polybar/launch.sh
#chmod +x ~/.config/scripts/startup.sh
#chmod +x ~/.config/i3/scripts/i3exit.sh
#chmod +x ~/scripts/arcolinux-config.sh
2020-03-04 14:12:37 +01:00
#remove downloaded folder
#rm -rf ~/arcolinux-config
2020-03-04 14:12:37 +01:00
#restart i3 in place
#i3 restart
2020-03-04 14:12:37 +01:00
#output
#echo Finished updating everything!
#echo Launching new shell!
2020-03-04 14:12:37 +01:00
#new shell to reload .bashrc and fish config
#exec bash
echo Launching arcolinux-config.sh
#make executable & launch arcolinux-config.sh
chmod +x ~/arcolinux-config/scripts/arcolinux-config.sh
bash ~/arcolinux-config/scripts/arcolinux-config.sh