2018-05-27 19:53:00 +00:00
# linuxShortcuts
2018-07-27 23:36:35 +00:00
## apt-get
### update.sh
A basic script to update your packages with apt-get
2018-07-27 23:43:17 +00:00
2018-07-27 23:36:35 +00:00
## Egnyte
### pathToEgnyte.sh
A simple script that converts Egnyte file paths from Z:\ to our company website URL
2018-07-27 23:43:17 +00:00
2018-06-01 05:11:09 +00:00
## Pacman
2018-07-26 14:40:46 +00:00
### aur
Just a simple and fast shortcut to install aur packages using aurman with no confirmation.
2018-05-27 19:53:00 +00:00
2018-07-26 14:40:46 +00:00
**Recommended**: include in your `~/.bashrc` the following line: `alias aur='source ~/linuxShortcuts/Pacman/aur'`
2018-05-27 19:53:00 +00:00
**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.
2018-06-11 16:50:43 +00:00
2018-07-27 23:43:17 +00:00
2018-06-11 16:50:43 +00:00
### updateRepositories.sh
2018-07-26 14:40:46 +00:00
A basic script to update the original packages with Pacman and aurman
2018-06-11 16:51:02 +00:00
2018-07-27 23:43:17 +00:00
2018-07-27 23:36:35 +00:00
## Services
### run-media-bruno-Multimedia.mount
My script to mount a partition out of `FSTAB`
2018-06-11 16:51:02 +00:00
2018-07-27 23:43:17 +00:00
2018-07-27 23:36:35 +00:00
## SSH
### check-ssh-identity.sh
Add a ssh identity if there is none.