Skip to content

adamrushuk/dotfiles

Repository files navigation

dotfiles

dotfiles repo - tested with ubuntu 22.04

Ubuntu 22.04 Installation

  1. Open Microsoft Store.
  2. Search for Ubuntu and select Ubuntu 22.04 LTS.
  3. Click Get to download.
  4. Follow the instructions to complete the initial setup.
  5. Run sudo apt update && sudo apt upgrade.

Usage

Follow the steps below to configure dotfiles on a fresh Linux system:

  1. Clone into ~/dotfiles:

    cd ~
    git clone https://github.com/adamrushuk/dotfiles.git
  2. Run the install script:

    ~/dotfiles/install.sh
  3. Place any secrets, and local overrides into ~/.local.rc DO NOT add this file to the dotfiles repo.

  4. Restart the shell session.

  5. 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

About

dotfiles repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published