Skip to content

yevhenorlov/dotfiles

Repository files navigation

dotfiles

🌐 dotfiles & global configs

screenshot

Software

  1. Terminal - kitty
  2. Shell - oh-my-zsh
  3. Code editor - neovim with a custom theme based on Gruvbox
  4. Font - Monocraft
  5. Keyboard remapper - Karabiner
  6. Tile manager - Rectangle
  7. Neat terminal plugins:

Installation

  1. install karabiner

  2. install neovim:

brew install neovim
  1. install kitty:
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
  1. clone repo to ~/code
git clone git@github.com:yevhenorlov/dotfiles.git ~/code/dotfiles
  1. add symlinks to pick up resources from dotfiles repo (for now this will probably break, hopefully in a graceful way)
cd ~/code/dotfiles
./install.sh
  1. Install missing dependencies until terminal stops yelling at you (TODO automate this).