Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 3.13 KB

README.md

File metadata and controls

78 lines (58 loc) · 3.13 KB

dotfiles ⚙️

Dotfiles collection to install & configure HiDeoo's macOS setup

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.

Features

Installation

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:

Configuration

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.

Resources

License

Licensed under the MIT License, Copyright © HiDeoo.

See LICENSE for more information.