ben's dotfiles
https://git.sudo.is/ben/dotfiles/
ben
e3a8470f7b
ben/dotfiles/pipeline/head This commit looks good
Details
|
||
---|---|---|
.cargo | ||
.config | ||
.emacs.d | ||
.empty | ||
.gnupg | ||
.local | ||
.ssh | ||
.vim | ||
.zsh.d | ||
.ansible.cfg | ||
.aws##user.ben | ||
.git-credentials | ||
.gitconfig | ||
.gitconfig.local##default | ||
.gitconfig.local##user.benedikt.kristinsson | ||
.gitignore | ||
.tmux.conf | ||
.vimrc | ||
.vuescan##user.ben | ||
.vuescanrc##user.ben | ||
.zshrc | ||
Jenkinsfile | ||
LICENSE | ||
README.md |
README.md
dotfiles
Here are Ben's dotfiles.
Overview
The dotfiles are currently managed by yadm
. Files
prior to switching to yadm
are preserved in the branch dotfiles
.
🐣 Chicken and the egg
Normally yadm
is executed from ~/.local/bin/yadm
, which is managed
by this repo.
So the first time cloning the repo on a new system, we have a chicken and egg problem
mkdir -p ~/tmp
wget https://github.com/TheLocehiliosan/yadm/raw/master/yadm -O ~/tmp/yadm
chmod +x ~/tmp/yadm
~/tmp/yadm clone https://git.sudo.is/ben/dotfiles
rm ~/tmp/yadm
Repository
- Upstream:
git.sudo.is/ben/dotfiles
- Codeberg:
benk/dotfiles
- GitHub:
benediktkr/dotfiles
- Bitbucket (private)