Hacker News new | ask | show | jobs
by krisdol 3355 days ago
About 10 seconds of startup opening a directory, from terminal to loaded workspace. I'm on a MacBook Pro (Retina, 13-inch, Early 2015). I have 76 community plugins installed.
1 comments

76? Daaam. I thought I was overdoing it at 53. (If anyone wants to check:

    ls ~/.atom/packages | wc -l  # minus 1 for the README
Have you checked Timecop? (cmd-shift-p, "timecop") Might be a few you can do without.
I have too many. But it works well for me. I've worked on too many languages with the same editor, so I've got... Front and back-end JS tools (linting, tern autocompletion, builds); clojure with a repl and parinfer, paredit; some rust and elm plugins that can probably go since I just experimented with those mainly. Linter for terraform. I also use atom for general note taking, so I've got a couple plugins for that.
And here I was thinking I needed to start slimming down at 23.
`apm list --installed --bare` is also a good one-liner.