Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fedora minimal install #18

Open
OhMyMndy opened this issue Mar 14, 2023 · 0 comments
Open

Fedora minimal install #18

OhMyMndy opened this issue Mar 14, 2023 · 0 comments

Comments

@OhMyMndy
Copy link
Owner

OhMyMndy commented Mar 14, 2023

sudo tee /etc/yum.repos.d/google-cloud-sdk.repo << EOM
[google-cloud-sdk]
name=Google Cloud SDK
baseurl=https://packages.cloud.google.com/yum/repos/cloud-sdk-el7-x86_64
enabled=1
gpgcheck=1
repo_gpgcheck=0
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg
       https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
EOM


sudo dnf install -y file tig git tree zsh fzf ripgrep tmux neovim google-cloud-sdk python3-pip firejail connect-proxy podman

sudo bash -c "chmod u-s /usr/bin/new[gu]idmap && \
    setcap cap_setuid+eip /usr/bin/newuidmap && \
    setcap cap_setgid+eip /usr/bin/newgidmap"

pip3 install pipx


pipx install dotbot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant