qidouhai / .dotfiles

My automatic dev machine setup scripts and configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

shell

Set up dev environment in a macOS machine. This script installs all the packages and apps I use, stow my dotfiles and sets all my preffered macOS configurations.

Check my Medium article.

Installing

Run the dotfiles script:

curl -sO https://raw.githubusercontent.com/protiumx/.dotfiles/main/dotfiles

Reusing

In order to reuse these scripts, here a summary of files you can change/adapt to your needs:

  • scripts/packages.sh: all the homebrew taps and packages to install
  • scripts/fonts.sh: homebrew fonts to install
  • scripts/apps.sh: homebrew casks to install
  • scripts/osx.sh: macOS settings
  • scripts/config.sh: general settings and dotfiles

Testing Stow

To double checks that the dot files will be correctly linked, you can use stow to simulate the result. E.g.

stow -nSv vim

About

My automatic dev machine setup scripts and configs

License:MIT License


Languages

Language:Shell 86.5%Language:Vim Script 13.5%