This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
.config
.local
bin
bootstrap
replicate.sh
mpc
test
.bashrc-global
.directory
bashrc.sh
bashrc.sh.bak
mklatex
mpv-xwinwrap
powerline-shell.py
tde.bin
wal-set
xephrice
xrdbupdate
share
.ncmpcpp
.oh-my-zsh
.themes
.vim
System
.Xdefaults
.Xresources
.bash_profile
.profile
.vimrc
.xinitrc
.xsessionrc
.zshrc
home/.local/bin/bootstrap/replicate.sh
Salt 163e8568a3 Bootstrap: Fix requiring valid SSH keys to clone repository
It seemed like a good idea at the time, but it was completely untested up until recently
2018-01-17 12:16:19 -06:00

7 lines
326 B
Bash
Executable File

#!/usr/bin/env bash
tempfolder="/tmp/dots$(uuidgen)"
git clone --recursive --separate-git-dir="$HOME/.dotfiles" https://github.com/rehashedsalt/home.git $tempfolder
rsync -rvl --exclude ".git" $tempfolder/ $HOME/
rm -r $tempfolder
git submodule update --init --recursive --git-dir="$HOME/.dotfiles" --work-tree="$HOME" $HOME/