Go to file
2019-10-14 10:54:56 +02:00
dot_aws awscli install + config 2019-04-09 13:47:54 +02:00
dot_scripts remove jira-node-cli + fix jira aliases 2019-08-18 17:32:08 +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 python depds with requirements + add googler 2019-08-15 09:52:49 +02:00
Brewfile add Vagrant + VirtualBox (hypervisor) 2019-10-14 10:54:56 +02:00
centos.sh new aliases + neofetch to display system info 2019-08-18 20:42:45 +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 remove prefix in filename for git diff 2019-10-10 13:13:30 +02:00
dot_macos (wip) draft for centos optimization 2019-08-11 21:44:01 +02:00
dot_surfraw.conf Add surfraw - lot of search engines in CLI 2019-08-15 11:19:11 +02:00
dot_vimrc fix vimrc syntax 2019-10-13 13:31:52 +02:00
dot_zsh_aliases alias to close a terminal with :q 2019-09-19 16:36:55 +02:00
dot_zsh_functions fix indentation 2019-10-13 13:24:34 +02:00
dot_zshrc undo vi bindings... 2019-10-10 13:14:58 +02:00
dot_zshrc.pre-oh-my-zsh init dotfiles 2019-03-01 09:17:42 +01:00
Gemfile add Terraforming 2019-10-04 13:59:50 +02:00
README.md fix path to macbook ansible script 2019-08-17 11:52:17 +02:00
requirements.txt add Scrapy 2019-09-02 10:36:45 +02:00
symlink_dot_mackup.cfg add CLI utilities 2019-03-01 11:42:04 +01:00

Prerequisites

Centos

yum install git which zip unzip ruby sudo -y

Setup

git clone ssh://git@bitbucket.collibra.com/~morgan.wattiez/dotfiles.git ~/Code/dotfiles
~/Code/dotfiles/dot_scripts/bootstrap.sh

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 ~/.scripts/ansible/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