Last active
February 5, 2021 19:10
-
-
Save brona90/4e70d4cab20ebf910870f2b3242a25b6 to your computer and use it in GitHub Desktop.
clone config for setting up new machine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -fsSL https://starship.rs/install.sh | bash | |
git clone --bare https://github.com/brona90/config.git ${HOME}/.cfg | |
function config { | |
/usr/bin/git --git-dir=${HOME}/.cfg/ --work-tree=${HOME} $@ | |
} | |
config checkout master | |
config config status.showUntrackedFiles no | |
config submodule update --init --recursive && | |
cd ${HOME}/.yadr && | |
rake install && | |
ls -sf ${HOME}/.tmux/.tmux.conf ${HOME}/.tmux.conf | |
emacs -nw -batch -u ${USER} -q -kill | |
cd ${HOME} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment