1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Merge branch 'master' of github.com:aquatix/dotfiles

This commit is contained in:
2025-03-20 13:25:37 +01:00
4 changed files with 19 additions and 0 deletions

View File

@@ -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"

View File

@@ -16,3 +16,5 @@ dammIT
isso
diginaut
jailbreaking
plugin
Readeck

View File

@@ -250,3 +250,5 @@ SSO-gebruikers
hacktop
computerwerk
labwerk
PowerPoint
Kubuntu

View File

@@ -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