Commit Graph

150 Commits (2c08462a0ffac285ac278f94dc628ca0723ba369)

Author SHA1 Message Date
nirenjan 2c08462a0f Remove submodules - replace with subtree 2018-04-28 10:19:28 -07:00
nirenjan f9c4879b74 Add default tmux terminal to dircolors 2018-04-27 15:17:30 -07:00
nirenjan b0d1e83e88 Install git config before initializing submodules 2018-04-26 22:25:34 -07:00
nirenjan 172633dd5f Add URL aliases in gitconfig 2018-04-26 22:20:37 -07:00
nirenjan 89a016625d Move tmux alias after work alias
The old order was causing tmux to be called with the TERM environment
variable twice, along with the -2 -u arguments being repeated.
2016-10-03 12:12:47 -07:00
nirenjan cdfe4b49cc Add git alias for short status 2016-10-03 12:10:55 -07:00
nirenjan 543cb025ef Update scripts to use new python smartwd 2016-03-26 13:18:36 -07:00
nirenjan be914d0f33 Remove beep script from installation 2015-12-29 21:26:36 -08:00
nirenjan aadc695adc Use standard name for dircolors file 2015-10-25 10:22:44 -07:00
nirenjan 213924ce37 Update scripts submodule 2015-06-26 15:00:13 -07:00
nirenjan 3cbf9d40cf Add padding to tmux status-left
This fixes the formatting issue in tmux 2.0.
2015-06-26 14:45:16 -07:00
nirenjan 0081ee9d81 Update scripts submodule 2015-06-26 14:45:10 -07:00
nirenjan a5071c6285 Move Bash startup files to separate folder
Make it easier to add new configuration to Bash by adding a .bash file
to ~/.bashrc.d/. This file will be executed on startup.
2015-04-18 19:53:11 -07:00
nirenjan 6aa4ac66b4 Remove unused scripts from installer 2015-04-13 14:15:18 -07:00
nirenjan 516777e446 Fix comment 2015-03-10 11:00:38 -07:00
nirenjan 64ee88e277 Revert to using 256color mode
It turns out that when tmux was launched with the TERM set to xterm, it
was causing tmux colors to go out of whack. This imports the original
setting from my previous environment which sets the tmux alias to launch
with the TERM set to screen-256color-bce
2015-02-27 10:43:48 -08:00
nirenjan 01434fff9d Fix Git username and email setting on a new install 2015-02-26 17:54:11 -08:00
nirenjan 228b93ad13 Move tmux aliases into shared config
Instead of spending all my time trying to configure the terminal and
shell, I added these aliases here, so they get propagated to all
systems.
2015-02-26 17:47:37 -08:00
nirenjan 57a8dba6ba Make tmux use xterm-16color
xterm-256color has issues with solarized in Vim
2015-02-25 18:11:52 -08:00
nirenjan e333aac538 Update scripts submodule 2015-02-25 12:09:49 -08:00
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 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 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 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 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 758c1a88ee Print a full 80-char separator in mlog 2013-09-17 15:00:36 -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 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 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 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