Skip to content
/ dotfiles Public

My personal preferences, in dotfile form.

Notifications You must be signed in to change notification settings

fdw/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 1, 2025
4aa899a · Mar 1, 2025
Apr 1, 2023
Apr 19, 2021
Apr 10, 2022
Mar 1, 2025
Jul 27, 2024
Apr 7, 2024
Mar 1, 2025
Apr 7, 2024
Feb 6, 2024
Mar 1, 2025
Jun 2, 2024
Mar 1, 2025
Mar 1, 2025
Jul 27, 2024
Mar 1, 2025
Nov 26, 2023
Jan 4, 2014
Mar 1, 2025
Mar 10, 2024
Sep 28, 2024
Nov 26, 2023
Mar 1, 2025
May 10, 2020
Jan 27, 2015
Mar 1, 2025
Nov 12, 2022
Oct 25, 2019

Repository files navigation

Dotfiles

Screenshot & Overview

Screenshot

This repo contains dotfiles for my workspace that is focused on terminal based apps (neovim, yazi, zoxide) and a lightweight window manager (i3, rofi, polybar or sway, rofi, waybar). 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
  • Sensible configuration
  • Enable zoxide plugin
  • 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

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