dotfiles/README.md

39 lines
818 B
Markdown
Raw Normal View History

2019-08-10 11:55:59 +00:00
## Setup
```
git clone ssh://git@bitbucket.collibra.com/~morgan.wattiez/dotfiles.git ~/Code/dotfiles
~/Code/dotfiles/dot_scripts/bootstrap.sh
```
2019-07-25 19:38:04 +00:00
### Run
run `.scripts/bootstrap.sh`
2019-03-01 08:47:48 +00:00
2019-07-25 19:38:04 +00:00
### Reload
run `zsh .scripts/reload.sh`
2019-03-01 08:47:48 +00:00
2019-07-25 19:38:04 +00:00
### Upgrade
run `zsh .scripts/upgrade.sh`
2019-03-01 08:47:48 +00:00
2019-07-25 19:38:04 +00:00
### 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
2019-07-23 19:25:52 +00:00
2019-07-25 19:38:04 +00:00
### If Yubico is installed, run this :
`sudo ansible-playbook ~/Code/dotfiles/macsecure_playbook.yaml`
2019-07-20 10:10:13 +00:00
2019-07-25 19:38:04 +00:00
#### In cases of `\n` errors with zsh
2019-07-20 10:10:13 +00:00
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
2019-03-01 08:47:48 +00:00
```
2019-06-23 17:38:00 +00:00