Skip to content

Instantly share code, notes, and snippets.

@souvikhaldar
Last active April 25, 2024 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save souvikhaldar/2e7141245e263144d3368ba7ed7d8cdf to your computer and use it in GitHub Desktop.
Save souvikhaldar/2e7141245e263144d3368ba7ed7d8cdf to your computer and use it in GitHub Desktop.
setup-ubuntu
#!env bash
sh -c "$(curl -fsLS chezmoi.io/get)"
sudo mv ./bin/chezmoi /usr/local/bin/
sudo snap install chezmoi --classic
sudo apt install git
mkdir -p ~/.local/share/
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
rsync -avzP --exclude .git souvik@souvikhaldar.in:~/.local/share/chezmoi ~/.local/share/
chezmoi apply
chezmoi cd
sh initializeUbuntu.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment