Skip to content
/ void Public
generated from Wessel/boilerplate

🌌 A collection of dotfiles I use on my Linux systems.

License

Notifications You must be signed in to change notification settings

Wessel/void

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Void

MIT License Arch pass RHEL Pass Debian Pass

A collection of dotfiles I use on my Linux systems.



Table of contents

  • System tests
  • Packages
    • Package list
    • Installation command

System Tests

Do note that these dotfiles may need to be adapted when using a different distro, feel free to create a pull request or issue if you do find any fixes for other distros.

This repo have been tested and confirmed to be working on the following distros:

  • Debian
  • RHEL (RedHat, Rocky Linux, Fedora, ...)
  • Arch

Packages

Package List

Package Use Case
Fishshell + omf Custom shell
Neofetch Get system information
Exa LS replacement (stylized)
Xorg Display server
Ranger TUI file browser
feh Background manager
Bashtop/htop Resource watcher

Installation command

Arch Linux
  1. Install yay (superior package manager)
sudo pacman -S --needed git base-devel
git clone https://github.com/Jguer/yay.git
cd yay
makepkg -si
  1. Update mirrors and install packages
yay -Syyu
yay -S xorg-server xorg-apps fish neofetch ranger feh bashtop htop
  1. Set default shell to fish and install Oh My Fish
echo /usr/local/bin/fish | sudo tee -a /etc/shells
chsh -s /usr/local/bin/fish
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish

Or do everything at once with the following command:

pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si && yay -Syyu && yay -S xorg-server xorg-apps fish neofetch ranger feh bashtop htop && echo /usr/local/bin/fish | sudo tee -a /etc/shells && chsh -s /usr/local/bin/fish && curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish

About

🌌 A collection of dotfiles I use on my Linux systems.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks