Skip to content

thazelart/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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