Config for vim, emacs, tmux https://erickgnavar.github.io/emacs-config
Find a file
2025-12-19 09:19:47 -05:00
.emacs.d [emacs] Upgrade doom-modeline 2025-12-19 09:19:47 -05:00
.github/workflows Update GitHub Actions versions 2024-09-04 07:34:40 -06:00
espanso [espanso] Change command to get public IP with ::ip 2025-04-24 11:14:00 -06:00
ghostty [ghostty] Add basic configuration file 2024-12-29 12:47:20 -08:00
hammerspoon [hammerspoon] Fix typo when calling disown 2025-12-09 12:10:56 -06:00
hyprland [hyprland] Remove shadow configuration that will be removed soon 2024-11-24 22:46:55 -06:00
i3 [i3] Add volume controls 2024-08-07 00:40:17 -06:00
nix-darwin [nix-darwin] Add imageoptim to personal configuration 2025-12-13 06:52:57 -06:00
nixos [nixos] Upgrade to nixos 25.05 2025-10-22 13:21:59 -06:00
polybar [polybar] Add initial configuration 2024-06-23 10:24:54 -06:00
rofi [rofi] Add config file to change default theme 2024-07-12 10:44:13 -07:00
scripts [zsh] Remove flag to use native-compilation 2024-12-24 08:05:29 -08:00
swappy [swappy] Add base config file 2024-09-11 22:42:53 -06:00
sway [sway] Remove window title 2025-08-07 22:20:23 -06:00
waybar [sway] Remove window title 2025-08-07 22:20:23 -06:00
wlogout [nixos] Add base configuration 2024-06-29 06:25:26 -06:00
zsh [zsh] Remove alias that points to Emacs.app on macOS 2025-11-27 18:09:04 -06:00
.aerospace.toml [aerospace] Make Finder always use a floating layout 2025-01-02 09:18:06 -08:00
.alacritty.toml [alacritty] Lower opacity value 2024-12-29 12:44:02 -08:00
.editorconfig [nixos] Add base configuration 2024-06-29 06:25:26 -06:00
.git_commit_message.txt Add git config 2017-05-28 12:14:11 -05:00
.gitconfig [git] Set up master as default branch name for new repos 2020-11-22 23:34:49 -05:00
.gitignore Add .elc extension to .gitignore 2021-01-01 20:40:16 -08:00
.ideavimrc [ideavim] Change key binding on normal mode to match emacs and vim 2025-03-27 22:34:16 -06:00
.shellcheckrc [zsh] Remove unused shellcheck exception 2024-06-25 21:18:49 -06:00
.tmux.conf [tmux] Fix status right length so current year is shown properly 2025-10-06 09:35:21 -06:00
.vimrc [vim] Remove auto folding 2023-08-18 09:45:50 -06:00
.Xmodmap [linux] Replace caps lock with escape using Xmodmap 2024-05-04 04:59:33 -06:00
Brewfile [brew] Update packages list 2025-10-04 09:04:07 -06:00
global.gitignore [git] Add mise.local.toml to global gitignore 2025-09-20 11:14:35 -06:00
placements.txt [sway] Replace hyprland with sway 2025-08-07 21:02:17 -06:00
README.md [zsh] Change how to load fzf 2024-08-23 08:52:16 -06:00
setup.sh [zsh] Format shell scripts with shfmt and add check to CI 2024-06-25 20:31:54 -06:00

Dotfiles

These are my config files for the tools I use:

Emacs

Requires emacs 26 because it uses native line numbers. Go to .emacs.d folder to check the config.

Tested on MacOS Mojave

Vim

I use vim for quick edits, check out the cconf here

Alacrity

A multiplatform terminal emulator. It's simple and configurable by a yaml config file.

Tmux

A terminal multiplexer, easy to handle panes, splitted windows, sessions, etc.

ZSH

Go to zsh folder to check the config.