Skip to content

Instantly share code, notes, and snippets.

@gbraad
Last active February 16, 2021 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbraad/5ab92cbf1e1bf53d865de3a3401de01c to your computer and use it in GitHub Desktop.
Save gbraad/5ab92cbf1e1bf53d865de3a3401de01c to your computer and use it in GitHub Desktop.
Set up a new system

Set up a new system

# essentials
dnf install -y mc tmux screen links lynx git-core stow
# fonts
dnf install -y adobe-source-han-mono-fonts adobe-source-code-pro-fonts adobe-source-sans-pro adobe-source-serif-pro-fonts
# optiona
dnf install -y python3-pygments
pip install pygments-style-tomorrownightbright
# graphical
dnf install -y i3
# install dotfiles (have to use a git clone (as China blocks raw.githubusercontent.com)
cd /tmp/
git clone http://github.com/gbraad/dotfiles.git
cd dotfiles
./install.sh
@gbraad
Copy link
Author

gbraad commented Feb 16, 2021

Moved here: gbraad/dotfiles#10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment