workstation_setup¶
Scripts to capture my workstation setups
Prerequisites¶
Install pre-requirements:
Set up dotfiles¶
Set up user dotfiles
Get the aliases in a container¶
RUN wget -O /etc/profile.d/git_aliases.sh https://github.com/athackst/workstation_setup/raw/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¶
System useful system services.