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:
2
.bashrc
2
.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"
|
||||
|
||||
@@ -16,3 +16,5 @@ dammIT
|
||||
isso
|
||||
diginaut
|
||||
jailbreaking
|
||||
plugin
|
||||
Readeck
|
||||
|
||||
@@ -250,3 +250,5 @@ SSO-gebruikers
|
||||
hacktop
|
||||
computerwerk
|
||||
labwerk
|
||||
PowerPoint
|
||||
Kubuntu
|
||||
|
||||
13
README.md
13
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
|
||||
|
||||
Reference in New Issue
Block a user