Skip to content

con-f-use/yadmdotfiles

Repository files navigation

yadmdotfiles

My dotfiles managed with yadm. Used on Ubuntu 16.04, 17.04, 17.10, 18.04, 19.10 and manjaro.

Tipps

Install latest version

sudo apt-get install -y git git-lfs pass curl
curl --create-dirs -fLo "$HOME/.local/bin/yadm" "https://github.com/TheLocehiliosan/yadm/raw/master/yadm" && 
    chmod a+x "$HOME/.local/bin/yadm"
# export TMPSH=y
$HOME/.local/bin/yadm clone 'https://github.com/con-f-use/yadmdotfiles.git' --bootstrap
#$HOME/.local/bin/yadm config local.class Home # Cuda UIBK
scp conserve:bin/binary/* ~/.config/yadmdotfiles/bin/
bashitall

To Do

  • Use Bash-it for modularizing aliases (once the custom feature is done)