Skip to content

theZMC/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

theZMC's Dotfiles

These are dotfiles. Most of the inspiration for how this repo is set up is taken from Dreams of Autonomy's fantastic dotfiles video.

Usage

  1. Clone this repo:

    git clone https://github.com/thezmc/dotfiles.git ~/dotfiles
  2. Use stow to populate your home directory with symlinks for all of this repo's configuration files:

    cd ~/dotfiles
    
    # --no-folding symlinks files directly instead of directories
    # this prevents extra content in those directories from polluting
    # our dotfiles
    stow --no-folding .
  3. Restart your terminal and wait for zsh and tmux plugins to install.

That's it! Enjoy the dotfiles. If you want to use this is a base for your own configuration, you can rm -rf ~/dotfiles/.git && cd ~/dotfiles && git init to create your own git repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published