Skip to content

UberMouse/dotfiles

Repository files navigation

Bootstrap a new system

  1. Install Curl, Git & i3 sudo apt install curl git i3 docker
  2. Clone this repository git clone [email protected]:UberMouse/dotfiles.git ~/dotfiles
  3. Install Nix
  4. Enable Flakes mkdir -p ~/.config/nix && echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
  5. Setup system nix run home-manager/master switch --flake ~/dotfiles#taylor --cores 10 -j 10 -b bk
  6. Remove apt curl & git sudo apt remove curl git
  7. Set Zsh as default shell sudo bash -c "echo $(which zsh) >> /etc/shells" && sudo chsh -s "$(which zsh)" "$(whoami)"
  8. Log-off and log back in setting window manager to i3
  9. Sign into VSCode and install extensions
  10. Set Gnome Terminal font to Source Code Pro for Powerline
  11. Generate SSH key & add to GitHub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published