Skip to content

doctorfree/dotfiles-linux

Repository files navigation

dotfiles-ubuntu

Welcome to my dotfiles-ubuntu repository. Here I store all my configs used on my Ubuntu Linux development system. This repository is managed with yadm, Yet Another Dotfiles Manager.

How to install

See the yadm installation documentation

Universal: 
 sudo curl -fLo /bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && 
 sudo chmod a+x /bin/yadm &&
 yadm clone https://github.com/doctorfree/dotfiles-ubuntu.git

Mac: 
 brew install yadm &&
 yadm clone https://github.com/doctorfree/dotfiles-ubuntu.git

Arch (fresh install):
 pacman -Syu sudo git --noconfirm &&
 sudo curl -fLo /bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && 
 sudo chmod a+x /bin/yadm &&
 yadm clone https://github.com/doctorfree/dotfiles-ubuntu.git

Arch (AUR with yay): 
 yay -Syu yadm-git &&
 yadm clone https://github.com/doctorfree/dotfiles-ubuntu.git

Debian UNSTABLE/Ubuntu 20.04+: 
 sudo apt install yadm &&
 yadm clone https://github.com/doctorfree/dotfiles-ubuntu.git

Updates

This repository is regurlarly being updated. To update to the latest version of these dotfiles, run:

yadm pull

Errors

When cloning

If you encounter any error when cloning, run

yadm stash

Then reclone with

yadm clone -f https://github.com/doctorfree/dotfiles-ubuntu.git

Running bootstrap script

If you encounter any errors when running the bootstrap script, you can always rerun it with

./.config/yadm/bootstrap

About

My dotfiles for Ubuntu Linux systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published