Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 513 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 513 Bytes

lyng-dev dotfiles

Initial dependencies

  1. Update apt packages, and upgrade all packages: sudo apt update && sudo apt upgrade
  2. Install git: sudo apt install git
  3. Install visual studio code: sudo dpkg -i ./<file>.deb - Download .deb from https://code.visualstudio.com/Download
  4. Install ZSH sudo apt install zsh
  • You need to reboot after installation for 'chsh' to take effect
  1. Install Oh-My-ZSH: sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"