Skip to content
main
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
git
 
 
i3
 
 
 
 
 
 
 
 
 
 
zsh
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

Dotfiles

Screenshot & Overview

Screenshot

This repo contains dotfiles for my workspace that is focused on terminal based apps (Nvim, ranger, autojump) 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

i3wm

  • Here, too, a sensible configuration
  • Solarized Dark theme
  • Nice window and session modes with helpful status bar hints and shortcuts
  • Polybar integration
  • Rofi integration
  • Works with multiple monitors
  • Integrates autotiling

Polybar

  • Solarized Dark theme
  • Styled after Powerline

Rofi

ranger

neomutt

  • Solarized, of course
  • Vim-inspired shortcuts
  • Set up to use khard as an address book

kitty

  • 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 shortcuts for the most often used commands)
  • needs to be configured with your own name and email
  • Always ignores direnv files

Zathura

  • Solarized colors

lesskey

  • Same keymappings as vim (optimized for German keyboards)

tig

  • Nothing much

htop

  • styled for my taste

Installation

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

Updating

make update

Other helpful Programs

You can’t perform that action at this time.