til/Scripts/fedora.sh

21 lines
585 B
Bash
Executable File

#!/usr/bin/env bash
sudo dnf install \
util-linux-user tar \
zsh \
curl wget git \
neovim tmux \
exa bat fd-find ripgrep \
openssh \
golang
# https://github.com/ohmyzsh/ohmyzsh/
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# https://github.com/romkatv/powerlevel10k#oh-my-zsh
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
# https://github.com/junegunn/fzf#using-git
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install