My personal dotfiles. For new machines to have my environment set up fast and hassle free. Works by creating symlinks and placing them in $HOME.
You need to have the following installed:
gitcurlzshoh-my-zsh
sudo apt install git zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"sh -c "$(curl -fsSL https://raw.githubusercontent.com/solumath/.dotfiles/main/install.sh)"config_updateor manually
git pullgit add .
git commit -m "Update dotfiles"
git push