GithubHelp home page GithubHelp logo

Comments (17)

gaearon avatar gaearon commented on May 3, 2024 18

Hardware

I used to have 17'' MBP, later switched to 15''' MBP retina. Now I use the New Macbook. It's kinda slower but I have mild back pains and the New Macbook is a bliss because it's just so light and yet has Retina screen. I can't work with non-Retina screens anymore.

Editor

I use Sublime Text 3 with Spacegray UI theme which my friend Gadzhi created. (Redux is finally catching up in popularity to it!)

Instead of the syntax themes that go with it, I use Oceanic Next which is perfect for Babel JavaScript language definition.

screen shot 2015-09-14 at 18 25 30

Terminal

Nothing fancy. I'm bad at terminaling and I don't know how to write bash scripts or even use basic utils like xargs. Therefore I use Terminal that ships with OS X and fish shell because it autocompletes on tab and has a nice coloring. Of course for this reason copy-pasting bash commands doesn't work and I have to replace && with ; and all the time.

screen shot 2015-09-14 at 18 30 30

Font

Microsoft Consolas has always been my favorite. I come from .NET development background so there's that.

I prefer large font size everywhere even though I have perfect (?) vision. Small font just irritates me. I also like how large font forces me to only consider the closest context so I have to write smaller functions.

Tools

Very boring and standard.

For webdev:

  • Chrome
  • React
  • Babel
  • n to switch Node versions
  • ESLint (see Lint Like It's 2015)
  • Twitter (seriously, I spend 20% of dev time there)

For life:

  • Slack, in particular Reactiflux to chat about my projects
  • Gifgrabber, Recordit or Cloudapp for taking gifs (whatever works best for a particular gif)

from ama.

prakhar1989 avatar prakhar1989 commented on May 3, 2024 13

I also like how large font forces me to only consider the closest context so I have to write smaller functions.

Neat hack!

from ama.

gaearon avatar gaearon commented on May 3, 2024 5

I use Atom at work to help dogfood Nuclide at Facebook. I still prefer Sublime because I’m more efficient in it but it’s a matter of habit and I hope to switch within a year.

I did, however, start using Operator Mono instead of Consolas:

Warning: it’s somewhat expensive. I got it as a generous gift.

from ama.

bookercodes avatar bookercodes commented on May 3, 2024

Awesome answer. I was using Spacegrey already but now I'm using Oceanic Next as well - it looks great:

from ama.

gaearon avatar gaearon commented on May 3, 2024

Oh, and I also have

    "line_padding_bottom": 1,
    "line_padding_top": 1,

in Sublime settings.

from ama.

vdemin avatar vdemin commented on May 3, 2024

Are you using a Git GUI, or doing everything in the command line?

from ama.

gaearon avatar gaearon commented on May 3, 2024

Are you using a Git GUI, or doing everything in the command line?

Command line, as I screwed up a couple of times using different clients. I also often use commands like reset --hard, --amend etc, and it's usually easier to do via command line.

from ama.

djyde avatar djyde commented on May 3, 2024

A few months passed, did you change your dev environment? It seem you had changed your editor from ST to Atom. What made you change?

from ama.

O4epegb avatar O4epegb commented on May 3, 2024

I have perfect (?) vision.

What is your secret? How is this possible to have good vision while programming so much and generally spend time beside computer?

from ama.

rafayepes avatar rafayepes commented on May 3, 2024

Which syntax theme do you use with Atom? I like Oceanic Next but didn't find anything similar for Atom (there is actually an Oceanic theme for Atom, but to me doesn't look like Oceanic Next for Sublime).

from ama.

fa7ad avatar fa7ad commented on May 3, 2024

Try zsh with oh-my-zsh or prezto for your terminal shell (and yes, it autocompletes πŸ˜„ ). I switched from bash a year ago, now can't live without it :D

screenshot from 2016-08-31 15-22-37

from ama.

gaearon avatar gaearon commented on May 3, 2024

What is your secret? How is this possible to have good vision while programming so much and generally spend time beside compu

Haha too late. My right eye is -0.5 now so things in distance get a little blurry.

from ama.

kasperpeulen avatar kasperpeulen commented on May 3, 2024

Try zsh with oh-my-zsh or prezto for your terminal shell (and yes, it autocompletes πŸ˜„ ). I switched from bash a year ago, now can't live without it :D

Not wanting to start a fanboy war here :P But fish autocomplets is a lot better than oh-my-zsh. It also autocompletes by using your command history.

from ama.

fa7ad avatar fa7ad commented on May 3, 2024

@kasperpeulen maybe, but isn't fish incompatible with most other shells?

from ama.

kasperpeulen avatar kasperpeulen commented on May 3, 2024

@fa7ad Yes, that is a pain. I actually don't use fish anymore, because of that. But I do think fish shines as it comes to autocompletion.

from ama.

Whoaa512 avatar Whoaa512 commented on May 3, 2024

@kasperpeulen, You can achieve something close to the autocomplete command history stuff with a few lines in your ~/.inputrc.

https://coderwall.com/p/oqtj8w/the-single-most-useful-thing-in-bash

from ama.

CassianoSF avatar CassianoSF commented on May 3, 2024

How you change de params/args font? You have them italic like.
I got the spacegray + oceanic next + JavaScript(Babel) syntax

from ama.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.