repos / dotfiles

my dotfiles

commit
7b6757f
parent
16ddccd
author
Eric Bower
date
2025-10-29 21:18:00 -0400 EDT
chore: random changes
4 files changed,  +9, -4
M dot_config/fish/config.fish
+4, -0
 1@@ -43,6 +43,10 @@ abbr -a smu systemctl --user
 2 abbr -a jm sudo journalctl
 3 abbr -a jmu journalctl --user
 4 
 5+function pw
 6+  tr -dc 'A-Za-z0-9!"#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' </dev/urandom | head -c 16; echo
 7+end
 8+
 9 function sys_fzf
10   systemctl --user list-unit-files --no-legend | fzf | awk '{print $1}'
11 end
M dot_config/foot/foot.ini
+2, -2
 1@@ -1,8 +1,8 @@
 2 [main]
 3 term=xterm-256color
 4-font=NotoMono Nerd Font:size=14,Noto Color Emoji:size=14,monospace:size=14
 5+font=NotoMono Nerd Font:size=12,Noto Color Emoji:size=12,monospace:size=12
 6 include=/usr/share/foot/themes/dracula
 7-pad=6x4
 8+pad=4x4
 9 [colors]
10 # set to neovim default colorscheme bg color
11 background=14161b
M dot_config/nvim/init.lua
+2, -1
 1@@ -34,7 +34,7 @@ o.smartcase = true
 2 o.swapfile = false
 3 o.foldmethod = "indent"
 4 o.foldlevelstart = 99
 5-o.grepprg = "rg --vimgrep --smart-case --hidden"
 6+o.grepprg = "rg --vimgrep --smart-case --no-heading"
 7 o.grepformat = "%f:%l:%c:%m"
 8 vim.g.mapleader = ","
 9 vim.g.maplocalleader = ","
10@@ -72,6 +72,7 @@ end, opts)
11 map("n", "<leader>g", ":silent grep! ")
12 map("n", "<leader>d", ":DiffviewOpen ")
13 map("n", "<leader>s", ":Qfa fd -t f | fzf -f ") -- fuzzy match files into quickfix
14+map("n", "<leader>m", "<cmd>silent make!<cr>")
15 
16 local augroup = vim.api.nvim_create_augroup("erock.cfg", { clear = true })
17 local autocmd = vim.api.nvim_create_autocmd
M dot_config/river/init
+1, -1
1@@ -58,7 +58,7 @@ riverctl input pointer-2362-628-PIXA3854:00_093A:0274_Touchpad tap enabled
2 
3 riverctl map normal Mod1 W send-layout-cmd rivercarro "main-location-cycle monocle,left"
4 riverctl default-layout rivercarro
5-rivercarro -main-location monocle -inner-gaps 3 -outer-gaps 0 &
6+rivercarro -main-location monocle -inner-gaps 3 -outer-gaps 1 &
7 
8 # status bar
9 waybar &