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 9fa2147042
[Bootstrap] Update bootstrap to current config
Set default locale to en_DK to get sane defaults

Update package list:
- Remove mpd-rich-presence-discord-git
- Replace picom-git by picom

When installing packages, skip PKGBUILD review for AUR packages

Update list of org files to be tangled, as well as their needed
directories
- Remove awesome.org
- Add mpd.org
- Add neofetch.org
- Add stumpwm.org

Remove commands related to Spacemacs

Remove commands to symlink files in .etc in commit d1a639adaf

Better configuration for nordvpn

Symlink plock from its actual location. It is not guaranteed `which
plock` can already return something.

Remove installation of packages through pip

Remove Chicken installation

Update Fisher installation
2022-02-12 12:39:57 +01:00
.config [Bootstrap] Update bootstrap to current config 2022-02-12 12:39:57 +01:00
.local/share/yadm [desktop, Org] Add desktop.org, remove .desktop files 2021-11-09 13:40:32 +01:00
Documents/code/PKGBUILDs [PKGBUILD] version bump for sxiv and Emacs 2022-02-04 17:02:58 +01:00
dev reorganized files 2019-09-26 20:49:23 +02:00
org [Bootstrap] Update bootstrap to current config 2022-02-12 12:39:57 +01:00
.drone.yml [Drone] Change Docker image to pure alpine image 2021-12-01 16:49:45 +01:00
.gitattributes initial commit for new repo 2019-07-21 03:27:31 +02:00
.gitconfig [Git] Make Delta my default git diff viewer 2021-06-18 10:25:38 +02:00
.gitmodules Remove Spacemacs and Chemacs submodules 2021-11-07 18:16:40 +01: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 [Misc] Add build badge to REAMDE 2021-10-24 15:01:29 +02:00
export.el [Misc] Exporter no longer generates backup files 2021-11-28 22:48:28 +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 though. Most of what you need can be found in my index.org file and in its folder.

Some more info please?

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

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/9fa2147042c1f6585db1b52c14cc147412b6aeb5/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.