miraficus / .dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

My personal dotfiles. I made this for myself and it is not guaranteed to work properly.

Installing

Copy dotfiles manualy.

Wallpapers

I backed up my collection of wallpapers on dropbox. Use wget to download those files and then unzip to extract those files to /usr/share/backgrounds.

Wallpapers found on google pictures:

wget -O from-google.zip https://www.dropbox.com/sh/jwpk6j30kf27uie/AAD2ql1Lt_4vTmNc93nnOOxoa?dl=1
sudo unzip from-google.zip -d /usr/share/backgrounds/from-google
rm from-google.zip

Wallpapers from Windows Spotlight (Downloaded with BilderGUI:

wget -O from-spotlight.zip https://www.dropbox.com/sh/nqb0yj9uv1vibci/AAAAgY7YDVB0RgqSfkMaDqICa?dl=1
sudo unzip from-spotlight.zip -d /usr/share/backgrounds/from-spotlight
rm from-spotlight.zip

Program Launch commands

Rofi:

rofi -show drun -show-icons -theme Arc-Dark -click-to-exit

In Gnome add -normal-window -[no-]steal-focus flag for it to work.

Alacritty:

  • Font too big on my laptop.
alacritty -o font.size=6

Steam:

-Launch Steam minimized and replace 'Big Picture Mode' with 'Steamdeck Mode'

steam -gamepadui -nochatui -nofriendsui -silent

Switch Login Manager

sudo systemctl disable lightdm
sudo systemctl enable sddm

Links

Custom Themes

Whole

GTK

Website

Grub Themes

Icons

Login Manager

Cool Fonts

Programs

How To

Server

Installer

Notes

  • pkglist.txt contains packagage that i use on arch linux
  • aurpkglist.txt contains packages from aur

About

My dotfiles


Languages

Language:Shell 100.0%