1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

Compare commits

..

2 Commits

Author SHA1 Message Date
436a28f702 More dependencies/good stuff 2025-02-11 18:04:53 +01:00
739ab149c5 Local binaries, like uv 2025-02-11 18:04:01 +01:00
2 changed files with 7 additions and 1 deletions

View File

@@ -220,3 +220,5 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=1
[ -f ~/.fzf.bash ] && source ~/.fzf.bash [ -f ~/.fzf.bash ] && source ~/.fzf.bash
[ -f ~/.cargo/env ] && . "$HOME/.cargo/env" [ -f ~/.cargo/env ] && . "$HOME/.cargo/env"
[ -f ~/.local/bin/env ] && . "$HOME/.local/bin/env"

View File

@@ -44,7 +44,11 @@ ln -s ../.dot/dotfiles/.config/starship.toml
To have the full experience, install all of these: To have the full experience, install all of these:
```bash ```bash
sudo apt install git curl vim-nox fzf ripgrep exuberant-ctags fish tmux htop 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
``` ```