Commit Graph

807 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 7dac01a401
[Rofi] Change theme to nord theme 2020-11-28 18:14:31 +01:00
Lucien Cartier-Tilet 7a9c3075e1
[Bootstrap] Update page’s name 2020-11-27 16:48:03 +01:00
Lucien Cartier-Tilet 1d5bf5a275
[Emacs] Add custom packages path 2020-11-27 16:48:03 +01:00
Lucien Cartier-Tilet 9dabe4c67b
[Emacs] Add shortcut for tetris, update org-mode faces 2020-11-27 16:48:03 +01:00
Lucien Cartier-Tilet 0c3211a046
[Awesome] Update name of script, slightly larger titlebars 2020-11-27 16:47:52 +01:00
Lucien Cartier-Tilet 6ddf6df989
[Emacs] Add evil keybindings for tetris 2020-11-19 11:29:13 +01:00
Lucien Cartier-Tilet c715ae59d9
[Emacs] Fix weird LaTeX output with tabs in source blocks 2020-11-19 11:28:41 +01:00
Lucien Cartier-Tilet 2da110c745
[Emacs] Fix reference in org file 2020-11-19 11:28:20 +01:00
Lucien Cartier-Tilet 078756c7d5
[Emacs] Better faces for org-mode 2020-11-19 11:27:43 +01:00
Lucien Cartier-Tilet 653ac27a8a
[Emacs] Some more beautiful Org-mode 2020-11-14 02:21:45 +01:00
Lucien Cartier-Tilet d66d66290b
[Emacs] remove indentation of properties drawers 2020-11-14 02:21:26 +01:00
Lucien Cartier-Tilet 3a1015b9e7
[Org files] Formatted org files to look better with new org config 2020-11-13 15:18:43 +01:00
Lucien Cartier-Tilet e3880c48b1
[Picom] Add exception to background blur 2020-11-13 00:40:27 +01:00
Lucien Cartier-Tilet b4a6904989
[Emacs] Conlanging layer updated 2020-11-13 00:39:55 +01:00
Lucien Cartier-Tilet 77883c75bd
[Emacs] Dotspacemacs update 2020-11-13 00:39:34 +01:00
Lucien Cartier-Tilet e514ed5e33
[Emacs] Prettify Org-mode 2020-11-13 00:38:04 +01:00
Lucien Cartier-Tilet 49894ec6e2
[Emacs] Remove duplicate code in dotspacemacs 2020-11-06 14:48:36 +01:00
Lucien Cartier-Tilet 55cdad04ca
[Awesome] Add Mattermost to the tag 0 by default 2020-11-06 14:45:52 +01:00
Lucien Cartier-Tilet 6e9ac2b490
[Bin] Better script for toggling touchpad 2020-11-06 14:45:17 +01:00
Lucien Cartier-Tilet caba458431
[Emacs] Eshell prompt update
This commit removes the banner displayed on Eshell launch. I will
maybe do something with it one day similar to my fish_greeting
function for the fish shell.

The git prompt now also separates the current path in half if we are
in a git repository: the path up to the repository, the git prompt,
and then the relative path to the repo is are shown in that order.
To achieve that, `phundrak/is-dir-a-git-repo' has been modified to
return either the path to the git repo or `nil'.
2020-11-06 14:41:29 +01:00
Lucien Cartier-Tilet d40de0fdec
[Bootstrap] Symlink `plock' to `/usr/bin'
This is needed for xss-lock to work properly
2020-10-29 16:55:20 +01:00
Lucien Cartier-Tilet 118eadb58a
[Emacs] Add rsync alias to eshell 2020-10-29 16:55:20 +01:00
Lucien Cartier-Tilet 0b5519e058
[Emacs] Add Swift layer with ob-swift, keybinding to woman
This commit adds to my configuration the Swift layer from Spacemacs, as
well as ob-swift for evaluating Swift code in org-mode –because
apparently it is not part of the layer itself.

The keybinding to `wttrin' is also modified to `SPC o a W', with its
original keybinding `SPC o a w' set to `helm-man-woman', a helm
interface to Emacs’ `woman'.
2020-10-29 16:55:19 +01:00
Lucien Cartier-Tilet b2f31ed88f
[Bin] rename lock utility from `lock' to `plock' 2020-10-29 16:55:19 +01:00
Lucien Cartier-Tilet d8ee8fd95c
[Zathura] new configuration file for Zathura
This configuration file for Zathura adapts its keybindings to the bépo
layout, with some tweaks on my part to make it more consistent.
2020-10-29 16:47:28 +01:00
Lucien Cartier-Tilet 45a5db0f0d
[Emacs] Update eshell aliases
continuous-integration/drone/push Build is failing Details
Update eshell aliases

I should replace this file later with some Elisp code in the user init
to read aliases from Fish abbreviations.

Something good would be to try to write some Elisp code to emulate Fish
abbreviations, but I have to find what hook or function is called when a
new character is entered in the shell that triggers autocompletion. Code
in this package might help:
https://github.com/szermatt/emacs-bash-completion
2020-10-25 11:26:42 +01:00
Lucien Cartier-Tilet 7b3fe54d8e
[Git] Go back to default branch name 2020-10-25 11:26:21 +01:00
Lucien Cartier-Tilet 2795f44e2f
[Emacs] Update shell prompt regex 2020-10-25 11:26:04 +01:00
Lucien Cartier-Tilet 86de78bedb
[Emacs] Remove some Eshell-specific functions 2020-10-25 11:25:13 +01:00
Lucien Cartier-Tilet 24beba2616
[Emacs] Better slug generator for custom IDs, update some CUSTOM_IDs 2020-10-25 11:24:04 +01:00
Lucien Cartier-Tilet 72edabc4f1
[Emacs] Better code style, replace macro with function
`if's that had one branch are replaced with `when', and `if's which only
actual branch is the else branch are replaced by `unless'.

`phundrak/eshell-git-status' no longer verifies whether its `$path'
argument points to a git repository, that is now the role of the callee.

