diff --git a/.bashrc b/.bashrc index 592ce91..51892dc 100644 --- a/.bashrc +++ b/.bashrc @@ -220,3 +220,5 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=1 [ -f ~/.fzf.bash ] && source ~/.fzf.bash [ -f ~/.cargo/env ] && . "$HOME/.cargo/env" + +[ -f ~/.local/bin/env ] && . "$HOME/.local/bin/env" diff --git a/.vim/spell/en.utf-8.add b/.vim/spell/en.utf-8.add index 5d22283..8c59ca0 100644 --- a/.vim/spell/en.utf-8.add +++ b/.vim/spell/en.utf-8.add @@ -16,3 +16,5 @@ dammIT isso diginaut jailbreaking +plugin +Readeck diff --git a/.vim/spell/nl.utf-8.add b/.vim/spell/nl.utf-8.add index 8105f89..cf0ecfb 100644 --- a/.vim/spell/nl.utf-8.add +++ b/.vim/spell/nl.utf-8.add @@ -250,3 +250,5 @@ SSO-gebruikers hacktop computerwerk labwerk +PowerPoint +Kubuntu diff --git a/README.md b/README.md index 74b070f..4cc8660 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,19 @@ ln -s ../.dot/dotfiles/.config/starship.toml ``` +## All dependencies + +To have the full experience, install all of these: + +```bash +sudo apt install git curl vim-nox fzf ripgrep exuberant-ctags fish grc tmux htop +# needed for building vim plugins: +sudo apt install cmake build-essentials +# also, this classic: +sudo apt install mc +``` + + ## vim config The [.vimrc](https://github.com/aquatix/dotfiles/blob/master/.vimrc) has a lot going on. [Find out more about my tweaks](https://dammit.nl/tag/vim.html) and use `:Maps` in vim itself to see key mappings