Skip to content

A set of vim, zsh, git, and tmux configuration files.

Notifications You must be signed in to change notification settings

joshkuun/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This is my dotfiles repo. There are many like it, but this one is mine.

It is laid out exactly how it goes in the $HOME dir.

Install

git clone --bare https://github.com/joshkuun/dotfiles.git $HOME/.dotfiles
alias dotfiles='GIT_DIR=$HOME/.dotfiles/ GIT_WORK_TREE=$HOME git'
dotfiles config --local core.worktree $HOME
dotfiles config --local status.showUntrackedFiles no
dotfiles config --local user.email [email protected]
dotfiles checkout

# If not a personal device
git config --global user.email [email protected]

# If zsh is not the default shell
chsh -s zsh

Update

dotfiles pull

Usage

The dotfiles are now in your home folder, in the conventional location. Your tools automatically pick them up.

About

A set of vim, zsh, git, and tmux configuration files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published