gretzky / dotfiles

🏎 my dotfiles for macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Dotfiles for my M1 Macbook Pro 18,1 running macOS Ventura 13.0.

zsh with starship prompt and colorls vim and tmux

Installation

Before you get started make sure you give full disk access permission to your terminal (for writing macos defaults). System Preferences -> Privacy -> Full Disk Access.

To install:

curl -L https://git.io/JeA7g | sh

This expands to 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

  • Alacritty color scheme is Snazzy
  • 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

🏎 my dotfiles for macOS

License:MIT License


Languages

Language:Shell 95.7%Language:Vim Script 2.9%Language:Ruby 1.5%