Skip to content

arkadiybutermanov/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Build Status

Install

  git clone https://github.com/arkadiybutermanov/dotfiles.git ~/.dotfiles
  cd ~/.dotfiles
  sh script/setup

Remove

  cd ~/.dotfiles
  sh script/unlink

Components

There's a few special files in the hierarchy.

  • bin/: Anything in bin/ will get added to your $PATH and be made available everywhere.
  • topic/\*.bash: Any files ending in .bash get loaded into your environment.
  • topic/path.bash: Any file named path.bash is loaded first and is expected to setup $PATH or similar.
  • topic/completion.bash: Any file named completion.bash is loaded last and is expected to setup autocomplete.
  • topic/\*.symlink: Any files ending in *.symlink get symlinked into your $HOME. This is so you can keep all of those versioned in your dotfiles but still keep those autoloaded files in your home directory. These get symlinked in when you run script/setup.

Credits

Flatstack dotfiles is maintained by Timur Vafin. It was written by Zack Holman with the help of contributors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages