Last active
April 25, 2024 16:09
-
-
Save souvikhaldar/2e7141245e263144d3368ba7ed7d8cdf to your computer and use it in GitHub Desktop.
setup-ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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 [email protected]:~/.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