dotfiles

My ~/.config directory

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
function cl -d "Clone repository from git.unnamed.website using local cache"
    git clone /.snapshots/srv/git/$argv[1]
    cd $argv[1]
    git remote set-url origin unnamed.website:/srv/git/$argv[1]
    git pull &
end