mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
Compare commits
2 Commits
c0ba50cf35
...
436a28f702
| Author | SHA1 | Date | |
|---|---|---|---|
| 436a28f702 | |||
| 739ab149c5 |
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"
|
||||
|
||||
@@ -44,7 +44,11 @@ ln -s ../.dot/dotfiles/.config/starship.toml
|
||||
To have the full experience, install all of these:
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user