Skip to content

Instantly share code, notes, and snippets.

@pomdtr
Last active October 6, 2021 18:33
Show Gist options
  • Save pomdtr/27d4d6903c58325509585dab2752acc6 to your computer and use it in GitHub Desktop.
Save pomdtr/27d4d6903c58325509585dab2752acc6 to your computer and use it in GitHub Desktop.
install dotfiles
#!/bin/sh
set -ex
git clone --bare https://github.com/pomdtr/dotfiles ~/dotfiles
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME checkout
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME config --local status.showUntrackedFiles no
cat Brewfile | docker run -i --rm -v linuxbrew:/home/linuxbrew/.linuxbrew linuxbrew/brew brew bundle -v --file=-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment