Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 699 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 699 Bytes

dotfiles

This is my linux setup. Tested on both Fedora and Ubuntu.

Install

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

Push changes

dotfiles add .config/tool/file
dotfiles status
dotfiles commit -m "add configuration for tool"
dotfiles push origin main