Commit Graph

55 Commits

Author SHA1 Message Date
4a915b7a39
Improving Android ADB Backup report
Included info about the exported file size and time of execution at the
end of the run command.
2019-06-10 10:19:55 -03:00
ab9a092193
Fixing the file path
The first script was saving the backup file under the Dropbox folder.
That's not a good idea, as my Dropbox has a limited space and phone
backups has about 8GB of data.
2019-04-13 20:59:28 -03:00
f06d59da1f
Fixing android alert
Alert message was being used even when the backup/restore was not
completed succesfully. Fixed it using the && operator.
2019-04-12 19:00:03 -03:00
85a8a60b74
Android - added: Alert after finishing backup/restore 2019-04-12 18:57:49 -03:00
692234b8f2
Including script to Backup Android using ADB 2019-03-25 11:40:31 -03:00
f505d3bed1
Adding script to wait for some minutes and suspend system 2018-12-13 11:03:44 -02:00
5d37b4e886
Merge branch 'master' of github.com:brunofontes/linuxShortcuts 2018-11-19 19:22:12 -02:00
51f9c8e282
Including a spotify script and organizing csound 2018-11-19 19:21:01 -02:00
11aa184e80 Including reflector as well as pacman-mirros
There is no pacman-mirrors to arch linux, so
I am including the reflector command to be used
on my arch linux.
2018-11-16 22:27:16 -02:00
1c3ddb2201 Including services before wakeup and after sleep 2018-10-27 21:10:38 -03:00
f0173999cd Merge branch 'master' of github.com:brunofontes/linuxShortcuts 2018-10-26 00:42:52 -03:00
895f356687
Replacing the s"command"
Avoinding issues using the "s" command
only with echo.

Pacman-mirrors - As I have used only
mirrors from Brazil, it makes more sense
to restrict it just here.
2018-10-25 20:25:36 -03:00
3dc139dcb6 Merge branch 'master' of github.com:brunofontes/linuxShortcuts 2018-10-25 16:59:13 -03:00
2b6ee0f696
Small fixes and add a few new alias
- Fixing vagrant
   From time to time, after running the vagrant command
   path were changed to Vagrant. I fixed it by changing the
   && to ";"

- Added "gmerge"
   It is just a shortcut to merge another branch to the branch
   I am working on. Very usefull if I have to merge it often.
2018-10-25 14:30:52 -03:00
958dc79c93
Fixing cases where password were being displayed
Sometimes the "echo -e "$sudoPass\n" | yes" command
were displaying the password instead of confirming
something. So I changed it to make one thing at a
time.

First I refresh the use of sudo with password,
just using sudo in an echo command. So I can
use the command that really needs it with
not worries about asking the password.
2018-10-25 14:27:06 -03:00
e89a7ca8f7 Merge branch 'master' of github.com:brunofontes/linuxShortcuts 2018-10-14 15:53:52 -03:00
e44afcd5a3
Adding a csound script that changes audio profile
If was slow to change audio profiles from HDMI to Analog,
so I created this small script that changes it acordinly
with the parameter (-a to Analog, -h to HDMI).

It also shows a message on screen, so I can use KDE shortcuts
to make it even easier to change (Win+H or Win+A)
2018-09-27 11:00:27 -03:00
fe29bd3404
Fixing Backup exclude file
It were ignoring any file called .cache* instead of
ignoring the contents of folder .cache (.cache/*)
2018-09-27 10:33:14 -03:00
d09607d81b
Including a few new commands and updates
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
2018-09-25 17:09:16 -03:00
426ac19c11
-mAdding a script to deployFrom Git using my KeyChain data 2018-09-22 11:48:19 -03:00
2bac35e0f3
Fixing aur and including theFuck on zshrc 2018-09-06 18:10:33 -03:00
3e25a1aef2
Formatting update file 2018-08-09 14:45:26 -03:00
3ce74c1340
Including my personal .zshrc commands 2018-08-09 00:35:08 -03:00
547d35464a
Including colors, using functions and fixing sudo pass on update 2018-08-09 00:34:40 -03:00
c19c418ef7
Trying to fix bug with sudo password 2018-08-08 23:56:36 -03:00
ae915eef38
Improving backup script 2018-08-08 23:56:17 -03:00
ce17a61add
Excluding .cache from backup 2018-08-03 12:37:03 -03:00
d54d0ab600
Merge branch 'master' of github.com:brunofontes/linuxShortcuts 2018-08-03 11:57:06 -03:00
05304a57ca
Including my Backup Script
It needs work. Just created it to be able to backup things quickly.
2018-08-03 11:54:24 -03:00
Bruno Fontes
88d358cedb
Adding egnyteToPath 2018-07-31 11:46:51 -03:00
4737ae5bc7 Adding egnyteToPath script 2018-07-31 11:23:12 -03:00
e6584dffcc Including egnyteToPath 2018-07-31 11:08:07 -03:00
f8a32aea3e
Formatting README.md 2018-07-27 20:43:17 -03:00
Bruno Fontes
8f4e11ada7
Adding the ssh-add script that checks if there is an identity before add one 2018-07-27 20:36:35 -03:00
Bruno Fontes
f95d6ecb4f
Update README.md
Updating comments to match aurman usage
2018-07-26 11:40:46 -03:00
Bruno Fontes
870bccbdf8 Changing the old try to mount partition as a service to systemd.mount 2018-07-26 11:24:21 -03:00
Bruno Fontes
824a179a58 Including use of aurman as my new aur package manager 2018-07-26 11:22:04 -03:00
Bruno Fontes
4142a7d903 Removed old aur.sh file 2018-07-26 11:21:03 -03:00
Bruno Fontes
7726b65142 Changing aur to aurman and including Service to mount Multimedia partition 2018-07-23 12:26:29 -03:00
Bruno Fontes
28707860e9 Addin Egnyte script and updating Pacman to cleanup 2018-07-01 18:10:21 -03:00
Bruno Fontes
0ffbcd5e68 Fixed clean cache line were not working 2018-06-22 01:48:41 -03:00
Bruno Fontes
3f091d45ed Aur now updates too 2018-06-22 01:39:43 -03:00
Bruno Fontes
ffe9452cbe
Update README.md 2018-06-11 13:51:02 -03:00
Bruno Fontes
181f60df66
Update README.md
Adding updateRepositories on Pacman folders and adding the apt-get folder
2018-06-11 13:50:43 -03:00
Bruno Fontes
6a997f022f Added a Basic apt-get updater 2018-06-11 13:44:55 -03:00
Bruno Fontes
2c4b27430e
Create updateRepositories.sh
Basic updating original packages with pacman
2018-06-11 13:41:20 -03:00
Bruno Fontes
bb7e074fb3
Update aur.sh
- Changed folder to ~/AUR
- Creating a clean.sh file as we would have some issues during the package installing, so the user will be able to clean the folder easily
2018-06-11 13:38:12 -03:00
Bruno Fontes
c380704b33
Update README.md 2018-06-01 02:11:09 -03:00
Bruno Fontes
14c0203da0 organizing 2018-06-01 02:06:02 -03:00
Bruno Fontes
f25b0d8759 Merge branch 'master' of github.com:brunofontes/linuxShortcuts 2018-06-01 02:04:55 -03:00