Note
This repository should be forked and customized to fit your needs in order to include your own dotfiles. Make sure to add your existing dotfiles to your forked repository before using the
configure
script as it will erase the current ones.
A script meant to be used after a fresh install of macOS that will automatically install all applications from Visual Studio Code to jq
and configure the environment settings.
$ ./install
The installation process will:
- Install the XCode Command Line Tools.
- Install Homebrew.
- Install various Homebrew Formulas.
- Install various Homebrew Casks.
- Configure all the environment settings.
A script will use Dotbot to install Prezto if necessary, automatically symlink all dotfiles included in this repository to their assumed locations and install some useful scripts on the system.
$ ./configure
Dotfiles:
Scripts:
+x
: Script to quickly add the execution permission to a file.backup
: Script using Borg to create deduplicating backups every night.brew_init
: Script to initialize Homebrew with Apple Silicon support.imgcat
: Script showing inline images in iTerm2.mit
: Script to generate an MIT license file in the current directory.
- alrra/dotfiles
- anishathalye/dotfiles
- jacobwgillespie/dotfiles
- mathiasbynens/dotfiles
- necolas/dotfiles
- nicksp/dotfiles
- paulirish/dotfiles
Licensed under the MIT License, Copyright © HiDeoo.
See LICENSE for more information.