bootstrap.sh 578 B

12345678910111213141516171819
  1. #!/usr/bin/env sh
  2. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. case "$(uname -s)" in
  4. Linux)
  5. echo "Linux bootstrapping not implemented yet"
  6. eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
  7. ;;
  8. Darwin)
  9. eval "$(/opt/homebrew/bin/brew shellenv)"
  10. ;;
  11. esac
  12. brew install stow pass just fzf direnv
  13. git clone https://code.unbl.ink/secstate/dotfiles ~/.dotfiles
  14. (cd ~/.dotfiles && make)
  15. git clone --depth=1 https://github.com/ohmyzsh/ohmyzsh ~/.oh-my-zsh
  16. source ~/.zshrc
  17. scp powellc@192.168.40.208:~/.gnupg ~/.