My personal set-up scripts. Used in Pop OS 21.04 Distro.
bashrc
sets up Bash shell script.settings.dconf
sets up all gnome settings.
symlink.sh
sets up symbolic links in$HOME
.aptinstall.sh
sets up repository installs.desktop.sh
setups desktop environment settings.setup.sh
collects all the scripts and executes them.
- After cloning the repo use the
initialize.sh
file to start. Make sure that its executable by using chmod +xinitialize.sh
. This file will go through and make all other.sh
files executable and then run thesetup.sh
file.