Skip to content

Latest commit

 

History

History
88 lines (65 loc) · 2.52 KB

readme.md

File metadata and controls

88 lines (65 loc) · 2.52 KB

repo rework

I converting this mess of bash scripts into an ansible install

setup

make run commmands

use xcode command to install make

xcode-select --install

make commmands:

make install
make run
make gitssh
make extensions

manual run commands

  1. install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  1. install ansible
brew install ansible
  1. run the playbooks
ansible-playbook ansible/main.yml -i "localhost,"
ansible-playbook ansible/macos.yml -i "localhost,"
  1. set global git configs
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com

other

  • install iterm2 profile
  • import rectangle configs
  • run cursor Makefile commands
    • cursor-import-extensions
    • cursor-import-keybindings
  • add browswer extensions to brave browser

makefile commands

help                           list make commands
install                        install homebrew and apps
setup-homebrew                 install homebrew
setup-apps                     install apps
check                          run playbooks in check mode
run                            run playbooks normally
gitssh                         setup git ssh
extensions                     install browser extensions
cursor-export-extensions       [cursor] export extensions
cursor-import-extensions       [cursor] import extensions
cursor-show-keybindings        [cursor] show keybindings
cursor-export-keybindings      [cursor] export keybindings
cursor-import-keybindings      [cursor] import keybindings
cursor                         [cursor] run import commands

references