gcc added to requirements

This commit is contained in:
parent 40e2fb0492
commit ad83f5bf1e

View File

@ -11,6 +11,7 @@
#### Required #### Required
- git - git
- gcc
- stow - dotfiles symlink in home - stow - dotfiles symlink in home
- fzf - for fuzzy search - fzf - for fuzzy search
- neovim - editor - neovim - editor
@ -27,13 +28,16 @@ Ubuntu:
```bash ```bash
sudo apt update && sudo apt update sudo apt update && sudo apt update
sudo apt install git tmux neovim stow fzf bat eza fd sudo apt install git tmux neovim stow fzf bat eza fd gcc
curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get update
sudo apt-get install neovim
``` ```
Arch: Arch:
```bash ```bash
sudo yay -S git tmux neovim zoxide stow fzf bat eza fd sudo yay -S git tmux neovim zoxide stow fzf bat eza fd gcc
``` ```
## Installation ## Installation