This is my linux setup. Tested on both Fedora and Ubuntu.
git clone --bare [email protected]:thazelart/dotfiles.git
alias dotfiles='/usr/bin/git --git-dir=$HOME/git/dotfiles --work-tree=$HOME'
dotfiles checkout -- .workstation
# Install ansible
ansible-playbook --version || python -m pip install python
dotfiles checkout
cd .workstation
ansible-playbook install_workstation.yaml
source ~/.${##*/}rc
nvim +PlugInstall +qall
nvim +UpdateRemotePlugins +qall
nvim +PlugUpdate +qall
nvim +GoInstallBinaries +qall
dotfiles add .config/tool/file
dotfiles status
dotfiles commit -m "add configuration for tool"
dotfiles push origin main