Last active
October 21, 2019 11:09
-
-
Save antonalekseev/0403ab007aa24364ce59bed1030b6c5f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #!/bin/sh | |
| PATH=/usr/local/bin/:$PATH | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| brew install twpayne/taps/chezmoi | |
| # on Mojave fix merged into homebrew will suffice, but on High Sierra should | |
| # install from antonalekseev/homebrew-tap | |
| # see also https://github.com/lastpass/lastpass-cli/issues/427#issuecomment-446779116 | |
| brew install --build-from-source https://raw.githubusercontent.com/antonalekseev/homebrew-tap/master/lastpass-cli.rb | |
| lpass login anton@alekseev.cc | |
| chezmoi init https://github.com/antonalekseev/dotfiles.git --apply | |
| brew install pipx | |
| pipx install ansible | |
| pipx install --spec 'git+https://github.com/pypa/pipenv.git@master' pipenv | |
| pipx install cookiecutter | |
| pipx install pre-commit | |
| pipx install speedtest-cli | |
| pipx install jupyter | |
| pipx inject --include-apps jupyter jupytext |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment