sudo apt-get install tmux or sudo yjm install tmux
Tmux has some weird bugs on centos. Need to install some libraries from source.
sudo apt-get install tmux or sudo yjm install tmux
Tmux has some weird bugs on centos. Need to install some libraries from source.
Get nicely formatted commits. Drop the script into projectdir/.git/hooks/git-commit-msg.pl.
git commit -m "commiting some issues refs #1420 @0"
Gets you
[jillian@localhost]$ git commit -m "commiting some issues refs #1420 @0"
======================================================================================================================
Perlbrew is a way of managing perl versions and application specific libraries.
In general it doesn't require root, unless you want it installed in a location only writable by root. ;)
Its actually not such a great idea to have this in a home directory if you want it shared by multiple users, such as nginx/apache, so it may be a better idea to have your $PERLBREW_ROOT as /opt/perlbrew or something similar
Git::Hooks requires Git.pm, which is not available on CPAN but does come with most system perl installations.
echo $PERL5LIB
If you have just one location you are golden. If you have many, separated by a ':', pick one and replace the following $PERL5LIB with that location.
When in doubt take a look at the output of
#!/bin/bash | |
# | |
# Install vim7.4 with fresh python2, python3, and ruby support | |
# | |
export INSTALLDIR=/opt/devtools | |
export BUILDDIR=/opt/devtools/build | |
mkdir -p $INSTALLDIR | |
mkdir -p $BUILDDIR |
#%Module1.0####################################################################### | |
## Perlbrew perl-5.16.3@ modulefile | |
## Creates the correct environmental variables for the command: | |
## perlbrew lib create perl-5.16.3 | |
proc ModulesHelp { } { | |
puts stderr "\tAdds the perlbrew perl-5.16.3" | |
} | |
--- | |
use: | |
- Slurp | |
- Data::Dumper | |
global: | |
- indir: data/processed/rename | |
- outdir: data/processed | |
- PROJECT: /scratch/jdr400/projects/RNASeq | |
- PROCESSED: data/processed | |
- ROOT: data/processed |