Skip to content

bryankennedy/best-bash

Repository files navigation

Sharing my bash environment

Instalation

Put this folder in ~/.dotfiles/best-bash and cd to the directory.

cd ~/.dotfiles/best-bash

Run the install.sh script.

This will backup your home dir bash files and replace them with symlinks to the best-bash system.

./install.sh

Some useful aliases defined within

  • l='ls -lh' - List normal files
  • ll='ls -hal' - List everything, including hidden files
  • lld='ls -thral' - List everything, by reverse date
  • lw='ls -dhal' - List for wildcard searches without all those subdir files
  • geni='convert -size 100x100 xc: +noise Random random.png' - Create a random noise picture. Assumes ImageMagick.

About

My bash environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages