neodotfiles/README.org

37 lines
1.3 KiB
Org Mode
Raw Normal View History

2021-12-31 23:54:48 +00:00
#+TITLE: DRK's Dotfiles
#+AUTHOR: Clay Gomera (DRK)
#+DESCRIPTION: Here i store all my dotfiles
* ABOUT
2022-01-26 20:48:34 +00:00
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.
2021-12-31 23:54:48 +00:00
2022-01-01 23:09:02 +00:00
* Screenshots:
#+CAPTION: An example screenshot
#+NAME: screenshot
#+attr_org: :width 750
2022-01-03 06:21:10 +00:00
[[./screenshot1.png]]
2022-01-03 06:19:22 +00:00
#+CAPTION: Another example screenshot
#+NAME: screenshot2
#+attr_org: :width 750
[[./screenshot2.png]]
2022-01-01 23:09:02 +00:00
2021-12-31 23:54:48 +00:00
* Dependencies
If you want to get the full experience you need theese things:
2022-01-03 06:19:22 +00:00
- DOOM Emacs (The best emacs distribution and text editor)
2022-01-14 03:50:48 +00:00
- mononoki Nerd Font (A really hard dependency for my config)
2022-01-26 20:48:34 +00:00
- xbacklight or brightnessctl (For brightness control)
2022-01-03 06:19:22 +00:00
- xbindkeys (For volume and brightness control with the "fn" key)
2022-01-26 20:48:34 +00:00
- libinput & xf86-input-libinput (Better mouse support)
2022-01-03 06:19:22 +00:00
- acpi (For the battery icon)
- arc-icon-theme (Needed for the widgets)
- lxappearance (To set gtk themes)
2022-01-26 20:48:34 +00:00
- feh (To set wallpapers)
2022-01-03 06:19:22 +00:00
- scrot (To get screenshots)
- lxsession (To get password prompts)
- picom (Those nice window effects and animations)
2022-01-26 20:48:34 +00:00
- dmenu (The best run prompt)
* Other dependencies
2022-03-03 20:05:55 +00:00
- fd (Required by some of my dmenu scripts and DOOM Emacs)