Everything to get a working desktop with my config. Lots of Emacs stuff though, and lots of org-mode tangling. https://config.phundrak.com
Go to file
Lucien Cartier-Tilet a958ee8a60
Remove unused parts, updated my theme
== ALL FILES ==
The org TOCs were unused on export, and Spacemacs makes it useless.
This commits removes them. The startup header of org files is moved to
the header file.

== AWESOME ==
In the Awesome file, this commit removes everything about custom theme
creation as this part is not yet used. I also remade and reorganized
the windows titlebars.
Theme files for Awesome shall be added soon. The wallpaper functions
were updated accordingly.

In the autostart part, I updated some commands (picom will not launch
if another instance is already running, same for the XFCE polkit), and
I added PumoPM to the autolaunched software (power management). Due to
some issues, I also let Awesome one second before launching
`set-screens'.

== AWESOME AND CUSTOM SCRIPTS ==
This commit also removes any usage of pywal. My Awesome configuration
and my custom scripts were updated accordingly.

== CUSTOM SCRIPTS ==
In bin.org, the script `pape-restore' has been removed since it can
now be replaced with the command `nitrogen --restore'. `pape-update'
has also been updated so it doesn’t depend on `pape-restore' and gets
a random wallpaper for nitrogen to set without the help of pywal.

== XRESOURCES / ST AND PICOM ==
St’s transparency was tweaked to match my windows’ titlebar
transparency. It also got the Nord theme mentionned above. Some custom
Picom rule about St’s transparency has been removed.

== PICOM ==
I made it clearer in the index and on Picom’s page Picom is the new
Compton.

== FIREFOX ==
A new git submodule (blurredfox-nord) has been added, which adds some
transparency to Firefox as well as some Nord colors.

== I3 AND POLYBAR ==
My i3 and Polybar config have been deprecated since I do not use them
anymore.

== SPACEMACS ==
Changed shortcuts for config files
2020-08-22 16:46:33 +02:00
.config Updated conlanging layer 2020-08-22 16:05:06 +02:00
.etc/ly don’t use xinit anymore, replaced with ly display manager 2019-10-20 19:54:16 +02:00
.gnupg added gpg configuration file 2019-11-23 20:06:46 +01:00
.local/share/applications Fixed launcher for Flowscape, I use optirun, not prime-run 2020-08-22 16:07:22 +02:00
.mozilla/firefox/lruehqec.default Remove unused parts, updated my theme 2020-08-22 16:46:33 +02:00
arch/pkgbuilds/emacs-native-comp Add Emacs PKGBUILD with native-comp branch, update spacemacs conf 2020-08-13 14:23:24 +02:00
dev reorganized files 2019-09-26 20:49:23 +02:00
org/config Remove unused parts, updated my theme 2020-08-22 16:46:33 +02:00
.emacs.d added symlink for Emacs configuration directory 2020-02-15 22:23:49 +01:00
.gitattributes initial commit for new repo 2019-07-21 03:27:31 +02:00
.gitconfig Changed default branch name for Git 2020-08-22 16:07:04 +02:00
.gitmodules Remove unused parts, updated my theme 2020-08-22 16:46:33 +02:00
.spacemacs Updated Emacs packages, removed unused line 2020-07-11 18:21:15 +02:00
.tmux.conf Updated symlink to tmux configuration 2020-03-25 12:32:33 +01:00
CODE_OF_CONDUCT.md initial commit for new repo 2019-07-21 03:27:31 +02:00
LICENSE.md initial commit for new repo 2019-07-21 03:27:31 +02:00
README.org Moved org files, added proper README 2020-01-30 13:12:09 +01:00
img Moved org files, added proper README 2020-01-30 13:12:09 +01:00

README.org

Phundraks dotfiles

Presentation

This repository is where I keep most of my configuration files. With what is stored here, anyone can recreate a working desktop configuration similar to my daily one.

My dotfiles are managed by yadm, and although I dont use its alternate files features (which is pretty neat btw), it allows me to painlessly manage my dotfiles right where they are and not in a separate Git repository somewhere with everything symlinked. Another advantage of yadm is it will automatically execute (with your authorization, of course) my homemade bootstrap when my dotfiles are cloned through yadm.

Wheres the config file for X?

As you may have noticed, I am striving for a 100% amount of configuration files exported from Org files, that is, through literary programming. This is still very much a work in progress, but so far I achieved this for the following configuration files:

Some more info please?

Everything you need to know is in my /phundrak/dotfiles/src/commit/a958ee8a601a252ab5b72741eba48d60eea65979/org/config folder, and my Org files are also available in web format on my website phundrak.com/config.

Neat, whats the license?

All of my dotfiles (and my dotfiles only) are available under the GNU GPLv3 Licence. Please consult /phundrak/dotfiles/src/commit/a958ee8a601a252ab5b72741eba48d60eea65979/LICENCE.md for more information. In short: you are free to access, edit and redistribute all of my dotfiles under the same licence and as allowed by the licence, and if you fuck up something, its your own responsibility.