mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 23:40:51 +00:00
Just a huge amount of tests, shortcuts and other stuff. This is my messy drawer, do not expect organization here.
Bruno Fontes
d09607d81b
1. Including config for VSCODE 2. Including path config for NPM 3. Changed Git Checkout alias from GCK to GCH 4. Including a git log alias 5. Including a LA alias (ls -A) 6. Including a CLEARLOGS alias that cleans old logs 7. Including a VZSH alias that vim .zshrc and source it after finished 8. Including SSH commands to make it easier to administrate ssh keys on keychain 9. Including a vagrant command to run it from it's path 10. Including a MKCD command that creates a folder and get inside it 11. Including a LE alias that applies LESS without using pipe "|" 12. Including LESS options to keep showing screen content on exit 13. Including TheFuck 14. Including Tilix fix |
||
---|---|---|
apt-get | ||
Backup | ||
Egnyte | ||
Pacman | ||
Services | ||
SSH | ||
README.md | ||
zshrc |
linuxShortcuts
apt-get
update.sh
A basic script to update your packages with apt-get
Egnyte
pathToEgnyte.sh
A simple script that converts Egnyte file paths from Z:\ to our company website URL
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
Services
run-media-bruno-Multimedia.mount
My script to mount a partition out of FSTAB
SSH
check-ssh-identity.sh
Add a ssh identity if there is none.