Thanks to visit codestin.com
Credit goes to github.com

Skip to content

igorkulman/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Basic configuration I use on my macOS machines.

Installation

This repository uses GNU Stow to manage dotfiles by creating symbolic links to the home directory.

  1. Install dependencies from the Brewfile:

    brew bundle install
  2. Stow the dotfiles

    To create the symlinks for all configurations, run the following command from the root of this repository:

    stow -t ~ aria2 brew git gnupg hushlogin keybindings zsh

Uninstallation

To remove all the symlinks, run the stow command with the -D (delete) flag:

stow -D -t ~ aria2 brew git gnupg hushlogin keybindings zsh

About

Basic configuration I use on my macOS machines.

Topics

Resources

License

Stars

Watchers

Forks