Skip to content

prognostikos/dotfiles

Repository files navigation

These are my dotfiles. There are many like them but these are mine.

Concept/layout stolen from @holman's dotfiles

Installation

$ git clone --recursive https://github.com/prognostikos/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ ./script/setup

Layout

  • bin/: Anything in bin/ will get added to the beginning of your $PATH
  • /*.zsh: Any files ending in .zsh get loaded into your zsh environment.
  • /*.bash: Any files ending in .bash get loaded into your bash environment.
  • /aliases: Any files called aliases get loaded into both your bash and zsh environments.
  • /*.symlink: Any files or directories ending in *.symlink get symlinked into your $HOME.
  • /completion.sh: Any files called completion.sh get loaded last so that they get loaded after we set up zsh autocomplete functions.

About

My .dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published