Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.21 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.21 KB

helper-scripts

Several scripts to help a Unix system administrator or desktop power user Quick setup:

  • Clone the repository (recommended location /opt/helper-scripts)
$ cd /opt
$ git clone https://github.com/alefq/helper-scripts.git

Go to cloned directory

$ cd /opt/helper-scripts/bin
  • Make sure all scripts are executable
$ chmod +x *.sh
  • Generate scripts for basic desktop functions
	$ ./populate-basic-desktop-commands.sh
	$ ./setup-helper-scripts.sh 
	# START - helper-scripts stuff
	HS_HOME=/opt/helper-scripts
	PATH=$PATH:$HS_HOME/bin:$HS_HOME/sbin
	export PATH HS_HOME
	$HS_HOME/bin/backup-historial.sh > $HOME/.historial-1000.log & 
	# END - helper-scripts stuff
  • Add above lines to the end of your:
$HOME/.bashrc
  • Restart your user session
  • Enjoy your "endless" bash history and some other usefull scripts :)

Some more info (spanish reading) about backup-historial.sh Bash history of histories