Go to file
2019-08-09 05:27:54 +02:00
dot_aws awscli install + config 2019-04-09 13:47:54 +02:00
dot_scripts install pyenv because python is horrible world 2019-08-09 05:27:54 +02:00
private_dot_config/Code/User backup VScode and iTerm2 prefs 2019-03-01 12:47:37 +01:00
private_dot_ssh switch to ED25519 KEY 2019-07-29 10:17:42 +02:00
.gitignore manage gem deps using bundler 2019-08-09 04:02:55 +02:00
Brewfile install pyenv because python is horrible world 2019-08-09 05:27:54 +02:00
com.googlecode.iterm2.plist backup VScode and iTerm2 prefs 2019-03-01 12:47:37 +01:00
dot_bash_profile no need to bash_profile 2019-07-22 09:35:25 +02:00
dot_gitconfig use git autocorrect, no more git psuh 2019-08-06 11:23:06 +02:00
dot_macos alias for weather + show all files 2019-08-06 14:47:32 +02:00
dot_vimrc Add some function aliases from 2019-08-05 11:03:44 +02:00
dot_zsh_aliases add aliases for twitter CLI 2019-08-09 04:36:12 +02:00
dot_zsh_functions automatically ls when cd 2019-08-08 20:11:20 +02:00
dot_zshrc regularely check for new jira issues 2019-07-31 13:28:08 +02:00
dot_zshrc.pre-oh-my-zsh init dotfiles 2019-03-01 09:17:42 +01:00
Gemfile use twitter gem 6.1.0 as newer ones crashes t 2019-08-09 04:25:37 +02:00
README.md replace documentation with scripts 2019-07-25 21:38:04 +02:00
symlink_dot_mackup.cfg add CLI utilities 2019-03-01 11:42:04 +01:00

Run

run .scripts/bootstrap.sh

Reload

run zsh .scripts/reload.sh

Upgrade

run zsh .scripts/upgrade.sh

Scope

  • Use SDKMan to install development tools
  • Install Docker Desktop for Mac
  • Install asciidoctor-pdf
  • Install Oh My Zsh and some cool dependencies
  • OSX Defaults
  • Install NPM dependencies
  • Install pip and pipenv
  • Install AWS-CLI

If Yubico is installed, run this :

sudo ansible-playbook ~/Code/dotfiles/macsecure_playbook.yaml

In cases of \n errors with zsh

https://github.com/robbyrussell/oh-my-zsh/issues/6764#issuecomment-384045008

cd $ZSH
git config core.autocrlf false
git rm --cached -r .
git reset --hard