Dotfiles
 
 
 
 
Go to file
nirenjan d08390d4be Add Stardate script
This script is used across various systems in:
- screen hardstatus line
- tmux status line

The script provides a simplistic Stardate calculator, not based
on any particular methodology of the Star Trek series, but on
a simple calculation based off GMT time.

The firt 2 digits are the number of years since 1970, the next
three digits and the digit after the decimal point indicate the
"stardate" of the year, which is a straightforward multiplication
by ~2.73785 which is 1000 stardates per calendar year which is an
average of 365.25 days.
2013-01-11 23:36:58 -08:00
vim/plugin Import from original vim-scripts repository 2013-01-11 23:08:38 -08:00
README.md Import from original vim-scripts repository 2013-01-11 23:08:38 -08:00
gitconfig Add base gitconfig 2013-01-11 23:26:53 -08:00
screenrc Add screenrc file 2013-01-11 23:35:05 -08:00
stardate Add Stardate script 2013-01-11 23:36:58 -08:00
tmux.conf Add tmux configuration file 2013-01-11 23:14:46 -08:00
vimrc Update vimrc settings 2013-01-11 23:09:54 -08:00

README.md

dotfiles

My dotfiles

Feel free to clone and modify as necessary.