Compare commits

...

4 Commits

Author SHA1 Message Date
trianta 879ce374b6 common: sleep before mounting on startup 2026-03-21 11:00:42 -05:00
trianta 25a14684d1 common: update config 2026-03-11 11:40:14 -05:00
trianta d237a3b918 script: default to rebase 2026-02-19 12:05:20 -06:00
trianta 6bcd702e02 nvim: fix treesitter breaking settings 2026-02-19 12:05:20 -06:00
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ export EDITOR="nvim"
export CMAKE_EXPORT_COMPILE_COMMANDS=1 export CMAKE_EXPORT_COMPILE_COMMANDS=1
if [[ "$(tty)" == /dev/tty1 ]]; then if [[ "$(tty)" == /dev/tty1 ]]; then
mount -a ; Hyprland echo "Sleeping 3 seconds..." && sleep 3 && mount -a && Hyprland
fi fi
$(&>/dev/null pw-play --volume=2.0 ~/.alert/ready.mp3 &) $(&>/dev/null pw-play --volume=2.0 ~/.alert/ready.mp3 &)
+1
View File
@@ -5,6 +5,7 @@ git config --global user.name "trianta"
git config --global user.email "gregcraw2001@gmail.com" git config --global user.email "gregcraw2001@gmail.com"
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global user.signingkey ~/.ssh/id_ed25519.pub git config --global user.signingkey ~/.ssh/id_ed25519.pub
git config --global pull.rebase true
echo "Getting tools for environment..." echo "Getting tools for environment..."
+2 -2
View File
@@ -21,9 +21,9 @@ vim.opt.signcolumn = "yes"
vim.opt.updatetime = 50 vim.opt.updatetime = 50
-- Original limit -- Original limit
-- vim.opt.colorcolumn = "80" vim.opt.colorcolumn = "80"
-- Obisidian limit -- Obisidian limit
vim.opt.colorcolumn = "65" -- vim.opt.colorcolumn = "55"
vim.g.mapleader = " " vim.g.mapleader = " "