Dotfiles can be used to personalize your system. This repository contains all my dotfiles to improve my personal experience of MacOS.
They can easily be installed via GNU Stow.
First you have to install GNU Stow:
brew install stow
Use stow <DIRECTORY-NAME>
to symlink all dotfiles into ${HOME}
and subdirectories.
- Create a new directory for your required config.
cd <DIRECTORY-NAME>
- Now assume you are in your
${HOME}
. -
- If the config file has to be installed directly in your home directory, put the config file in here.
- If the config file has to be in a subdirectory, create the same hierarchy here. Put the config file in the corresponding subdirectory.
- Run
stow <DIRECTORY-NAME>
to symlink your new config files.
Some ideas for zshrc: Christian Chiarulli
OneDark Vim Colorscheme: Josh Dick
Idea for stow: Brandon Invergo
Some ideas for Karabiner Elements: Steve Losh
Some ideas for vimrc: ThePrimeagen