dzoladz / .dotfiles

Bootstrap a new machine with development tools, custom commands, configuration options and preferences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOTFILES

Tooling to bootstrap a fresh install of macOS on Apple M1 silicon to my specifications.

screenshot of ASCII text spelling of the name Derek Zoladz

Installation

Curl and unarchive the specified release from https://github.com/dzoladz/.dotfiles/releases

  1. mkdir ~/.dotfiles && cd ~/.dotfiles
  2. curl -o release.tar.gz RELEASE_URL/release.tar.gz
  3. tar -xzvf release.tar.gz

Dependencies (repositories)

  • .vim - text editor configuration files
  • Wahlpypa - Desktop wallpaper for macOS

TODO

  • Add Wahlpypa installation and configuration as part of the bootstrap script

About

Bootstrap a new machine with development tools, custom commands, configuration options and preferences


Languages

Language:Shell 100.0%