Scripts and Setups that can be used across multiple environments
The settings project contains several key areas:
setup
- go here when setting up a fresh environmentscripts
- base scripts
Some old terminal favourites and some applications that get my environment up and running.
- Clone this repo into your home directory:
git clone https://github.com/danielithomas/settings.git
which creates the settings directory. - Inside there, make sure the file
settings\setup\install-scripts.sh
is executable then run that.
Important Note: Scripts assume you have a "config" directory at ~/config
- the script doesn't create this at the moment (I used to use symlinks which were specific to my workflow) so remember to mkdir config
in your home directory.
Primary assumptions being made here are that the linux distro is debian or debian based. Scripts also install from snaps, and makes a try to install that if not present. Right now, this is my primary focus.
TODO
TODO - Yet to test on my home Pi. I think the script would need to be more robust to know what works and what doesn't on Raspian (64-bit)
TODO
Mostly there... Removed a lot of custom aliases.