gbraad / dotfiles

Gerard Braad's dotfiles; using Git and Stow
11 stars 4 forks source link

First time system setup #10

Closed gbraad closed 3 years ago

gbraad commented 3 years ago

use an environment variable that is checked from the system-setup.sh. if set run: https://gist.github.com/gbraad/5ab92cbf1e1bf53d865de3a3401de01c

gbraad commented 3 years ago
# essentials
dnf install -y mc tmux screen links lynx git-core stow vim
dnf install -y powerline vim-powerline tmux-powerline

# fonts
dnf install -y adobe-source-han-mono-fonts adobe-source-code-pro-fonts adobe-source-sans-pro adobe-source-serif-pro-fonts
dnf install -y powerline-fonts

# optiona
dnf install -y python3-pygments
pip install pygments-style-tomorrownightbright

# graphical
dnf install -y i3
gbraad commented 3 years ago

96c0001 5fd8eef