/desktop-dotfiles

A collection of dotfiles and some other configuration files to customize and add functionality to my desktop.

Primary LanguageShellGNU General Public License v2.0GPL-2.0

davnpsh's desktop dotfiles

A collection of dotfiles and some other configuration files to customize and add functionality to my desktop.


screenshot


Table of contents

Design philosophy

I am not the best at design, but here is my try...

catppuccin_cat

I try to apply, whenever I can, mocha with mauve accent from the Catppuccin theme. I really don't use any other colors from the pallete unless I am using a text editor like Neovim.

Also, dark theme is a must. I don't like light backgrounds since they hurt my eyes.

Installation

Dependencies/Software stack

These packages must be installed before moving config files into the system:

Since (btw) I use Arch Linux:

doas pacman -S bspwm picom sxhkd dunst neofetch betterlockscreen polybar alacritty rofi lightdm feh

Other software

Other packages can be installed, but in case I find better replacements for it I might consider changing this section.

In Arch Linux:

doas pacman -S thunar lxappearance-gtk3 lightdm-gtk-greeter \
yay -S catppuccin-gtk-theme-mocha papirus-icon-theme-git papirus-folders-catppuccin-git catppuccin-cursors-mocha

Fonts

I like JetBrains Mono font for every aspect of my desktop.

It is possible to install them manually going to their website, but in Arch Linux it comes with the patched fonts from nerd fonts library:

doas pacman -S ttf-jetbrains-mono ttf-jetbrains-mono-nerd

dotfiles

Now, to install the dotfiles in this repo, just clone it in a temporal directory:

tempdir=$(mktemp -d) \
git clone https://github.com/davnpsh/desktop-dotfiles.git "$tempdir" \
cd "$tempdir" \

Then, copy the dotfiles in ./.config/ to $HOME/.config/:

cp -r ./.config/* $HOME/.config/

And copy the dotfiles on ./etc/ to /etc/ (I recommend going through all of them and pasting them manually instead of the following):

doas cp -r ./etc/* /etc/

Finally, remove the tempdir:

cd && rm -r $tempdir

Wallpapers

I generate my wallpapers using farbenfroh.io.

catppuccin_cat catppuccin_cat

Credits

  • I already said it, but again, the theme is Catppuccin.
  • Thanks to adi1090x for the rofi menus. Some of them in my config are from here.

gnu_linux arch_linux neovim