Commit Graph

807 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 1b5fb4144d
[Emacs] Better which-key description for shortcut 2021-01-07 19:14:45 +01:00
Lucien Cartier-Tilet 13943e5775
[Bootstrap] Add tldr to list of installed packages 2021-01-07 19:14:22 +01:00
Lucien Cartier-Tilet 26053b0e8b
[Bin] Fix issue downloading videos with ytdl
When downloading a whole channel, ytdl used to download everything
including playlists displayed on the user’s main page. Now, a check
is performed in order to verify if the URL passed is a channel, and
if it is only download the videos listed on their uploads page.
2021-01-06 16:10:39 +01:00
Lucien Cartier-Tilet 7a676a1f88
[Emacs] Go back to horizontal separation in mu4e 2021-01-05 23:53:44 +01:00
Lucien Cartier-Tilet a40d7472a1
[Emacs] Fix find-org-files when in TRAMP connection 2021-01-05 16:50:36 +01:00
Lucien Cartier-Tilet dcb27e32d2
[Emacs] Don’t byte-compile user configuration in dotspacemacs
Byte-compiling my configuration actually doesn’t make configuration
loading time any shorter and increases Emacs startup time due to the
time spent byte-compiling it. This is now removed.
2021-01-05 16:44:09 +01:00
Lucien Cartier-Tilet e8121b452f
[Emacs] Add shortcut to spawn new Eshell buffer 2021-01-05 16:43:45 +01:00
Lucien Cartier-Tilet 3ff58ad913
[Zathura] reorganize keybindings 2021-01-04 16:16:01 +01:00
Lucien Cartier-Tilet a5dd8be4a7
[Zathura] Images are now displayed properly 2021-01-04 16:15:45 +01:00
Lucien Cartier-Tilet 371b653ffe
[Emacs] Add shortcut for sorting lines 2021-01-04 16:15:27 +01:00
Lucien Cartier-Tilet 0166ec0a02
[Bin] add utility to unify how a wallpaper is set 2021-01-04 15:00:40 +01:00
Lucien Cartier-Tilet 6cfc0326f6
[Encrypted files] update files 2021-01-04 14:18:14 +01:00
Lucien Cartier-Tilet d977b1a88b
[Emacs] Add again eshell syntax highlight 2021-01-04 14:17:09 +01:00
Lucien Cartier-Tilet fcc16e8f98
[Emacs] Fix org faces
Between Emacs 28.0.50.145785 and Emacs 28.0.50.146000, a commit broke my
face config, and inheriting from `fixed-pitch' no longer made my faces
fixed-pitched. This commit therefore sets directly the font of the faces
than need to be fixed-pitched instead of relying on the `fixed-pitch'
face.
2021-01-04 14:17:09 +01:00
Lucien Cartier-Tilet b027b2b03b
[Bin] reorganize order of autostart 2021-01-04 14:10:32 +01:00
Lucien Cartier-Tilet 552c91b473
[Bin] set-pape now supports subdirectories, fix select-pape
`set-pape' now find all files in $PAPESDIR, including subdirectories.
The way the wallpaper is randomly selected is also simplified, and the
script is now written in bash rather than in fish.

`select-pape' now writes to $HOME/.cache/wallpaper only when a wallpaper
is selected. Otherwise, nothing is done.
2021-01-04 14:10:15 +01:00
Lucien Cartier-Tilet fc497a5fd9
yadm upgrade path of encrypted file 2021-01-04 14:03:17 +01:00
Lucien Cartier-Tilet 8c52c44931
[Emacs] Fix heading in captured files 2021-01-02 15:36:26 +01:00
Lucien Cartier-Tilet a56d24eb5a
[Bin] Fix autostart and select-pape
Autostart did not detect properly if some processes were actually
running or not. This commit fixes it and only launches programs marked
to run only once only when they are not already running.

select-pape did not set its cache file in the correct location, this is
now fixed
2021-01-02 14:13:13 +01:00
Lucien Cartier-Tilet 805bc608fc
[Bin] Reorganize bin.org, add select-pape script
Now wallpaper-related scripts use xwallpaper instead of nitrogen

select-pape gives the user the ability to choose their wallpaper throguh
sxiv and xwallpaper
2021-01-02 13:52:47 +01:00
Lucien Cartier-Tilet 1d7cbe8915
[Awesome, Bin, Bootstrap] Replace nitrogen with xwallpaper 2021-01-02 13:52:18 +01:00
Lucien Cartier-Tilet 90028f1efa
[Rofi] Customize list of modi 2021-01-02 13:27:10 +01:00
Lucien Cartier-Tilet c965df6b65
[Awesome] Remove unused keybindings 2021-01-02 13:26:53 +01:00
Lucien Cartier-Tilet a0b258581a
[Bin] Fix issue with awiki
This commit fixes an issue with awiki where selecting a page which title
contains whitespace would not open the page in the browser due to
remaining whitespace. This commit fixes it by replacing whitespace with
underscores.
2021-01-02 13:26:30 +01:00
Lucien Cartier-Tilet 182a8e62db
[Bin] ytplay now plays audio too 2021-01-02 00:59:07 +01:00
Lucien Cartier-Tilet 3ef805e07b
[Emacs] For some reason, this made Emacs break 2021-01-02 00:58:31 +01:00
Lucien Cartier-Tilet 6c6320d1f8
[yay] Avoid sudo timeout 2020-12-30 00:12:38 +01:00
Lucien Cartier-Tilet ec1169b3b7
[Emacs] Add leader key for evil-lisp-state 2020-12-30 00:12:14 +01:00
Lucien Cartier-Tilet 842c1253fd
[Emacs] Fix broken Wttr.in package 2020-12-30 00:11:53 +01:00
Lucien Cartier-Tilet ac9c34dcf1
[Emacs] Update and fix org capture 2020-12-30 00:11:22 +01:00
Lucien Cartier-Tilet 6519fa6793
[Bin, Awesome] Add script to read YouTube videos in mpv
New script to read YouTube videos in mpv, with possibility to choose
the video resolution

Also add shortcut in Awesome to invoke this script
2020-12-28 21:06:18 +01:00
Lucien Cartier-Tilet b9d4d6b180
[Emacs] Add swift to org-babel languages, neater noweb code 2020-12-27 19:00:30 +01:00
Lucien Cartier-Tilet 4ccab5440a
[Emacs] Run bibtex when exporting org to latex 2020-12-27 17:02:18 +01:00
Lucien Cartier-Tilet 7692337dc0
[Emacs] Reorganize some chapters 2020-12-27 17:01:50 +01:00
Lucien Cartier-Tilet fc84352da4
[Emacs, Submodule] Update conlanging layer 2020-12-27 17:01:14 +01:00
Lucien Cartier-Tilet e57da4e348
[Emacs] Make orgmode dates fixed-width 2020-12-27 17:00:46 +01:00
Lucien Cartier-Tilet 5ee319212d
[Emacs] Wider images in org-mode 2020-12-24 22:19:20 +01:00
Lucien Cartier-Tilet 734745a8e9
[Emacs] Add doc to two vars and a function, update emacs.org
Two of my variables declared at the beginning of my dotspacemacs are now
documented, as well as the function `phundrak/update-config-files-p'
2020-12-24 22:17:40 +01:00
Lucien Cartier-Tilet 09d9ba6446
[Emacs] Better org configuration, better handling of emacs startup
When Emacs starts up, it verifies twice the state of its .el and .elc
configuration files that come from emacs.org. If any of the .el file is
older than emacs.org, the latter is tangled again.
Then, if it detects any of the .elc file is older than its .el
counterpart, it will byte-compile the latter.
Tangling now happens within the launched Emacs instance and not in a
separate instance.

Nom all the orgmode configuration is done using noweb, and only one
block is tangled.
Some parts of the org configuration were reorganised to make the TOC
a bit lighter.
2020-12-24 12:51:28 +01:00
Lucien Cartier-Tilet 9c775aa613
[Emacs] Fix leading whitespace in org capture templates 2020-12-23 04:52:53 +01:00
Lucien Cartier-Tilet 7e717ac2aa
[Org] Fix header, move images, remove screenshots from index
The screenshots on the index page are better off on the i3 page

Setupfiles were not found for org files in subdirectories, this is fixed

Images are now correctly placed
2020-12-23 04:39:21 +01:00
Lucien Cartier-Tilet 00d31c4597
[Emacs] setq to defvar, lexical binding, rename and move headers
All exported `.el' files now have a lexical-binding header. This should
make parsing these files faster.

Custom variables such as the Nord colors are now declared with `defvar'
rather than with `setq' directly to avoid using free variables.

The package `info-colors' is now added, making info pages much more
pleasing to the eye.

Some headers in the Org chapter are renamed and organized alphabetically

Additional org variables to make it more usable

Variable `phundrak//eshell-banner--max-length' is renamed to
`phundrak//eshell-banner--max-length-part' in order to make its usage
more obvious from its name.
2020-12-23 04:26:27 +01:00
Lucien Cartier-Tilet 9710304da7
[Emacs] Add part on how this litterate config works 2020-12-23 02:13:45 +01:00
Lucien Cartier-Tilet b1f2be0016
[Emacs] Remove w3m layer, compile configuration files when exported
The w3m layer is now removed as I did not use it at all.

The conlanging layer is moved to ~/fromGIT/emacs-packages and now a
symlink points to its new location. This is done in order to prevent
Emacs from compiling its .el files when recompiling its configuration
files.

Configuration files are now compiled when emacs.org is tangled by Emacs
itself or if the .el files are newer than the .elc files.

TODO: find a way to natively compile and load these files instead of
just byte-compile them if native compilation is available
2020-12-23 01:54:07 +01:00
Lucien Cartier-Tilet bcd9ec58b5
[Emacs] Use rsync protocol instead of ssh for org projects 2020-12-21 20:45:30 +01:00
Lucien Cartier-Tilet 7228d91979
[Meta] Update website image header 2020-12-21 20:45:11 +01:00
Lucien Cartier-Tilet 4cfea387a3
[Emacs] Fix issue when automatically tangling Emacs config
Also simpler call to shell process
2020-12-21 18:19:58 +01:00
Lucien Cartier-Tilet 82ae905195
[Emacs] Fix SVG integration, better example org buffer 2020-12-21 18:19:10 +01:00
Lucien Cartier-Tilet a33fa55ab7
[Emacs] Move org visual configuration, add screenshot of org buffer 2020-12-21 15:00:35 +01:00
Lucien Cartier-Tilet a4643fd8c1
[Org] Move deprecated and wip files in dedicated directories
Also update a bit some parts of my environment description.
2020-12-21 15:00:35 +01:00