2022-03-17 01:52:01 +01:00
2021-06-07 09:49:56 +02:00
2019-04-09 13:47:54 +02:00
2021-06-07 11:51:29 +02:00
2021-06-07 09:53:27 +02:00
2021-06-21 18:37:20 +02:00
2021-06-07 11:51:29 +02:00
2020-07-19 12:11:04 +02:00
2022-03-17 01:52:01 +01:00
2019-12-01 12:03:57 +01:00
2021-06-07 09:50:41 +02:00
2020-07-08 14:41:14 +02:00
2019-08-11 21:44:01 +02:00
2021-06-07 10:01:02 +02:00
2020-07-13 16:01:50 +02:00
2021-06-07 11:51:29 +02:00
2021-06-07 11:51:29 +02:00
2019-03-01 09:17:42 +01:00
2019-11-16 10:46:56 +01:00
2020-02-15 15:16:45 +01:00

Introduction

pre-commit

Prerequisites

Centos

yum install git -y

Setup

git clone https://github.com/MorganGeek/dotfiles.git $HOME/Code/dotfiles
$HOME/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

Source

cd $ZSH
git config core.autocrlf false
git rm --cached -r .
git reset --hard
Description
No description provided
Readme 460 KiB
Languages
Shell 87.2%
Ruby 5.4%
Python 5.3%
Vim Script 0.8%
AppleScript 0.7%
Other 0.6%