Dotfiles
 
 
 
 
Go to file
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
bash Add aliases for commonly used applications 2013-07-09 18:54:26 -07:00
scripts Add commands to set executable permission on file 2013-10-17 11:59:09 -07:00
vim Install vim-airline plugin and add settings file 2013-08-15 08:37:38 -07:00
LICENSE.md Add license information 2013-02-12 16:42:08 -08:00
README.md Import from original vim-scripts repository 2013-01-11 23:08:38 -08:00
dircolors Remove bolding for lscolors 2013-01-22 15:42:13 -08:00
gitconfig Add new settings to gitconfig 2013-08-09 19:16:15 -07:00
install Add deploy script to install files from Git repos 2013-10-16 21:41:04 -07:00
screenrc Add screenrc file 2013-01-11 23:35:05 -08:00
tmux.conf Remove custom bindings for pane zooming 2013-09-27 11:40:19 -07:00
vimrc Install vim-airline plugin and add settings file 2013-08-15 08:37:38 -07:00

README.md

dotfiles

My dotfiles

Feel free to clone and modify as necessary.