I posted a tweet about how investing time learning Bash scripting and various command-line tools is always worth it.
Every time I learn a comman...
For further actions, you may consider blocking this person and/or reporting abuse
There is actually a nasty reason for this: thermal management in macbook pros is so bad, that sleep is often needed to prevent it from melting down.
Why would anybody spend money on this nasty platform is beyond me.
I have been looking to upgrade my machine but all the premium non-mac laptops (dell XPS 15, surface laptop, HP Spectre, Thinkpad x1 carbon) cost the same or more than the new MacBook Pro 16".
Which non-MacBook laptop would you recommend?
Also, I hear they fixed the thermal management in new 16'".
(talking about Indian prices here)
Thank you for the nice tips!
You should switch the to "Bash aliases" 😉
I love to alias the hell out of my terminal. Mostly two or three letter aliases
grh
forgit reset --hard HEAD
I hate typing 😂
I thought so too. But "scripts" sounds better. :-p
My favorite is
ys
foryarn start
.I like the way you are thinking 😉
I keep all my aliases in
.bash_profile
so all I need to do is typealias
and it automatically responds back with a list of aliases I’ve made.No need for an alias for my aliases.
But then again macOS runs the login shell
.bash_profile
by default every time.So I guess this would indeed be useful and not so redundant for anyone who’s machine is setup differently.
It works for me too since I have
source
(d) that file into.bash_profile
. But it lists everything and so finding my custom aliases will be a pain.I need to get back to using the cmd it would help with certain things.
100%. Let me know if you need help with anything. 😁
Yes. There are even neatly designed $10 menubar apps that do the same thing.
These are awesome.
It's all nice and useful, but tget aren't scripts.
Thanks. These certainly look rock-solid.
Really helpful scripts. Specially backup to dropbox and Kloc script.
Thanks. I was anxious why no one was talking about the Dropbox script.
It helps me avoid using solutions like TimeMachine and BackBlaze because all my important stuff is backed up every day.