dotfiles repo - tested with ubuntu 22.04
- Open Microsoft Store.
- Search for
Ubuntu
and selectUbuntu 22.04 LTS
. - Click
Get
to download. - Follow the instructions to complete the initial setup.
- Run
sudo apt update && sudo apt upgrade
.
Follow the steps below to configure dotfiles on a fresh Linux system:
-
Clone into
~/dotfiles
:cd ~ git clone https://github.com/adamrushuk/dotfiles.git
-
Run the install script:
~/dotfiles/install.sh
-
Place any secrets, and local overrides into
~/.local.rc
DO NOT add this file to the dotfiles repo. -
Restart the shell session.
-
This tools-install repo is also cloned so common tools can be installed as required, eg:
# installs all common tools ~/tools/install-common.sh # install tools individually ~/tools/azure-cli.sh ~/tools/helm.sh ~/tools/kubectl.sh ~/tools/kube-tools.sh ~/tools/misc.sh ~/tools/powershell.sh ~/tools/terraform.sh ~/tools/velero.sh
Thanks to BenC for the original dotfiles scripts: https://github.com/benc-uk/dotfiles