workstation_setup¶
Scripts to capture my workstation setups
Prerequisites¶
Install pre-requirements:
sudo apt install -y git
git clone git@github.com:athackst/workstation_setup.git
cd workstation_setup
Set up dotfiles¶
Set up user dotfiles
Get the Git aliases in a container¶
RUN 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"
Setup workstation¶
Installs the basics of my workstation
Ubuntu¶
WSL¶
Workspaces¶
I 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
Services¶
Useful system services are documented in services.