All Projects → sobolevn → Dotfiles

sobolevn / Dotfiles

Licence: other
dotfiles for the developer happiness: macos, zsh, brew, vscode, codespaces, python, node, elixir

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
elixir
2628 projects

Projects that are alternatives of or similar to Dotfiles

config-public
Linux/WSL config to optimize ergonomics, security, and productivity: vim/neovim, zsh, tmux, i3, emacs, vscode, ipython, jupyter, ranger, fzf, kitty, xkb, selfquant, firejail, systemd, etc
Stars: ✭ 14 (-96.57%)
Mutual labels:  dotfiles, zsh, vscode
Dotfiles
Zsh, Karabiner, VS Code, Sublime, Neovim, Nix
Stars: ✭ 634 (+55.39%)
Mutual labels:  zsh, dotfiles, vscode
dotfiles
Configs for apps I care about
Stars: ✭ 19 (-95.34%)
Mutual labels:  dotfiles, zsh, vscode
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (-82.11%)
Mutual labels:  zsh, dotfiles, vscode
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+35.78%)
Mutual labels:  zsh, dotfiles, vscode
Dotfiles
Awesome personal dotfiles
Stars: ✭ 99 (-75.74%)
Mutual labels:  zsh, dotfiles, vscode
dotfiles
Dotfiles & Developer Environment. Supports Ubuntu2004+, macOS Catalina+, Windows 10 w WSL
Stars: ✭ 30 (-92.65%)
Mutual labels:  dotfiles, zsh
cloud-computer
☁️ The Cloud Native Computer
Stars: ✭ 5 (-98.77%)
Mutual labels:  zsh, vscode
Dotfiles
My personal dotfiles
Stars: ✭ 400 (-1.96%)
Mutual labels:  zsh, dotfiles
Dotfiles
My dotfiles
Stars: ✭ 258 (-36.76%)
Mutual labels:  zsh, dotfiles
dotfiles
Dotfiles for my current dev environment.
Stars: ✭ 14 (-96.57%)
Mutual labels:  dotfiles, zsh
zshrc
📝 Zsh Configuration for nerds with zplug
Stars: ✭ 28 (-93.14%)
Mutual labels:  dotfiles, zsh
.dotfiles
There's no place like ~ !
Stars: ✭ 265 (-35.05%)
Mutual labels:  zsh, dotfiles
dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (-95.83%)
Mutual labels:  dotfiles, zsh
dotfiles
nullxception's desktop and other configurations
Stars: ✭ 16 (-96.08%)
Mutual labels:  dotfiles, zsh
dotfiles
My dot files
Stars: ✭ 25 (-93.87%)
Mutual labels:  dotfiles, zsh
Dotbare
Manage dotfiles and any git directories interactively with fzf
Stars: ✭ 327 (-19.85%)
Mutual labels:  zsh, dotfiles
Dotfiles
My OS X environment
Stars: ✭ 316 (-22.55%)
Mutual labels:  zsh, dotfiles
Dotfiles
Configuration for Arch Linux, sway, kitty, kakoune, zsh and more + scripted installation guide
Stars: ✭ 385 (-5.64%)
Mutual labels:  zsh, dotfiles
Zsh Quickstart Kit
Simple ZSH quickstart for using ZSH and zgen
Stars: ✭ 366 (-10.29%)
Mutual labels:  zsh, dotfiles

sobolevn's dotfiles

sobolevn's dotfiles

Here are some articles I wrote about my environment:

Contents

What's in there?

  • all my brew dependencies including: applications, fonts, etc. See Brewfile
  • all my macOS configuration. See macos
  • all my shell configuration including my own sobole theme. See shell/ and config/zshrc
  • all my vscode configuration. See vscode/

Installation

We are using dotbot to set things up. Steps:

  1. Clone this repo
  2. cd into dotfiles/ folder
  3. Run: ./install

CLI

I am using both hyper and default Terminal App as terminal emulators. I am using zsh with oh-my-zsh as a main shell. And zplug to manage shell plugins. I also have a lot of tools to make my working experience better.

I mainly work with three stacks:

  • python
  • node + vue + typescript
  • 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 several other languages installed. But I don't use them on a daily basis.

Apps

I am using brew to install all free apps for my mac. I also sync apps from AppStore with brew, so the resulting Brewfile contains everything.

Infrastructure

I try to containerize everything. So docker is my main development and deployment tool. You can install it from its official site (brew version is also an option).

I prefer to use edge version of docker. So, you will have to download it manually.

However, I also use several databases and other services locally:

  • postgresql (with postgis)
  • redis

I use this setup for small and simple projects. Other stuff is always dockerized.

VS Code

I loved my Sublime. It was fast and beautiful. But I have switched to vscode. The main reason is that Sublime is almost unmaintained. Packages are also abandoned.

So, I have switched to vscode. It solved almost all issues I had with Sublime. Here's how my new vscode setup looks like:

sobolevn's vscode for Python

It is also fully configured to be used with Codespaces.

Here's a list of packages I use:

  • ayu theme with modifications and A File Icon icons
  • Elixir syntax highlighting
  • Vetur for Vue features
  • Python plugin
  • Rust plugin
  • editoconfig integration

I also use powered-up nano for in-terminal editing.

Local configuration

Some of the used tools requires local configuration. Such as git with username and email.

Here's the full list:

  1. ~/.gitconfig_local to store any user-specific data
  2. ~/.shell_env_local to store local shell config, like: usernames, passwords, tokens, gpg keys and so on

License

WTFPL: do the fuck you want. Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].