Scripts to capture my workstation setups
Install pre-requirements:
sudo apt install -y git
git clone git@github.com:athackst/workstation_setup.git
cd workstation_setupSet up user dotfiles
./install.shRUN wget -O /etc/profile.d/git_aliases.sh https://raw.githubusercontent.com/athackst/workstation_setup/main/dotfiles/.aliases/git_aliases.sh \
&& echo "source /etc/profile.d/git_aliases.sh" >> "/home/vscode/.bashrc"
Installs the basics of my workstation
./setup_ubuntu.sh./setup_wsl.shI have been playing with the idea of doing all/most development inside of docker containers.
- workspaces for example development processes
!!! info
Dockerfiles have been moved to [athackst/dockerfiles](https://github.com/athackst/dockerfiles)
Useful system services are documented in services.