Dotfiles

  • Update your OS (optional).

Ubuntu:

sudo apt update -y
sudo apt upgrade -y
sudo sed -i 's/Prompt=lts/Prompt=normal/g' /etc/update-manager/release-upgrades
sudo do-release-upgrade --allow-third-party
cd ~

git clone https://github.com/satvikpendem/.ssh.git

sudo chmod 600 ~/.ssh/id_ed25519
sudo chmod 600 ~/.ssh/id_ed25519.pub
sudo chmod 644 ~/.ssh/known_hosts
sudo chmod 755 ~/.ssh

git clone --recurse-submodules -j8 git@github.com:satvikpendem/dotfiles.git
  • Run the install.sh script.
sh ~/dotfiles/install.sh