dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

My setup

~/dotfiles

I use dotdrop to manage my dotfiles. Everything can be installed like so:

git submodule update --init
pip3 install -r dotdrop/requirements.txt
./dotdrop/bootstrap.sh
./dotdrop.sh install

Configuration

A few variables can be set in config.yaml.

  • colorscheme: System-wide color scheme. Possible values are solarized-dark, gruvbox-dark, dracula and nord.
  • browser: Default browser to be used by various applications to open links.

Screenshot

screenshot

Key Components and Software

  • i3-gaps + Polybar + Picom
  • alacritty + zsh + Oh My Zsh
  • Neovim (0.5 or later)
  • Ranger
  • Rofi
  • dunst
  • mpd + ncmpcpp
  • sxiv, mpv, zathura
  • WeeChat

Fonts

My two favourite programming fonts are Iosevka and Terminus. I also use Nerd Fonts for icons.

Git user config

To keep my git user info from this repo I source it from ~/.config/git/user. Git will complain if it doesn't exist. Example contents:

[user]
    name = "John Doe"
    email = "[email protected]"
    signingkey = "ABC123DEF456"