Add bash configuration

This commit is contained in:
David Heinemeier Hansson
2025-06-01 11:56:03 +02:00
parent 9d36e5418b
commit 81b617ea26
9 changed files with 194 additions and 0 deletions

View File

@ -5,5 +5,8 @@ rm -rf ~/.config/nvim/.git
# Copy over Omarchy configs
cp -R ~/.local/share/omarchy/config/* ~/.config/
# Use default bashrc from Omarchy
echo "source ~/.local/share/omarchy/default/bash/rc" >~/.bashrc
# Turn off relative line numbers in nvim
echo "vim.opt.relativenumber = false" >>~/.config/nvim/lua/config/options.lua