Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Dotfiles and configurations for my linux machine

Notifications You must be signed in to change notification settings

migueldeoleiros/dotfiles-2022

Repository files navigation

DOTFILES

Desktop Screenshot

This repository was made for me to more easily manage my dotfiles and configuration for my linux system, but you are more than welcome to take them as a reference or use them yourself. This are not all the dotfiles on my machine, only the ones that I personaly modified.

My Program Configs

My configs for different shells

(aliases are separeted on .alias)

Keyboard setup

For my keyboard I'm using both sxhkd and kmonad, althow I'm planing on moving all to kmonad

  • sxhkd (for keyboard shortcuts)
  • kmonad (for keyboard layout and spanish accents )
  • Xmodmap (I used this for hjkl as arrow keys, but I now archieve that with kmonad)

Terminal emulator

I'm mainly using my build of st with some patches, but I also have a kitty and alacritty config that look pretty similar

Browser

I use both qutebrowser and firefox for my browser, using firefox userChrome to make them look similar and less bloated

Text editor

I'm currently using emacs because of the better IDE features like code completion, but both of this configs are usable and have a lot of the same features

Window Manager

I'm currently using my build of dwm

Other apps

  • tmux (terminal multiplexer configured with vim-like bindings for my sanity)
  • ranger file-manager (Best terminal file manager out there)
  • rofi (I use for both my scripts and as an app launcher)
  • dunst (Notification daemon without bloat)
  • picom (Currently using jonaburg's fork of picom for round corners, animations and blur)