2022-11-25 21:36:48 +00:00
#+title : Drake's Dotfiles
2022-09-19 19:29:58 +00:00
#+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
2022-12-05 01:51:57 +00:00
[[./screenshot4.png ]]
2022-09-19 19:29:58 +00:00
[[./screenshot1.png ]]
[[./screenshot2.png ]]
[[./screenshot3.png ]]
2022-12-05 01:49:49 +00:00
[[./screenshot5.png ]]
[[./screenshot6.png ]]
2022-09-19 19:29:58 +00:00
* GUIDE
This guide is made for Arch Linux.
** Dependencies
This section will help you install every dependency.
2022-11-25 21:37:10 +00:00
*** Fonts and theming
2022-12-05 01:54:29 +00:00
- Theme = https://github.com/Fausto-Korpsvart/Tokyo-Night-GTK-Theme
2022-12-05 01:56:56 +00:00
- Icon theme = Papirus Dark Indigo Folders https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
2022-12-05 01:54:29 +00:00
- Cursors = https://gitlab.com/cursors/simp1e
- Fonts = mononoki nerd font from https://github.com/ryanoasis/nerd-fonts
2022-09-19 19:29:58 +00:00
*** Full dependency pack
2022-12-05 01:49:49 +00:00
With this single command using paru you can install almost all dependencies excluding the tokyo night gtk theme:
2022-09-19 19:29:58 +00:00
#+begin_src sh
2022-12-05 01:53:26 +00:00
paru -S --needed picom-pijulius-git capnet-assist scrot feh fd rofi awesome-git betterlockscreen power-profiles-daemon python-gobject pamixer lxsession alacritty networkmanager bluez bluez-utils nerd-fonts-mononoki xcursor-simp1e-tokyo-night xfce4-power-manager
2022-09-19 19:29:58 +00:00
#+end_src