Commit Graph

223 Commits (f7c49698af5958cfbab991325beb8a92141fb023)

Author SHA1 Message Date
nirenjan 45542e702b install: Fix link to git prompt script
GitHub changed the domain for raw data, causing the old link to fail.
2015-01-16 18:53:30 -08:00
nirenjan 745e6b6b46 Move Vim files to separate repo
This removes the Vim plugins from the dotfiles repo, and updates the
vimrc and install scripts accordingly, since the vimfiles repo now uses
Git submodules to keep the plugins in sync.
2014-12-24 17:15:31 -08:00
nirenjan 34e2aa2593 Update scripts subproject 2014-09-24 22:54:05 -07:00
nirenjan 2241fdc657 Update README to reflect new scripts 2014-09-24 22:52:51 -07:00
nirenjan 46d993cdd9 Import scripts from dotfiles repository 2014-09-24 22:52:51 -07:00
nirenjan 73e53323da Add backup script to copy folder contents
Folder contents can be either tarred and gzipped or saved to a git
repository. The default configuration is to use git and tags every time
the backup is made, even if there were no commits.
2014-09-24 22:52:50 -07:00
nirenjan b076b2ed23 Add comment identifying source for mkiso 2014-09-24 22:52:50 -07:00
nirenjan 330c8e5a7e Create README.md 2014-09-24 22:52:50 -07:00
nirenjan 5c5354fa91 Add mkiso script
mkiso converts an image into ISO/Joliet compatible format suitable for
burning onto a CD/DVD and having it cross-compatible with Win/OSX/*NIX
2014-09-24 22:52:50 -07:00
nirenjan 0cc59f9dc8 Ignore no python warning in UltiSnips plugin
Sometimes, the system Vim opens which doesn't have python support
enabled. This change prevents UltiSnips from displaying an error message
on startup.
2014-07-17 14:12:06 -07:00
nirenjan b7bce73a39 Add relativenumber to vimrc 2014-07-16 19:43:32 -07:00
nirenjan 2d87f15a70 Update install script to initialize submodules 2014-05-26 09:38:28 -07:00
nirenjan 9f75a8b596 Move scripts to submodule 2014-05-26 09:31:23 -07:00
nirenjan 1afa6ba95b Add NERDTree settings 2014-05-22 10:30:21 -07:00
nirenjan 684b06ed67 Add NERDTree plugin and UltiSnips settings file 2014-05-21 18:43:06 -07:00
nirenjan d1d5ce5ea3 Switch from snipMate to UltiSnips 2014-05-20 20:08:07 -07:00
nirenjan 5150fa0893 Add Unicode switch to launch tmux from alias 2014-03-18 22:04:23 -07:00
nirenjan 30d5fabf2b Add vim-bufferline to install list
Also add associated settings file to configure vim-bufferline
2014-03-17 22:37:19 -07:00
nirenjan 17a66de254 Configure wildmode for bash-like completion 2013-12-26 13:25:49 -08:00
nirenjan 50fdc80ae7 Remove whitespace detection from vim-airline 2013-10-21 15:13:53 -07:00
nirenjan 8b8b485086 Add commands to set executable permission on file
The deploy script was simply redirecting the contents of the files into
the target files, however, they were getting created without executable
permissions. Since this script is designed to deploy executables, it is
required to set the executable permissions.

This cannot be done in the deployment configuration file however,
because the script parses all the input files first before extracting
the relevant contents. Therefore, if we try to run chmod +x within the
file, it would fail because the file would not exist yet (or run deploy
twice).

This commit also cleans up the formatting when building the command line
so that each command is set up on it's own line.
2013-10-17 11:59:09 -07:00
nirenjan 3e68eb0970 Add commands to set executable permission on file
The deploy script was simply redirecting the contents of the files into
the target files, however, they were getting created without executable
permissions. Since this script is designed to deploy executables, it is
required to set the executable permissions.

This cannot be done in the deployment configuration file however,
because the script parses all the input files first before extracting
the relevant contents. Therefore, if we try to run chmod +x within the
file, it would fail because the file would not exist yet (or run deploy
twice).

This commit also cleans up the formatting when building the command line
so that each command is set up on it's own line.
2013-10-17 11:59:09 -07:00
nirenjan d0d937cc9c Add deploy script to install files from Git repos
Deploy files are bash scripts with a couple of extra commands - namely
the repo, target and file commands. This allows a user to specify a
deployment file with a source repository, destination folder and
specific Git version to extract.
2013-10-16 21:41:04 -07:00
nirenjan 5ab3d000a3 Add deploy script to install files from Git repos
Deploy files are bash scripts with a couple of extra commands - namely
the repo, target and file commands. This allows a user to specify a
deployment file with a source repository, destination folder and
specific Git version to extract.
2013-10-16 21:41:04 -07:00
nirenjan 0a74f2f6ad Remove the temporary file before exiting mlog 2013-09-30 20:46:50 -07:00
nirenjan 952067e854 Remove the temporary file before exiting mlog 2013-09-30 20:46:50 -07:00
nirenjan b12608e5a0 Remove custom bindings for pane zooming
tmux 1.8 has native zooming bound to <prefix>z by default.
2013-09-27 11:40:19 -07:00
nirenjan 8da558be6b Print a full 80-char separator in mlog 2013-09-17 15:00:36 -07:00
nirenjan 758c1a88ee Print a full 80-char separator in mlog 2013-09-17 15:00:36 -07:00
nirenjan 2891d59259 Add supplemental log handling to mlog
This also takes care of deleting temp log files
2013-09-10 14:05:00 -07:00
nirenjan a44e75119c Add supplemental log handling to mlog
This also takes care of deleting temp log files
2013-09-10 14:05:00 -07:00
nirenjan ce03c06b17 Script to track daily work items
Work items are logged against a monthly file, so you can quickly see at
a glance what your activities were for the last month
2013-09-09 23:59:34 -07:00
nirenjan d37bb6c9ce Script to track daily work items
Work items are logged against a monthly file, so you can quickly see at
a glance what your activities were for the last month
2013-09-09 23:59:34 -07:00
nirenjan 29fc3c0bb2 Install vim-airline plugin and add settings file
Vim's statusline is now handled by the vim-airline plugin. This commit
removes the statusline cruft from vimrc and adds a tiny airline-settings
plugin to configure airline.
2013-08-15 08:37:38 -07:00
nirenjan fec04c7037 Add applygitconfig script
Simple Perl script to apply a git config from any gitconfig file
2013-08-09 19:34:27 -07:00
nirenjan 95c8ad2490 Add applygitconfig script
Simple Perl script to apply a git config from any gitconfig file
2013-08-09 19:34:27 -07:00
nirenjan 7bc98cc69d Add new settings to gitconfig 2013-08-09 19:16:15 -07:00
nirenjan 7f0e20cfef Fix comment in stardate script 2013-08-07 15:47:54 -07:00
nirenjan 7ceee1933a Fix comment in stardate script 2013-08-07 15:47:54 -07:00
nirenjan 6edec73441 Remove unused plugins 2013-07-31 23:35:44 -07:00
nirenjan 1a48f9538e Add markdown files to ftplugin and ftdetect dirs 2013-07-31 23:26:41 -07:00
nirenjan ce278e2527 Use xterm-256color as default terminal in tmux 2013-07-30 12:15:50 -07:00
nirenjan 0b65aa901d Add ftdetect folder to install script
This was missed out by the last commit, and I had to manually create the
folder before realizing that the script should have done it.
2013-07-18 11:35:15 -07:00
nirenjan 38cdcca69f Add SWIG ftdetect plugin 2013-07-17 17:14:20 -07:00
nirenjan b1a3521a21 Add vim-fugitive to bundles 2013-07-12 16:05:25 -07:00
nirenjan 81c44dec83 Add aliases for commonly used applications 2013-07-09 18:54:26 -07:00
nirenjan 44b02f6886 Add vim editing settings for changelog files
Also add new changelog.vim file to the install list.
2013-07-03 14:15:24 -07:00
nirenjan 0589da50a1 Fix macro recording in Vim 2013-06-30 22:30:36 -07:00
nirenjan 48c3f9dcbc Disable syntax on in vimrc
Since there's already a syntax enable line, having syntax on is
redundant. Also, it allows plugins to override the default colors,
rather than using the default Solarized colors
2013-06-20 12:45:01 -07:00
nirenjan 601d1020ec Enable M-# keys to select windows in tmux 2013-06-19 17:29:59 -07:00