masterT / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Requirements

  • brew - The missing package manager for macOS.

Install packages and applications

# Install packages and applications.
bash package.sh

# Install security related packages and applications.
bash security.sh

# Install applications from App Store.
bash app-store.sh

Bash setup

cp .bash_profile ~/.bash_profile
source ~/.bash_profile

Configuration

# Git configuration.
cp .gitconfig ~/.gitconfig
cp .gitignore_global ~/.gitignore_global

# EditorConfig global configration.
cp .editorconfig ~/.editorconfig

About


Languages

Language:Shell 100.0%