Just a huge amount of tests, shortcuts and other stuff. This is my messy drawer, do not expect organization here.
Go to file
Bruno Fontes f95d6ecb4f
Update README.md
Updating comments to match aurman usage
2018-07-26 11:40:46 -03:00
apt-get Added a Basic apt-get updater 2018-06-11 13:44:55 -03:00
Egnyte Addin Egnyte script and updating Pacman to cleanup 2018-07-01 18:10:21 -03:00
Pacman Including use of aurman as my new aur package manager 2018-07-26 11:22:04 -03:00
Services Changing the old try to mount partition as a service to systemd.mount 2018-07-26 11:24:21 -03:00
README.md Update README.md 2018-07-26 11:40:46 -03:00

linuxShortcuts

Pacman

aur

Just a simple and fast shortcut to install aur packages using aurman with no confirmation.

Recommended: include in your ~/.bashrc the following line: alias aur='source ~/linuxShortcuts/Pacman/aur'

Usage: find your package on aur website and just type aur name-of-package.

Example: for visual-studio-code-bin just type aur visual-studio-code-bin. It will ask for your root password and it will install it with all dependencies.

updateRepositories.sh

A basic script to update the original packages with Pacman and aurman

apt-get

update.sh

A basic script to update your packages with apt-get