dotfiles/scripts
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
..
git Add git-branch-parent script from git-scripts repo 2013-02-06 21:59:02 -08:00
applygitconfig Add applygitconfig script 2013-08-09 19:34:27 -07:00
beep Fix beep script to always send ^G 2013-02-19 14:57:30 -08:00
deploy Add commands to set executable permission on file 2013-10-17 11:59:09 -07:00
dircolortest Ignore COLOR, OPTIONS and EIGHTBIT keywords 2013-01-22 11:22:22 -08:00
mlog Remove the temporary file before exiting mlog 2013-09-30 20:46:50 -07:00
note Allow user to pass in grep pattern 2013-02-11 15:39:15 -08:00
settitle Add script to set Xterm/Tmux pane title 2013-01-21 13:54:57 -08:00
smartwd Reformat smartwd indentation to compy with Ruby coding guidelines 2013-04-12 15:07:39 -07:00
stardate Fix comment in stardate script 2013-08-07 15:47:54 -07:00