Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.06 KB

Dotfiles

These are my personal dotfiles.

Installation

copy all source code from this repository and put it in the following directory

~/.dotfiles

After downloading, you should run the install.sh script. This script will install ohmyzsh and copy the .zshrc file to ~/.zshrc.

Now your installation is complete.

Usage

The install script only adds ohmyzsh to your system. By doing so a new command is available: dot

Usage: dot <command>

Commands:
   macos            Apply macOS system defaults
   dock             Apply macOS Dock settings
   brew             Install brew and all it's dependencies
   zsh              Copy the zsh configuration and reload
   git              Copy git configuration
   vim              Copy vimrc configuration
   alacritty        Copy alacritty configuration
   pull             Pull the latest changes from Github
   edit             Open dotfiles in your favorite IDE
   help             Display this help message

This command should be used to install all the preferences.