neodotfiles/README.org
2023-01-22 21:05:32 -04:00

26 lines
1.2 KiB
Org Mode

#+title: Drake's Dotfiles
#+author: Clay Gomera
#+description: README for my dotfiles repository
This is just a personal repository where i store all my dotfiles, you're free clone them and edit them as you wish. Part of this work was based on other people's dotfiles (Distrotube for example), and it may contain scripts or binaries that they made or modify.
** Sreenshots
[[./screenshot1.png]]
[[./screenshot2.png]]
[[./screenshot3.png]]
[[./screenshot4.png]]
[[./screenshot5.png]]
[[./screenshot6.png]]
* GUIDE
This guide is made for Arch Linux.
** Dependencies
This section will help you install every dependency.
*** Fonts and theming
- Theme = https://github.com/jmattheis/gruvbox-dark-gtk
- Icon theme = https://github.com/jmattheis/gruvbox-dark-icons-gtk
- Cursors = https://gitlab.com/cursors/simp1e
- Fonts = mononoki nerd font from https://github.com/ryanoasis/nerd-fonts
*** Full dependency pack
With this single command using paru you can install almost all dependencies:
#+begin_src sh
paru -S --needed picom-pijulius-git capnet-assist scrot feh fd rofi awesome-git betterlockscreen pamixer lxsession alacritty networkmanager nerd-fonts-complete xcursor-simp1e-gruvbox-dark xfce4-power-manager gruvbox-dark-gtk gruvbox-dark-icons-gtk
#+end_src