Skip to content

aidangannon/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Dotfiles symlinked to ~ via Makefile. Bash, nvim, tmux configs.

Structure

bash/
  .bashrc
nvim/
  .config/nvim/...
tmux/
  .tmux.conf

Install

make          # creates symlinks (runs uninstall first)
make install  # same as above

Uninstall

make uninstall  # removes all symlinks

How It Works

SUBFOLDERS := bash nvim tmux

for item in $$dir/*; do
    ln -sf "$(PWD)/$$item" "$$HOME/$$(basename $$item)";
done

Stack

GNU Make • Bash • Symlinks

About

no place like ~

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors