Commit Graph

23 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet ae9d929183
misc: remove org files 2023-12-17 21:39:54 +01:00
Lucien Cartier-Tilet 86101c7cca
[Bootstrap] Replace scrot with flameshot 2023-03-20 17:19:48 +01:00
Lucien Cartier-Tilet 81cd095d08
[org files] Grammar 2023-03-20 17:17:57 +01:00
Lucien Cartier-Tilet 1ceaaf7f3f
[Bootstrap] Remove github remote for yadm dotfiles
continuous-integration/drone/push Build is passing Details
Gitea now mirrors automatically commits on its repository to Github
2023-01-05 14:19:02 +01:00
Lucien Cartier-Tilet 6992442453
[Emacs, Bootstrap] Remove vmd-mode, I never use it
Also remove package nodejs-vmd, since the only reason for me to have
it is vmd-mode
2022-12-16 14:44:08 +01:00
Lucien Cartier-Tilet 4b85da9a1e
[Bootstrap] Remove obsolete package 2022-12-06 11:50:08 +01:00
Lucien Cartier-Tilet fa2356f326
[Org] Update the header for unique headers 2022-10-17 15:59:54 +02:00
Lucien Cartier-Tilet 0c971ae5a7
[Bootstrap] Correct font for StumpWM
continuous-integration/drone/push Build is passing Details
2022-05-02 01:39:52 +02:00
Lucien Cartier-Tilet 3a75118e0d
[Bootstrap] Remove code for Chaotic AUR
continuous-integration/drone/push Build is passing Details
They change from time to time, so I can’t keep shell code for
installing Chaotic AUR repository
2022-05-02 01:03:18 +02:00
Lucien Cartier-Tilet 56317cc09b
[Bootstrap] Switched to Pipewire 2022-02-26 15:36:23 +01:00
Lucien Cartier-Tilet 8bc5d228dd
[Fish, Bin, Bootstrap] Sxiv to Nsxiv, install custom packages
continuous-integration/drone/push Build is passing Details
Change all references of sxiv to nsxiv.

In bootstrap, install my custom packages from their PKGBUILD rather
than from repositories.
2022-02-24 17:13:23 +01:00
Lucien Cartier-Tilet 27c7bd52a5
[Bootstrap] Packages now held in tables 2022-02-17 23:37:30 +01:00
Lucien Cartier-Tilet 3634a96054
[Org files] Fix org-lint issues
Replace deprecated `HEADERS' keyword with `HEADER'

Fix broken links

Better headers in some files

Fix some typos
2022-02-12 12:51:52 +01:00
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
Lucien Cartier-Tilet bf9935d309
[Fish, Bootstrap] Remove unneeded fish extensions
Zoxide and Starship now replace z and bobthefish respectively
2021-12-25 21:32:49 +01:00
Lucien Cartier-Tilet 28f5b8b4d0
[Bootstrap] Remove mpd rich presence package for Discord 2021-10-20 14:00:18 +02:00
Lucien Cartier-Tilet d4f11b612d
[Org, Emacs] Do not add spaces in front of code in src blocks
By default, org-mode will add two spaces before code lines in the org
file itself. This does not change how code is edited when editing a
code block through `org-edit-special' but when copy/pasting code or
editing it directly from the org file, it can be troublesome.
Setting `org-src-preserve-indentation' to `t' prevents org from adding
these two spaces.
2021-10-12 12:19:46 +02:00
Lucien Cartier-Tilet c0691580ce
[Bootstrap] Better default locale 2021-07-30 18:00:47 +02:00
Lucien Cartier-Tilet deb3e03877
[Org Files] Better readable Elisp code 2021-07-30 17:58:52 +02:00
Lucien Cartier-Tilet 124644ff3c
[Org Files] Remove unneeded header, add .dir-locals.el
`.dir-locals.el' file will automatically activate writeroom-mode for
all org files and set `org-confirm-babel-evaluate' to nil.
2021-07-30 17:56:43 +02:00
Lucien Cartier-Tilet a040bfceb7
[org] Whitespace
Tabs to spaces, and tables realigned
2021-05-21 14:41:05 +02:00
Lucien Cartier-Tilet 6d3220e78c
[org] Update custom variables in org file 2021-05-21 14:40:50 +02:00
Lucien Cartier-Tilet d46c79add3
[Spacemacs, Bootstrap] Rename files
Rename `installation.org' to `bootstrap.org' since it better describes
what it is for.

Rename `emacs.org' to `spacemacs.org', preparing for the new
`emacs.org' dedicated to my vanilla config.
2021-04-29 09:24:47 +02:00