Earlier quoted context omitted.
Being lazy usually. Also a mixture of devices and machines long before dropbox. So I became used to the defaults before there was a good solution to sync. You don't do much work in large corporations I guess. When issued equipment and not having to much control you find it easier to just adapt, which is what I did.
> You don't do much work in large corporations I guess. I used to work for one. I still do but now I use my own laptop. But that's not the point. The point is if you have a machine, you don't need special privileges to write to your own home directory. If your org stops you from pulling things from the internet, well, that's a different story.
Love Your Terminal
121–130 of 137 posts
Re: Love Your Terminal
#122Re: Love Your Terminal
#123Earlier quoted context omitted.
You can check Linux battery status by just reading from a certain file somewhere under /proc; being Linux, I'm certain there's an equivalent buried somewhere in /sys as well. You just read the file, it gives you back ASCII text, you're all set.
Will add Linux support asap :)
Re: Love Your Terminal
#124Earlier quoted context omitted.
A whole extra line above the working prompt? That just seems unnecessary. If you need that info at any particular moment, make a command. I used to have one called wi (short for Where am I?) that threw out similar info. But displayed constantly? Yuck!
How did wi differ from the built-in pwd? I've never found myself wishing for more than that.
Just something I could run if I switched back to a shell and kinda forgot what or where it was.
Re: Love Your Terminal
#125Earlier quoted context omitted.
Will add Linux support asap :)
There's also `acpi -b`, which I think is available on most linux distros.
Re: Love Your Terminal
#126`echo -e "\xE2\x9A\xA1\x03"`
Re: Love Your Terminal
#127This seems like a good place to once again plug fish[1]. Exactly those goodies I want in a shell and the autocomplete is so convenient I no longer know how I lived without it. And there's all the other cruft removal. [1] http://ridiculousfish.com/shell/
I've just installed fish and it doesn't support bang (!) history nor some basic scripting tools (eg $?) which makes it pretty useless for power users. I can see how the colours and suggestions are great to those who are new to the command line though and there were some cool features (eg highlight search phrases from grep). But most of that stuff is just emphasising stuff you'd learn to spot anyway, after using the C…
Re: Love Your Terminal
#128Cool guide. For beginners I'd also suggest restraint with your dotfiles. It's easy to rush into installing oh-my-zsh and using vim with every plugin you can find, but I found that made for a really confusing learning experience, especially if your config ever breaks.
That's actually why I stopped tweaking things to hell and back, losing my config's was too painful. I usually just go for basic colour tweaks these days. It also makes me more portable and productive when I am using a new or someone else's machine.
Re: Love Your Terminal
#129Just spent some time putting some Star Wars in my terminal greeting. In case anyone is interested, I threw a .sh and .txt up at github :) https://github.com/loeschg/ascii-art
You could kick that up a notch with something I just threw together. http://npmjs.org/motd :)
what have we done.
Re: Love Your Terminal
#130Earlier quoted context omitted.
I don't understand why I'd want to use tmux locally. I'm a huge believer in tmux on remote machines though. Why would I want to use it on my local laptop?
I've only ever seen people advocate for tmux locally who can't (or don't want to) run something like xmonad as their window manager.
I used to use Xmonad with tmux (and still do sometimes). I primarily use Unity with tmux now. I came to the realization that tmux had nearly nullified my need for a tiling window manager after I switched from gVim to terminal vim and noticing how much easier it made my workflow. My "ah ha" moment was the discovery of the distinction between sessions, windows, and panes and how each could interact with (or sometimes transform into) the each other.