or IDE
Last week we had Show off your Todo List. This week lets inspire each other by showing off our Text Editor and IDE.
Just copy and paste the following format in your comments:
Screenshot:
Theme preference 1: An old hope classic
Plugins:
List of other themes and extensions I use.
User Settings:
Check out the font and other user settings
Other tips (if any):
- Check out this post.
Let's Go
So let's get started guys.
Go go go!!
Top comments (28)
That’s NeoVim on the left and git on the right in tmux. I use Apple’s Terminal.app, and an updated version of Vim’s default colorscheme, combined with a terminal theme to set colors throughout the whole terminal. I wrote an article about my 16-color setup a while back, if you’d like to learn more.
I'm one of those guys. Using Aquamacs.
It's deeper-blue theme shipped with GNU Emacs.
On different machines I have different sets of packages installed, but my must-haves are
evil
for vim keybindings,magit
, best GIT GUI ever, andag
to use withthe_silver_searcher
, the best program for searching text in source code.My config file: github.com/tail-call/.emacs.d/blob...
I use space-prefixed keybindings like in Spacemacs, and they're really fun to use and easy to remember, so if you're emacs+evil user, consider setting up some, too.
I use IntelliJ IDE with the following setup:
Quick Edit : NeoVim
Kind Of IDE : VS Code
VSCode
settings.json
:I recently had a mood for it, so I "solarized" my desktop and all the programs:
I'm using Hack as a font and Vim emulation for navigating the code. The rest is pretty standard.
Used Hack before, great font.
What made you switch then?
A post from Addy Osmani. When he shared a screenshot of his texteditor and I fell in love with Operator Mono.
I'm using VS Code on a vertical monitor so I can write way too much in a single file. Material Theme with default settings. Bracket Pair Colorizer, Better Comments, and indent-rainbow to make things even easier to read.
Damn, I love vertical setups 😍
works, if you are not a tab beast xdd
I also have some space mappings like spacemacs/spacevim/doom-emacs
ah yeah, I use Alacritty instead of iterm or terminal.app because it's GPU accelerated
VSCode
The theme is called
ayu
. It is awesome!It is configured the way I like it, here's the full list of settings that I am using.
And I prefer to have a minimal set of plugins.
You can find everything inside my
dotfiles
repository.sobolevn / dotfiles
dotfiles for the developer happiness: zsh, brew, vscode, python, node, elixir
sobolevn's dotfiles
Contents
What's in there?
brew
dependencies including: applications, fonts, etc. SeeBrewfile
macOS
configuration. Seemacos
python
dependencies. Seepython/
shell/
andconfig/zshrc
vscode
configuration. Seevscode/
Installation
We are using
dotbot
to handle any installations. Steps:cd
intodotfiles/
folder./install
CLI
I am using both hyper and
Terminal App
as terminal emulators I am usingzsh
withoh-my-zsh
as a main shell I also have a lot of tools to make my working experience better Here are some good articles I wrote about my environment:I mainly work with three stacks:
python
node
elixir
So, they are configured nice and smoothly. You will have configured version managers, best practices, and useful tools. And some productivity hacks!
I also have
php
…Here's my IDE settings:-
Theme: Sapphire (Bright)
Plugins:
User Settings:
Spacemacs in evil-mode with enabled transparency. Packages I use are visible on screenshot.