1
1
Fork 0
dotfiles for Fedora
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
urosm 5de3377082 document installing bash completion 1 month ago
NetworkManager/system-connections Simple documentation of source 1 month ago
dnf Simple documentation of source 1 month ago
fontconfig add fontconfig 1 month ago
foot rebase 2 months ago
fuzzel simplify fuzzel conf 1 month ago
git rebase 2 months ago
mpv rebase 2 months ago
nvim rebase 2 months ago
onedrive rebase 2 months ago
python rebase 2 months ago
readline rebase 2 months ago
sway rename fuzzel menu for wireless 1 month ago
swayidle add swayidle 1 month ago
swaylock simplify swaylock config 1 month ago
wget add wget 1 month ago
README.md document installing bash completion 1 month ago
bash_profile disable atomic drm for now 1 month ago
bashrc comment out prompt for now 1 month ago
user-dirs.dirs rebase 2 months ago

README.md

dotfiles

This repo tracks personal dotfiles and a description for setting-up a desktop environment for a "humanities" workflow on a laptop machine running Fedora.

The set-up is based on a minimal install of Fedora (installed through the Everything ISO, available at ()[https://alt.fedoraproject.org/]).

Note that a minimal install of Fedora might not initially support some laptop hardware necessary for wireless networking after booting to the installed system.

Bootstrapping the dotfiles

Install git:

$ sudo dnf --setopt=install_weak_deps=False install git

Clone this repo:

$ cd
$ git clone https://git.kompot.si/urosm/dot.git .config

Disable showing untracked files in the repo:

$ cd .config
$ git config --local status.showUntrackedFiles no

Some files need to be manually set-up.

Link [bashrc] and [bash_profile] to their correct place:

$ cd
$ rm .bashrc .bash_profile
$ ln -s /home/<user>/.config/bashrc /home/<user>/.bashrc
$ ln -s /home/<user>/.config/bash_profile /home/<user>/.bash_profile

To disable installing weak dependencies copy [dnf/dnf.conf] to it's place:

$ cd
$ sudo cp -i .config/dnf/dnf.conf /etc/dnf/

Clone (urosm/bin.git)[https://git.kompot.si/urosm/bin.git] to .local/bin:

$ cd
$ mkdir .local
$ git clone https://git.kompot.si/urosm/bin.git .local/bin

Installed packages and additional configuration are documented below.

Bootstrap the desktop environment

Enable RPM fusion repositories:

$ sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
$ sudo dnf install https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm  

Install additional packages for wireless drivers:

$ sudo dnf install @hardware-support # laptop wireless support

Install basic networking packages:

$ sudo dnf install @networkmanager-submodules # basic networking utils
$ sudo dnf install NetworkManager-tui # tui for nm

Install neovim and additional packages:

$ sudo dnf install neovim # text editor
$ sudo dnf install ripgrep fd-find # utils for telescope
$ sudo dnf install python3-pip nodejs-npm # package managers
$ sudo dnf install gcc # c compiler for treesitter

Install additional utils:

$ sudo dnf install bash-completion

Install a "desktop environment"

$ sudo dnf install sway # window manager
$ sudo dnf install swaylock swayidle # window manager extras
$ sudo dnf install foot foot-terminfo # terminal
$ sudo dnf install fuzzel # launcher, dmenu
$ sudo dnf install wl-clipboard # clipboard util
$ sudo dnf install xdg-user-dirs # user dirs util
$ sudo dnf install light wlsunset # backlight utils
$ sudo dnf install grim # screenshot util
$ sudo dnf install @multimedia # audio, codecs
$ sudo dnf install firefox # browser
$ sudo dnf install mpv # media player
$ sudo dnf install dejavu-fonts-all # font

Install packages for language support:

$ sudo dnf install langpacks-sl
$ sudo dnf install glibc-langpack-sl

Install packages for printing and scanning:

$ sudo dnf install @printing # printing group
$ sudo dnf install simple-scan # scanning gui
$ sudo dnf install ocrmypdf # ocr
$ sudo dnf install tesseract-langpack-slv tesseract-langpack-eng # tesseract data

Install pandoc and texlive:

$ sudo dnf install pandoc
$ sudo dnf install texlive

Install libreoffice packages:

$ sudo dnf install libreoffice
$ sudo dnf install libreoffice-gtk3
$ sudo dnf install libreoffice-langpack-sl

Install packages for remote desktop functionalities:

$ sudo dnf install remmina remmina-plugins-rdp # remote desktop client
$ sudo dnf install wireguard-tools # vpn
$ sudo dnf install onedrive