Skip to content

AVM-Martin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

164 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
$tempfile bootstrap
rm -rf $tempfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors