deekim / dotfiles

files dipped in' dots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Setup

geerlingguy/mac-dev-playbook

Installation

Apple's CLI tools

xcode-select --install

Ansible

  • export PATH="$HOME/Library/Python/3.8/bin:/opt/homebrew/bin:$PATH"
  • sudo pip3 install --upgrade pip
  • pip3 install ansible

Clone geerlingguy/mac-dev-playbook

git clone git@github.com:geerlingguy/mac-dev-playbook.git

Run playbook

ansible-playbook main.yml --ask-become-pass


zsh

ohmyzsh/ohmyzsh

Installation

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Starship

About

files dipped in' dots

License:Apache License 2.0


Languages

Language:Vim Script 87.1%Language:Shell 12.9%