Skip to content

cooperj/dotfiles

Repository files navigation

dotfiles

Dotfiles for *nix based systems.

These dotfiles have been tested to work on WSL2, Pop!_OS, Ubuntu, and MacOS

Config sudo to not need password

sudo visudo
%sudo ALL=(ALL) NOPASSWD:ALL

Install

  1. Install Packages
sudo bash 1-install-packages.sh
  1. Set Zsh as the default shell environment
chsh -s $(which zsh)
  1. Install "Oh My Zsh"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  1. Install dotfiles
bash 2-install-dotfiles.sh
  1. Install & Configure VS Code
bash 3-vscode.sh

Releases

No releases published

Packages

No packages published

Languages