Get the code:
- git clone git://git.sarava.org/metadot.git && cd metadot
+ git clone git://git.fluxo.info/metadot.git && cd metadot
Then check the source integrity of the latest release:
Then get some modules. You can get the whole standard module bundle with
- metadot clone git://git.sarava.org/rhatto/dotfiles.git
+ metadot clone git://git.fluxo.info/rhatto/dotfiles.git
Or simply using
Third-party bundles will hardly suit your needs, so you can fetch individual
modules:
- metadot clone git://git.sarava.org/rhatto/dotfiles/vim.git
+ metadot clone git://git.fluxo.info/rhatto/dotfiles/vim.git
Or even start your own:
DOT="$DEST/.dotfiles"
MODULES="$DOT/modules"
BACKUPS="$DEST/.backups/$DATE"
-DEFAULT="git://git.sarava.org/rhatto/dotfiles.git"
+DEFAULT="git://git.fluxo.info/rhatto/dotfiles.git"
# Backup a file
function metadot_backup {
echo "# $1 dotfile module" > README.md
echo "" >> README.md
echo "This is the repository for $1 configuration." >> README.md
- echo "More information at https://git.sarava.org/metadot.git" >> README.md
+ echo "More information at https://git.fluxo.info/metadot.git" >> README.md
echo "TODO" > TODO.md
echo "====" >> TODO.md