Git Product home page Git Product logo

desktop-dotfiles's Introduction

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

desktop-dotfiles's People

Contributors

davnpsh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.