Skip to content

Dowdow/dowfiles

Repository files navigation

dowfiles

This repo contains all my dot files

Screenshot example

Setup

# Install dependencies
sudo pacman -Sy --needed git

# Clone the repo with submodules in your home directory
git clone --recurse-submodules https://github.com/Dowdow/dowfiles.git
# If you forgot the --recurse-submodules option
git submodule update --init

# Use the script to install WSL or native
./dowfiles/dowfiles.sh

Stow

# Install the config with symlinks
cd dowfiles
stow */ # to link everything
stow git zsh # to use only git and zsh

Custom zsh config

The custom config can be added in zsh/.config/zsh/custom and will be ignored by git.

Nvidia

Documentation: Arch Nvidia and Hyprland Nvidia.

sudo pacman -Sy --needed linux-headers nvidia-dkms libva-nvidia-driver

Bluetooth

sudo pacman -Sy --needed blueman bluez
sudo systemctl enable bluetooth.service blueman-mechanism.service

UI Config

Use nwg-look or GTK Settings with rofi to set prefer dark mode and set JetBrainsMono Nerd Regular as default font.

Splash screen

Add quiet splash at the end of the /etc/kernet/cmdline file.

Copy splash file to /efi/loader/splash.bmp or /boot/loader/splash.bmp.

Edit the /etc/mkinitcpio.d/linux.preset file, and change the default splash path in the options : default_options="--splash /efi/loader/splash.bmp"

Run sudo mkinitcpio -P.

About

My dotfiles

Resources

Stars

Watchers

Forks

Contributors