[Org] Move deprecated and wip files in dedicated directories

Also update a bit some parts of my environment description.
This commit is contained in:
Lucien Cartier-Tilet 2020-12-21 14:47:57 +01:00
parent 2f80220f88
commit a4643fd8c1
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
7 changed files with 22 additions and 20 deletions

View File

@ -1,4 +1,4 @@
#+TITLE: i3 config (Deprecated)
#+TITLE: i3 config
#+setupfile: headers
#+OPTIONS: auto-id:t
#+HTML_HEAD_EXTRA: <meta name="description" content="Phundrak's i3 config" />

View File

@ -1,4 +1,4 @@
#+TITLE: Nano configuration (Deprecated)
#+TITLE: Nano configuration
#+setupfile: headers
#+OPTIONS: auto-id:t
#+HTML_HEAD_EXTRA: <meta name="description" content="Phundrak's nano configuration" />

View File

@ -1,4 +1,4 @@
#+TITLE: Polybar config (Deprecated)
#+TITLE: Polybar config
#+setupfile: headers
#+OPTIONS: auto-id:t
#+HTML_HEAD_EXTRA: <meta name="description" content="Phundrak's polybar config" />

View File

@ -1,4 +1,4 @@
#+title: Ncmpcpp Configuration (WIP)
#+title: Ncmpcpp Configuration
#+setupfile: headers
#+OPTIONS: auto-id:t
#+HTML_HEAD_EXTRA: <meta name="description" content="Phundraks ncmpcpp Configuration" />

View File

@ -1,4 +1,4 @@
#+title: Neofetch configuration (WIP)
#+title: Neofetch configuration
#+setupfile: headers
#+OPTIONS: auto-id:t
#+HTML_HEAD_EXTRA: <meta name="description" content="Phundrak's Neofetch config" />

View File

@ -17,20 +17,20 @@ For starters, here is the link to all the pages on my website that you might fin
- [[file:bin.org][Custom scripts]]
- [[file:spacemacs.org][Emacs (Spacemacs) configuration]]
- [[file:fish.org][Fish shell configuration]]
- [[file:i3.org][i3 configuration]] (deprecated)
- [[file:nano.org][Nano configuration]] (deprecated)
- [[file:ncmpcpp.org][ncmpcpp configuration]] (work in progress)
- [[file:neofetch.org][Neofetch configuration]]
- [[file:picom.org][Picom configuration]] (new fork of Compton)
- [[file:polybar.org][Polybar configuration]] (deprecated)
- [[file:Deprecated/i3.org][i3 configuration]] (deprecated)
- [[file:Deprecated/nano.org][Nano configuration]] (deprecated)
- [[file:WIP/ncmpcpp.org][ncmpcpp configuration]] (work in progress)
- [[file:WIP/neofetch.org][Neofetch configuration]] (work in progress)
- [[file:picom.org][Picom configuration]] (replacement of Compton)
- [[file:Deprecated/polybar.org][Polybar configuration]] (deprecated)
- [[file:rustfmt.org][Rustfmt configuration]]
- [[file:tmux.org][Tmux configuration]]
As you can see, I personally use [[https://fishshell.com/][fish]] as my shell of choice, and [[https://www.gnu.org/software/emacs/][Emacs]] 28.0 (using the ~native-comp~ branch) using [[http://spacemacs.org][Spacemacs]] (still with Emacs keybinding in Insert mode but with Evil in Normal mode) as my main text editor.
When it comes to my graphical UI, I do not have any desktop environment. Instead, I have a tiling window manager, AwesomeWM. The historical first on my configuration is [[https://github.com/Airblader/i3][i3-gaps]], an [[https://i3wm.org/][i3]] fork by [[https://github.com/Airblader/i3][Airblader]] with which I use two bars generated by [[https://polybar.github.io/][Polybar]]. It used [[https://github.com/dylanaraps/pywal][pywal]] to define their color scheme, as well as [[https://github.com/davatorium/rofi][rofi]]s color scheme. My other TWM and the one I currently use is [[https://awesomewm.org/][AwesomeWM]].
When it comes to my graphical UI, I do not have any desktop environment. Instead, I have a tiling window manager, [[https://awesomewm.org/][Awesome]]. I used to use [[https://github.com/Airblader/i3][i3-gaps]], an [[https://i3wm.org/][i3]] fork by [[https://github.com/Airblader/i3][Airblader]], with which I used [[https://polybar.github.io/][Polybar]] as well as [[https://github.com/dylanaraps/pywal][pywal]] to define my systems color scheme. But now, as said above, I prefer to use Awesome. It has a built-in status bar which I use, and I settled on the dark [[https://www.nordtheme.com/][Nord theme]] for pretty much everything I use.
Finally, you can find my configuration for my ErgodoxEZ keyboard [[https://configure.ergodox-ez.com/ergodox-ez/layouts/5WrVw/latest/0][here]]. It is optimized for usage with the Bépo layout set as a software layout, and for shortcuts from i3.
Finally, you can find my configuration for my ErgodoxEZ keyboard [[https://configure.ergodox-ez.com/ergodox-ez/layouts/5WrVw/latest/0][here]]. It is optimized for usage with the Bépo layout set as a software layout. It has also a layer set to emulate a Qwerty layout when using the Bépo software layout due to some games that do not offer to remap keys (Im looking at you, Among Us).
* Screenshots
:PROPERTIES:

View File

@ -1,16 +1,18 @@
#+TITLE: Sitemap for project config-website-org
- [[file:installation.org][Arch Linux, Phundrak-flavored]]
- [[file:awesome.org][AwesomeWM configuration]]
- [[file:emacs.org][Emacs Configuration]]
- [[file:bin.org][Executable scripts]]
- [[file:fish.org][Fish config]]
- [[file:installation.org][Phundrak-flavored Arch Linux]]
- [[file:index.org][Phundraks dotfiles]]
- [[file:picom.org][Picom (Compton) Configuration]]
- [[file:picom.org][Picom Configuration]]
- [[file:rustfmt.org][Rust format config]]
- [[file:tmux.org][Tmux config]]
- [[file:ncmpcpp.org][Ncmpcpp Configuration (WIP)]]
- [[file:neofetch.org][Neofetch configuration (WIP)]]
- [[file:polybar.org][Polybar config (Deprecated)]]
- [[file:nano.org][Nano configuration (Deprecated)]]
- [[file:i3.org][i3 config (Deprecated)]]
- Deprecated
- [[file:Deprecated/nano.org][Nano configuration]]
- [[file:Deprecated/polybar.org][Polybar config]]
- [[file:Deprecated/i3.org][i3 config]]
- WIP
- [[file:WIP/ncmpcpp.org][Ncmpcpp Configuration]]
- [[file:WIP/neofetch.org][Neofetch configuration]]