- General > Show Battery Percentage: On
- Style: Dark
- Accent: Green
- BG: Static, row 1, col 3
# Copy key
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\nautorefresh=1\ntype=rpm-md\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | sudo tee /etc/yum.repos.d/vscode.repo > /dev/null
# Get updates, then install
dnf check-update
sudo dnf install code
# TODO
# https://github.com/Eugeny/tabby/releases/latest
# TODO
# https://bitwarden.com/help/cli/
wget -O bitwarden.zip "https://bitwarden.com/download/?app=cli&platform=linux"
unzip bitwarden.zip
chmod +x bw
mkdir -pv $HOME/bin
mv bw $HOME/bin/bw
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
sudo dnf install -y \
btop \
neovim \
python3-neovim \
python3-pip \
fastfetch \
yq \
speedtest-cli \
speedtest \
fzf \
testssl \
wireguard-tools \
torbrowser-launcher \
google-roboto-mono-fonts \
img2sixel
pip install \
gcalcli
https://fedoramagazine.org/configure-wireguard-vpns-with-networkmanager/
# Get the config file
sudo cp new.conf /etc/wireguard/wg0.conf
sudo nmcli con import type wireguard file /etc/wireguard/wg0.conf
sudo wg
# Rename in NM GUI if desired
sudo dnf copr enable -y wojnilowicz/ungoogled-chromium
sudo dnf install -y ungoogled-chromium
# Enable Native Wayland
sudo sed -i 's/NATIVE_WAYLAND=off/NATIVE_WAYLAND=on/g' /etc/ungoogled-chromium/ungoogled-chromium.conf
echo CHROMIUM_FLAGS+=\" --ozone-platform-hint=auto\" | sudo tee -a /etc/ungoogled-chromium/ungoogled-chromium.conf
# add the repo
curl -fsSL https://repo.librewolf.net/librewolf.repo | pkexec tee /etc/yum.repos.d/librewolf.repo
# install the package
sudo dnf install -y librewolf
~/bin
#!/bin/bash
curl wttr.in/iad
- Add NAS mount
- Find a Google Chat CLI client
- Figure out browser options