Skip to content

fdw/dotfiles

Repository files navigation

Dotfiles

Screenshot & Overview

Screenshot

This repo contains dotfiles for my workspace that is focused on terminal based apps (neovim, ranger, zoxide) and a lightweight window manager (i3, rofi, polybar). Everything is meant to integrate with everything else, starting from the theme: Solarized Dark.

Detailed Content

zshrc for ZSH

vimrc/nvimrc for Neovim

  • Here, too, a sensible configuration
  • Solarized Dark theme
  • Nice window and session modes with helpful status bar hints and shortcuts
  • Polybar integration
  • Rofi integration
  • Nice workspace names with workstyle
  • Works with multiple monitors by using autorandr
  • Integrates autotiling-rs
  • Solarized Dark theme
  • Styled after Powerline
  • Similar configuration to i3
  • Waybar integration
  • Rofi integration
  • Nice workspace names with workstyle
  • Works with multiple monitors by using kanshi
  • Integrates autotiling
  • Solarized, of course
  • Vim-inspired shortcuts
  • Set up to use khard as an address book
  • Solarized Dark theme
  • Separate escape code for ctrl+enter that works with zsh's autosuggestions
  • Supports ranger's image previews

gitconfig

  • Sensible configuration
  • Useful aliases (contains assume, unstage and very short shortcuts for the most often used commands)
  • Diffs with difftastic and delta
  • Needs to be configured with your own name and email
  • Always ignores direnv files

Intellij and its siblings

  • Ideavim configuration matching the one for Neovim
  • A nice color scheme based on Solarized Dark
  • Solarized colors

lesskey

  • Same keymappings as vim (optimized for German keyboards)

tig

  • Nothing much
  • Styled for my taste and needs
  • Styled in solarized

Installation

git clone --recursive https://github.com/fdw/dotfiles.git ~/.config/dotfiles
cd .config/dotfiles
make install

Other helpful Programs