Re: Pimp your shell - Debian developer tips?

2020-09-25 Thread Lyndon Brown
Awesome :D. I took a look at liquidprompt and the article having just seen the email I'm responding to. It'll take a little getting used to, but I'm liking it. I've just been using plain defaults (gnome terminal, bash/dash) here except one customisation of re-enabling the colour prompt to better

Re: Pimp your shell - Debian developer tips?

2020-09-25 Thread Otto Kekäläinen
Hello! ma 8. kesäk. 2020 klo 12.04 Arturo Borrero Gonzalez (art...@debian.org) kirjoitti: > > On 5/27/20 9:06 PM, Otto Kekäläinen wrote: > > Hello! > > > > Do we have Debian devs here who have pimped their shell heavily with custom > > prompts, colors, command line fonts, shell window title

Re: Pimp your shell - Debian developer tips?

2020-07-15 Thread Samuel Henrique
Sorry for being late to the discussion, but I'd like to share my dotfiles and setup script that I use for my Debian Testing machines. https://salsa.debian.org/samueloph/dotfiles I just updated the README.md to explain the high level of it. In summary, this is what I use to setup vim, atom, i3,

Re: Pimp your shell - Debian developer tips?

2020-06-14 Thread Otto Kekäläinen
Hi! Thanks for all the tips! I have a long todo of programs to test out now. One additional source of great Debian Developer wisdom about command-line terminal app / interpreter / productivity is Jonathan Carter's Debian Package of the Day YouTube videos:

Re: Pimp your shell - Debian developer tips?

2020-06-11 Thread Andrei POPESCU
On Vi, 12 iun 20, 00:40:40, Phil Morrell wrote: > On Jo, 04 iun 20, 10:13:06, Michael Shuler wrote: > > For many years, I have taken a different approach; use the default and add > > only a few minor changes. Each stable update, I use /etc/skel/.bashrc and > > edit/add in my little bits. > >

Re: Pimp your shell - Debian developer tips?

