Default Home Directory For Lab Computers
-curl
curl -L --silent https://raw.githubusercontent.com/Code417/Home/master/installer.sh | bash
- Download The Zip File
- move file to Downloads directory if its not already there
- unzip file
unzip -o ~/Downloads/master.zip -d ~/ - remove unwanted files ex.
rm -r ~/Home-master/.config/ - move files from resulting folder into place
mv -n ~/Home-master/.* ~/ - then open a new terminal to see the sweetness
~/.bashrc entry point for bash runtime config
~/.bashfunctions non-standard extra for function definitions
~/.bashaliases non-standard auto regenarating extra for alias definitions
~/packages.pkg auto genarating file containing packages that can be installed via the update alias
~/.bash_profile mirror for ~/bashrc