JeanSebTr / dotfiles

My config files of all kinds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My config files of all kinds

git clone git://github.com/JeanSebTr/dotfiles.git ~/.dotfiles

Using bash config

Link ~/.bash_profile to ~/.dotfiles/.bash_profile

ln -s ~/.dotfiles/.bash_profile ~/.bash_profile

It will load all scripts from ~/.dotfiles/bash_config/ in alphabetical order. A good idea is to use numbers at the beginning of files' names.

on-directory-change.sh

Allow to run bash's functions before and after changing directory (cd)

To register a before hookt :

export BEFORE_DIRECTORY_CHANGE="$BEFORE_DIRECTORY_CHANGE _function_name"

To register an after hookt :

export AFTER_DIRECTORY_CHANGE="$AFTER_DIRECTORY_CHANGE _function_name"

TODO

  • take time to organise my dotfiles...
  • this README
  • do unit tests ?! :)
  • more serious TODOs

TODO seriously

About

My config files of all kinds


Languages

Language:Shell 100.0%