Skip to content

kjurl/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

config files

Pre-requisite : chezmoi

sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin
# either use this - without ssh
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply kjurel
# or this - if ssh is setup
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply git@github.com:kjurel/dotfiles.git

installed software using chezmoi in .local/bin

Specific commands

Refresh Fonts cache

fc-cache -fv

Courtesy of (configs)