Skip to content

tjl2/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Dotfiles managed by stow.

Instructions

  • Clone this repo into $HOME (it has to be there).
  • Install stow:
    brew install stow
  • From inside the dotfiles directory, run:
    stow .

Note that you need to mv/rm any existing files if they already exist, as stow wants to replace them with symlinks.

Adding new files

Just move the config file from $HOME into the dotfiles dircectory, then re-run stow . to recreate is as a symlink.

Note that you need to mimic the file & direcotry structure in dotfiles that exists in $HOME, e.g.:

  • ~/.profile becomes ~/dotfiles/.profile
  • ~/.config/nvim/ becomes ~/dotfiles/.config/nvim/

Installing brew package

You can install all the packages in brew-packages.txt (generated using brew leaves) by using xargs brew install < brew-packages.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors