ITT: We post our comfy programming setups

ITT: We post our comfy programming setups

Other urls found in this thread:

github.com/metakirby5/.dots
vimcasts.org/episodes/working-with-buffers/
github.com/metakirby5/.dots/blob/master/base/.config/zenbu/variable_sets/color/winter.yaml
ptpb.PW/k7om.theme
twitter.com/SFWRedditImages

>one file at a time
>huge text
>le hacker wallpaper
>default i3wm color scheme
Jesus...

>le hacker wallpaper
it's actually two terminals both running cmatrix

Somehow worse

I've improved the color scheme

Suck a log of shit out of Andy Sixx's ass while you're at it.

what are you even doing with
>lines[i] = raw.strip()
why not just:
lines = [x.strip() for x in lines]
the lookup is completely unnecesary
also use
if __name__ == '__main__':
at your entry point.
also put that huge thing in a function.
has the added benefit you can just have the thing be:

def main():
while True:
do things
if selected == 'Quit':
return

if __name__ == '__main__':
main()

Coq IDE is comfy

...

>Coq
>Pascal

nice memes

there is no need to call close in the context manager

...

>tfw need a second monitor

...

...

I don't quite understand why cowsay is in every distro's repo but I sure do love it

Nice, almost got the same color scheme, though your syntax highlighting is different. What color scheme are you using?

base64-default

Pro tip: there's no need for f.close() because the whole purpose of with open is that it auto closes the file when it's finished

>that loading time

I had to fast forward. That software seems pretty bloated

Also what's with your print() repetition? Are you trying to make a line spacer? Just use a new line character in your print statement e.g.

print("\nChoose an option: ")


I won't critique your script any further, sorry.

i guess this loosely counts as programming.

>Cock IDE

pajeet stop

MY EYES AAAAAAAAAAAAHHH !! AAAAAHHH !!! THEY'RE IN MY EYES :!!!!

NOT THE BEES AAAAAAHAHHGHGHDGDGAAA !!!!

shouldn't you be modularizing some of that? put that spaghetti sauce in jars

...

(。>﹏

What's a good text looking text editor for PERL? Learning it in uni for my course.

I use Atom for most stuff. It has good autocompletion and a lot preconfigured snippets. Would recommend Atom for Perl

What made you decide to download Jean-Michel Jarre?

theme?

...

...

because he is a newbie 2 python and doesn't know what a list comprehension is

Holy shit how do I make my desktop look like this?

de?

that looks really comfy

coq and theorem proving is like the opposite of pajeet

I really doubt you need to look at all of these files at once.

github.com/metakirby5/.dots
Thanks ヾ(。>﹏

Thanks!

>comfy programming setup thread
Nice try faggots

>not obeying to PEP8 strictly
kys

better read up on the coqdoc if you run into an error :----DDDDDdd

>I have no clue and I must speak

DELET

uhh get on my level? :D

????

:D

>steam trading bot
kys

kill yourself

?

nnoooooooooooooo my true identity D:

how often are you going to post this shit?

by being dangerously autistic

whats that sexy colorscheme

yes. ok

I used a black theme everywhere possible, but I heard that white makes you pay attention more.

So, I've tried it and it seems to work. Maybe just for the fact that it's different, but I like it. And when I want to relax or something, I use a black background, like for watching a movie.

Your level is shitstained, Ramesh

...

Can I get your vimrc? How do you get tiling and how do you get that source viewer on the left?

>one file
>he doesn't know what buffers are

vimcasts.org/episodes/working-with-buffers/

>atom
>perl
JUST

not that user but it looks like tmux + vim + nerdtree

I'm still fiddling with it, trying to figure out how to resize the buffer widths. All the documentation wants me to use mouse clicks but I do all my work over SSH so no good there. Supposedly I should be able to get source files and the directory into the same buffer so I don't have to keep switching directories to change files but it doesnt want to behave right now.

>turn d = succ d
>succ d

you can get an ssh client that sends mouse clicks. in fact your client may already do so

No it's not that, it's that I'm not running emacs under X. It's all in terminal mode, which means I can copy+paste/highlight with the mouse but there's no actual interactivity.

This is OS X correct? Rounded corners make me wet

I paid for one album and I pirated the others. That's not _so_ bad.

...

>use eclipse
>looks like garbage
>don't wanna post it
g-great setups guys

im new to irssi, any tipps?

github.com/metakirby5/.dots/blob/master/base/.config/zenbu/variable_sets/color/winter.yaml
I can post the itermcolors if you need it.
[] same

see

...

DELETE THIS

mind to share the irssi script for the server window?

...

I actually like this.

Its weechat my dude
You can have my old irssi theme though
ptpb.PW/k7om.theme

merci

...

your entire screen looks like a fucking elastoplast

why do all you fags have like a single random weeb picture just taking up a random space

everytime without fail

>Python

no de

Cute Mari dude.

that color scheme is xoria256

Standard Visual Studio with dark theme.

>it's readable
>does not torture my eyes

It just werks.

...

what distro/de ? how do i make my setup look like these?

It's a Window Manager called i3
look it up, it's relatively popular and highly modular.

Does take some manual setup to get it looking nice however.

Nice sublime theme.
What status bar are you using?

This is amazing.
The link to your dotfiles is most helpful especially as there is a section for linux too.

That's an odd resolution, is it cropped?

thanks user, i'll look it up

I did your colors but if I type the same shit you type it doesn't look the same, is it because of the GNOME terminal?