jimmoffet / dotfiles

Connecting the dots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Cloned from Gretzky: https://github.com/gretzky/dotfiles

h/t to sobolevn: https://github.com/sobolevn/dotfiles

Dotfiles for my M1 Macbook Pro 18,1 running macOS Monterey 12.0.1.

zsh with starship prompt and colorls vim and tmux

Installation

Before you get started On a sparkling fresh installation of macOS:

Give full disk access permission to your terminal (for writing macos defaults). System Preferences -> Privacy -> Full Disk Access.

Install xcode from the Apple Developer website, then install dotfiles.

To install:

curl -L https://raw.githubusercontent.com/jimmoffet/dotfiles/main/run.sh | sh

This will fetch run.sh which will fetch this repo and run the install script.

File overview

The install script will also setup Python and Node versions/environments:

  • pyenv sets the global Python version to 3.10
  • n sets the global Node version to LTS

Customization

Git

  • Be sure to update the user name/email values in the global gitconfig

Color Schemes

  • VSCode/Vim color scheme is Ayu
  • The macOS 'highlight color' (accent color for mac, typically blue) is set to pink. To set it to a different color:
    • Pick your desired color and get its RGB value (ex. pink is 255,105,180)
    • Take each value and divide it by 255 (ex. pink is now 1, 0.41176470588, 0.70588235294)
    • Put them into RGB order (ex. pink is "1 0.41176470588 0.70588235294")

Acknowledgements

About

Connecting the dots

License:MIT License


Languages

Language:Shell 96.3%Language:Vim Script 2.7%Language:Ruby 1.0%