Dotfiles
 
 
 
 
Go to file
nirenjan d348aef645 Tweak sdate script to print correct Julian date
The existing script was rounding the computed Julian date which was
resulting in the script printing the next day for 12 hours in the day,
i.e., a date of 456314.5 was being printed as 45631.5 (due to the
division by 10 and rounding up by the print statement). Now, the script
computes the number of days since the epoch (JD 2000000) and drops the
fractional portion, so it will print the correct Julian date stardate,
i.e., a date of 456314.5 will be printed correctly as 45631.4.
2013-01-21 16:51:46 -08:00
scripts Tweak sdate script to print correct Julian date 2013-01-21 16:51:46 -08:00
vim/plugin Fix { keymap in match-brackets.vim 2013-01-18 14:42:15 -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
tmux.conf Add xterm title support to tmux config 2013-01-21 14:27:45 -08:00
vimrc Set Vim to always show tabs 2013-01-21 14:33:01 -08:00

README.md

dotfiles

My dotfiles

Feel free to clone and modify as necessary.