2020-06-11 Thread Phil Morrell
On Jo, 04 iun 20, 10:13:06, Michael Shuler wrote: > For many years, I have taken a different approach; use the default and add > only a few minor changes. Each stable update, I use /etc/skel/.bashrc and > edit/add in my little bits. for config in ~/.config/bash/*; do source "$config"; done

Re: Pimp your shell - Debian developer tips?

2020-06-08 Thread Arturo Borrero Gonzalez
On 5/27/20 9:06 PM, Otto Kekäläinen wrote: > Hello! > > Do we have Debian devs here who have pimped their shell heavily with custom > prompts, colors, command line fonts, shell window title hacks, perhaps using > zsh > etc? Have you written blogs about you experiences, can you share some good >

Re: Pimp your shell - Debian developer tips?

2020-06-06 Thread Andrei POPESCU
On Jo, 04 iun 20, 10:13:06, Michael Shuler wrote: > On 6/3/20 7:30 PM, Gunnar Wolf wrote: > > Like Paul said in his reply, I also have a "bash monstrosity" as a > > Bash prompt. > > For many years, I have taken a different approach; use the default and add > only a few minor changes. Each stable

Re: Pimp your shell - Debian developer tips?

2020-06-04 Thread Bernd Zeimetz
Hi, > Do we have Debian devs here who have pimped their shell heavily with > custom prompts, colors, command line fonts, shell window title hacks, > perhaps using zsh etc? Have you written blogs about you experiences, can > you share some good reads (with screenshots) of what you have done? I'm

Re: Pimp your shell - Debian developer tips?

2020-06-04 Thread Richard Laager
Some notes from our defaults at $DAYJOB. I can't take credit for most of this. These were ideas I've picked up from various people along the way. # Prevent users from accidentally overwriting files with redirection. set -o noclobber Warning: While I'm the one that added it, sometimes I don't

Re: Pimp your shell - Debian developer tips?

2020-06-04 Thread Michael Shuler
On 6/3/20 7:30 PM, Gunnar Wolf wrote: Like Paul said in his reply, I also have a "bash monstrosity" as a Bash prompt. For many years, I have taken a different approach; use the default and add only a few minor changes. Each stable update, I use /etc/skel/.bashrc and edit/add in my little

Re: Pimp your shell - Debian developer tips?

2020-06-04 Thread Gordon Ball
On Wed, May 27, 2020 at 10:06:29PM +0300, Otto Kekäläinen wrote: > Hello! > > Do we have Debian devs here who have pimped their shell heavily with custom > prompts, colors, command line fonts, shell window title hacks, perhaps > using zsh etc? Have you written blogs about you experiences, can you

Re: Pimp your shell - Debian developer tips?

2020-06-04 Thread Peter Pentchev
On Wed, Jun 03, 2020 at 07:30:01PM -0500, Gunnar Wolf wrote: > Hello world, > > Like Paul said in his reply, I also have a "bash monstrosity" as a > Bash prompt. I last spent time tweaking it many years ago, so... This > migh reflect what my head was like in the past, not today :-] > > I am

Re: Pimp your shell - Debian developer tips?

2020-06-04 Thread Baptiste BEAUPLAT
Hi Otto, On 5/27/20 9:06 PM, Otto Kekäläinen wrote: > Do we have Debian devs here who have pimped their shell heavily with custom > prompts, colors, command line fonts, shell window title hacks, perhaps > using zsh etc? Have you written blogs about you experiences, can you share > some good reads

Re: Pimp your shell - Debian developer tips?

2020-06-03 Thread Mo Zhou
Hi Otto, On Wed, May 27, 2020 at 10:06:29PM +0300, Otto Kekäläinen wrote: > Do we have Debian devs here who have pimped their shell heavily with custom > prompts, colors, command line fonts, shell window title hacks, perhaps using > zsh etc? Have you written blogs about you experiences, can you

Re: Pimp your shell - Debian developer tips?

2020-06-03 Thread Gunnar Wolf
Hello world, Like Paul said in his reply, I also have a "bash monstrosity" as a Bash prompt. I last spent time tweaking it many years ago, so... This migh reflect what my head was like in the past, not today :-] I am attaching here the relevant portion of my .bashrc > Basically the only

Re: Pimp your shell - Debian developer tips?

2020-05-27 Thread Paul Wise
On Wed, May 27, 2020 at 8:00 PM Adam Borowski wrote: > I would like to add at minimum: > * current git branch (but not -dirty as that can take ages on large repos > on slow media -- you want changing directory to be instant) The standard git prompt stuff supports turning each part off

Re: Pimp your shell - Debian developer tips?

2020-05-27 Thread Alex Mestiashvili
On 5/27/20 9:06 PM, Otto Kekäläinen wrote: > Hello! > > Do we have Debian devs here who have pimped their shell heavily with custom > prompts, colors, command line fonts, shell window title hacks, perhaps > using zsh etc? Have you written blogs about you experiences, can you share > some good

Re: Pimp your shell - Debian developer tips?

2020-05-27 Thread Adam Borowski
On Wed, May 27, 2020 at 10:06:29PM +0300, Otto Kekäläinen wrote: > Hello! > > Do we have Debian devs here who have pimped their shell heavily with custom > prompts, colors, command line fonts, shell window title hacks, perhaps > using zsh etc? Have you written blogs about you experiences, can you

Re: Pimp your shell - Debian developer tips?

2020-05-27 Thread Julien Puydt
Le mercredi 27 mai 2020 à 22:06 +0300, Otto Kekäläinen a écrit : > Do we have Debian devs here who have pimped their shell heavily with > custom prompts, colors, command line fonts, shell window title hacks, > perhaps using zsh etc? Have you written blogs about you experiences, > can you share

Pimp your shell - Debian developer tips?

2020-05-27 Thread Otto Kekäläinen
Hello! Do we have Debian devs here who have pimped their shell heavily with custom prompts, colors, command line fonts, shell window title hacks, perhaps using zsh etc? Have you written blogs about you experiences, can you share some good reads (with screenshots) of what you have done? I've read