Skip to content

AVM-Martin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

195 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal configs and libraries, managed under dotfiles.

Setup

I'll try to comply with popular tools listed in dotfiles page, you can check the details in this page.

yadm

Repo: https://github.com/TheLocehiliosan/yadm (3.5.0)

cd $HOME
tempfile=$(mktemp) && curl -fLo $tempfile https://github.com/TheLocehiliosan/yadm/raw/3.5.0/yadm && chmod u+x $tempfile
$tempfile clone --no-bootstrap https://github.com/AVM-Martin/dotfiles
$tempfile submodule update --init --checkout .local/lib/yadm

# export DOTFILES_MINIMAL=1
$tempfile bootstrap

rm $tempfile && unset tempfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors