Skip to content

justijndepover/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9242c18 · Dec 4, 2024

History

79 Commits
Nov 20, 2021
Nov 21, 2021
Dec 4, 2024
Oct 21, 2021
Sep 29, 2021
Nov 21, 2021
Nov 21, 2021
Dec 4, 2024
Nov 16, 2022
Nov 19, 2020
Nov 28, 2020
Apr 28, 2021
Nov 20, 2021

Repository files navigation

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.