Skip to content

bevicted/dotfiles

Repository files navigation

.dotfiles

there are many like it, but this one is mine

usage

clone the repo and symlink applicable configs, install tools where needed

e.g.:

ln -s ~/Projects/.dotfiles/.config/nvim ~/.config/nvim

add the bin folder to your path in your rc file:

PATH=~/Projects/.dotfiles/bin:$PATH

Docs

links to docs I find myself revisiting

nvim

themes

resources

cli

tools

browser

general

settings

disable PC speaker beep

sudo rmmod pcspkr
echo "blacklist pcspkr" | sudo tee /etc/modprobe.d/nobeep.conf

instructions