sall/Fedora-setup
Project ID: 28986
Description
Tune your distro
Installation Instructions
Update the system
sudo dnf -y update
Install basic tools
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install -y curl dnf-plugins-core entr exfat-utils expect fuse-exfat git httpie jq make moreutils util-linux-user vim wget
sudo dnf install -y geary mpv telegram-desktop the_silver_searcher transmission-gtk vim-X11
Change shell to ZSH
sudo dnf install -y zsh zsh-syntax-highlighting
git clone https://github.com/sindresorhus/pure.git /tmp/pure
sudo cp /tmp/pure/async.zsh /usr/share/zsh/site-functions/async
sudo cp /tmp/pure/pure.zsh /usr/share/zsh/site-functions/prompt_pure_setup
wget -O ~/.zshrc https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
cat << EOF > ~/.zshrc.local
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source ~/.profile
PURE_CMD_MAX_EXEC_TIME=1
PURE_PROMPT_SYMBOL=‣
autoload -U promptinit; promptinit
prompt pure
EOF
chsh -s $(which zsh)
Install Haskell
sudo dnf copr enable -y petersen/stack
sudo dnf install -y haskell-platform stack
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|
* Total number of downloaded packages.
Last Build
No builds...
Quick Enable
#> dnf copr enable sall/Fedora-setup
More info about enabling Copr repositories