`phundrak/eshell-prompt' now makes use of more variables to make the
code more readable.

Some documentation is now formatted correctly
2020-10-25 11:17:15 +01:00
Lucien Cartier-Tilet e8b206ef94
[Emacs] Change the default mode for the scratch buffer to Elisp 2020-10-22 19:27:23 +02:00
Lucien Cartier-Tilet ae94dd23ff
[Emacs] Fix "function definition is void: abbr-pwd" error
continuous-integration/drone/push Build is passing Details
2020-10-22 15:48:22 +02:00
Lucien Cartier-Tilet 7d39ccd8a6
[Emacs] Update Eshell prompt regex
continuous-integration/drone/push Build is passing Details
2020-10-22 13:56:04 +02:00
Lucien Cartier-Tilet 5096b4f9a6
[Emacs] Update slug regex for CUSTOM_ID, update some CUSTOM_ID
This commit fixes the removal of the `~' character (it needed to be
escaped), add commas and backslashes to the list of characters to be
removed, and updates some `CUSTOM_ID' heading properties accordingly
2020-10-22 13:52:14 +02:00
Lucien Cartier-Tilet 3b865970e4
[Emacs] Yet some more documentation
This commit adds documentation for `phundrak/abbr-pwd', renamed to
`phundrak/abbr-path'
2020-10-22 13:51:50 +02:00
Lucien Cartier-Tilet 72496186f5
[Emacs] Rename `eshell/my-prompt', simplify `phundrak/abbr-pwd'
This commit renames `eshell/my-prompt' to `phundrak/eshell-prompt'.

`phundrak/abbr-pwd' is now simplified, and it is no longer responsible
for fetching the current path which must now be passed as its first
argument. It will also reject any argument which is neither a string
(should be the only type to be passed for public use) nor a list (for
internal usage).
2020-10-22 13:36:29 +02:00
Lucien Cartier-Tilet a405eb602a
[Emacs] Add documentation to undocumented functions 2020-10-22 13:35:04 +02:00
Lucien Cartier-Tilet 9cfa1c1ac4
[Emacs] Code style, prompt fix for Eshell
continuous-integration/drone/push Build is passing Details
A bug was introduced in b97bbf8 with the fix for Eshell, where the
abbreviated path was not used anymore. This commit fixes it.

This commit also introduces the new macro `phundrak/var-or-if-nil'
which is documented in the code. It has replaced some code already.

The coding style of some recent functions have been updated too,
arguments names now begin with a dollar `$' sign. This is just stylistic
and it has no influence on the code whatsoever.

Finally, some nested `if's in `phundrak/abbr-pwd' were converted in a
single `cond', which led to renaming two variables in order to avoid a
collision between the variable and the function `push' – `pull' has been
renamed accordingly.
2020-10-22 12:50:05 +02:00
Lucien Cartier-Tilet e6bb054b7a
[Emacs] Fix references to phundrak/nord* variables
continuous-integration/drone/push Build is passing Details
2020-10-22 08:45:35 +02:00
Lucien Cartier-Tilet b97bbf8206
[Emacs] Fix git prompt in Eshell
continuous-integration/drone/push Build is passing Details
2020-10-22 02:03:30 +02:00
Lucien Cartier-Tilet 070b61ef00
[Emacs] Eshell can now abbreviate the path in its prompt
continuous-integration/drone/push Build is passing Details
The `SPC o t S' keybinding is now also associated with toggling this
option.
2020-10-22 01:57:13 +02:00
Lucien Cartier-Tilet 833a6e1d75
[Emacs] Eshell prompt no longer relies on Magit 2020-10-22 00:52:01 +02:00
Lucien Cartier-Tilet 585695f085
[Emacs] Clarify documentation
continuous-integration/drone/push Build is passing Details
2020-10-21 23:56:57 +02:00
Lucien Cartier-Tilet 8178eefc14
[Emacs] Additional tweaks for Eshell prompt 2020-10-21 23:56:30 +02:00
Lucien Cartier-Tilet d51b59a963
[Emacs] Enhance powerline theme of Eshell
continuous-integration/drone/push Build is passing Details
2020-10-21 23:40:37 +02:00
Lucien Cartier-Tilet 5211c24410
[Emacs] Rework Eshell prompt
continuous-integration/drone/push Build is passing Details
The Eshell prompt is now git-aware with some powerline associated to it.
2020-10-21 23:21:10 +02:00
Lucien Cartier-Tilet 31eb64c2ba
[Emacs] add Docker Tramp method, move yadm Tramp method
continuous-integration/drone/push Build is passing Details
This commit adds the connection method for Docker containers through
Tramp and stores it under the newly created Tramp heading under which
the implementation of the Yadm connection method is implemented.
2020-10-21 17:55:22 +02:00
Lucien Cartier-Tilet 58f895743e
[Emacs] Simplified python layer 2020-10-21 17:54:57 +02:00
Lucien Cartier-Tilet 97c0c4c744
[Emacs] Simplify Elisp configuration code, more literate programming
continuous-integration/drone/push Build is passing Details
The list of languages supported with org-babel is now presented as an
org table.

Common variable values in org projects are now shared through one
variable each instead of having the value repeated.
2020-10-21 17:52:10 +02:00