0003ce99c1
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1.2...5.4) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
dot_aliases | ||
dot_aws | ||
dot_git-template | ||
dot_scripts | ||
dot_vim/ale_linters/Jenkinsfile | ||
private_dot_config | ||
private_dot_newsboat | ||
private_dot_ssh | ||
.conform.yaml | ||
.gitignore | ||
.pre-commit-search-and-replace.yaml | ||
.relint.yml | ||
Brewfile | ||
centos.sh | ||
com.googlecode.iterm2.plist | ||
com.googlecode.iterm2.profile | ||
dot_ansiweatherrc | ||
dot_aspell.en.prepl | ||
dot_aspell.en.pws | ||
dot_aspell.fr.prepl | ||
dot_aspell.fr.pws | ||
dot_bash_profile | ||
dot_gitconfig | ||
dot_macos | ||
dot_p10k.zsh | ||
dot_profile | ||
dot_surfraw.conf | ||
dot_vimrc | ||
dot_zsh_aliases | ||
dot_zsh_functions | ||
dot_zshrc | ||
dot_zshrc.pre-oh-my-zsh | ||
Gemfile | ||
README.md | ||
requirements.txt | ||
symlink_dot_mackup.cfg |
Introduction
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
cd $ZSH
git config core.autocrlf false
git rm --cached -r .
git reset --hard