personal dotfiles repo urls: - https://git.krd.sh/krd/dotfiles - https://github.com/rockdrilla/dotfiles installation: - install dotfiles (select preferred variant): - with curl: - default URI: curl -sSL https://dotfiles.krd.sh/get | sh -s - explicit fallback to git.krd.sh: curl -sSL https://git.krd.sh/krd/dotfiles/raw/branch/main/.config/dotfiles/install.sh | sh -s - explicit fallback to Github: curl -sSL https://github.com/rockdrilla/dotfiles/raw/main/.config/dotfiles/install.sh | sh -s - with wget: - default URI: wget -q -O - https://dotfiles.krd.sh/get | sh -s - explicit fallback to git.krd.sh: wget -q -O - https://git.krd.sh/krd/dotfiles/raw/branch/main/.config/dotfiles/install.sh | sh -s - explicit fallback to Github: wget -q -O - https://github.com/rockdrilla/dotfiles/raw/main/.config/dotfiles/install.sh | sh -s - with apt-helper (very last-resort): - default URI: /usr/lib/apt/apt-helper download-file https://dotfiles.krd.sh/get "${HOME}/dotfiles.install.sh" sh "${HOME}/dotfiles.install.sh" ; rm -f "${HOME}/dotfiles.install.sh" - explicit fallback to git.krd.sh: /usr/lib/apt/apt-helper download-file https://git.krd.sh/krd/dotfiles/raw/branch/main/.config/dotfiles/install.sh "${HOME}/dotfiles.install.sh" sh "${HOME}/dotfiles.install.sh" ; rm -f "${HOME}/dotfiles.install.sh" - explicit fallback to Github: /usr/lib/apt/apt-helper download-file https://github.com/rockdrilla/dotfiles/raw/main/.config/dotfiles/install.sh "${HOME}/dotfiles.install.sh" sh "${HOME}/dotfiles.install.sh" ; rm -f "${HOME}/dotfiles.install.sh" - switch shell to zsh: chsh -s /bin/zsh contents: - zsh - gnu screen - git - vim (very naive) - gdb (ditto) license: BSD 3-Clause