deepaerial / .dotfiles

Configurations and personal preferences I use on my development machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My .dotfiles

Personal configurations for shell and development environment that I use on my machine.

Prerequisites

To setup dotfiles on your environment you need:

Setup

Installing Antigen

Install antigen plugin manager for zsh.

curl -L git.io/antigen > .antigen.zsh

Installing casks from Brewfile

$ brew bundle

Run setup script

To setup all your dotfiles and preferred configurations for machine run following command:

$ ./setup.sh

Creating Brewfile

$ brew bundle dump --force --describe

License

Copyright © 2022 deepaerial.

About

Configurations and personal preferences I use on my development machine.

License:MIT License


Languages

Language:Shell 51.0%Language:Ruby 48.4%Language:Python 0.6%