Commit Graph

50 Commits

Author SHA1 Message Date
c5d1c964cf
[Fish] Delete mostly broken code, replace with custom utility
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-17 18:41:03 +01:00
a800a292e2
[Fish] Automatically launch the Gnome Keyring when logging in 2021-11-18 20:13:24 +01:00
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
53e5d6d333
[Fish] Set `$XMODIFIERS' as an empty variable
This helps with Emacs, otherwise some keybindings with the bépo layout
won’t work. Weird...
2021-07-30 18:00:01 +02:00
deb3e03877
[Org Files] Better readable Elisp code 2021-07-30 17:58:52 +02:00
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
a040bfceb7
[org] Whitespace
Tabs to spaces, and tables realigned
2021-05-21 14:41:05 +02:00
6d3220e78c
[org] Update custom variables in org file 2021-05-21 14:40:50 +02:00
7207632c56
[Org] Add auto-tangling to simple org files 2021-04-28 16:39:30 +02:00
fd4582f7fe
[Fish] Remove devour' from mpv' abbreviation 2021-04-25 11:20:48 +02:00
5b8ac32b15
[Fish] Stop searching packages automatically on wrong command 2021-04-04 12:10:48 +02:00
03438f6e91
[Fish] remove unused abbreviations 2021-04-04 12:10:32 +02:00
ab7988f1b6
[Fish] update `remove' abbreviation 2021-04-01 23:15:15 +02:00
81ecf5ce0a
[Awesome, Bin] formatting 2021-03-26 13:52:08 +01:00
1a97dc0884
[Fish] make man pages fancier
Add syntax highlight to man pages through bat
2021-03-10 13:07:00 +01:00
527380e5ff
[Org, meta] Change formatting of org files 2021-02-04 14:43:09 +01:00
812f252de1
[Fish] Remove, add, update some abbreviations
Abbreviations removed: `p', `surge', `ls', and `feh'
Abbreviations added: `suser', `egui',

Add `devour' to abbreviations `egui', `mpv', `sxiv', `webcam'
2021-02-04 09:50:46 +01:00
95119f7bad
[Fish] Emacs launched in terminal mode when launched from terminal 2021-02-04 09:22:54 +01:00
9062092b1d
[Fish, Emacs, Bootstrap] Replace yay with paru 2021-02-04 09:17:32 +01:00
2ea6cd5ecf
[Fish] Set prompt theme to Nord 2021-02-04 09:14:52 +01:00
54e9e00078
[Fish] Better handling of user-defined paths 2020-12-10 10:06:46 +01:00
38843d8a4e
[Fish] Org file formatting 2020-12-10 10:06:32 +01:00
888e237ab8
[Fish] Further theme appearance modification 2020-12-02 17:28:08 +01:00
9004bb84e6
[Fish] Update theme appearance of fish shell 2020-12-02 16:12:49 +01:00
20affaec43
[Fish] remove ytdl abbr 2020-11-29 13:47:28 +01:00
3a1015b9e7
[Org files] Formatted org files to look better with new org config 2020-11-13 15:18:43 +01:00
4fa4a12f90
[Fish] add support for NVMe SSDs in `fish_greeter' 2020-10-14 18:31:02 +02:00
7b2c7d8145
[Org source] Fix mkdirp tangling argument 2020-09-28 18:22:32 +02:00
2187348425
[Fish] Change the order of the $PATH variable
Custom and local executables will now have the priority over system
executables.
For instance, an `ls' executable located in `$HOME/.local/bin/ls' will
have the priority over `/bin/ls'
2020-09-02 13:43:03 +02:00
39fab94f8c
[Org files] Removed org header 2020-08-29 00:53:07 +02:00
802384a98c
[Fish] Fix tangling, add some abbreviations, reorganize them
This commit fixes some file tangling that was broken due to some
`:tangle' headers that were left empty.

The environment variable `$VISUAL' is added an is an equivalent of
`$EDITOR'

Abbreviations are reorganized in a more intuitive way.

The displayed uptime was broken, this commit fixes it.
2020-08-28 15:39:39 +02:00
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
6bd0452e06
Use setupfile instead of include in org files 2020-07-16 14:25:18 +02:00
38ccd3362d
Better uptime format, added variable for Dart development 2020-07-11 18:14:49 +02:00
ab489600c1
Fixed links broken with previous commit 2020-06-07 19:07:02 +02:00
d6f688d985
Updated headings’ custom ID 2020-06-07 17:43:20 +02:00
1c9a21d72c
Fixed issue so PATH directories aren’t added each time fish starts 2020-05-28 11:57:41 +02:00
3f553a2b43
Fixed display so mount names can be a bit longer 2020-05-28 11:57:14 +02:00
0243f490f6
better org files, updated installation packages 2020-05-17 15:04:07 +02:00
7f3457fb3f
Added back some abbreviations in fish 2020-04-11 20:27:46 +02:00
97b5e068e5
Updated uptime display so it works when no days are displayed 2020-04-09 12:59:03 +02:00
4044a7100c
Added OS information at fish startup 2020-04-06 13:52:30 +02:00
fa22f36c69
Switched from feh to Sxiv, added exa abbrs 2020-04-06 13:33:23 +02:00
457d1561db
Added $BROWSER global variable 2020-03-25 12:33:19 +01:00
3fce470ff8
Changed fish theme 2020-03-15 19:21:43 +01:00
e5a1b32bde
Added abbreviation for displaying webcam with mpv 2020-03-15 19:17:46 +01:00
979fd31fe4
Changing metaprogramming language to EmacsLisp 2020-03-15 12:24:46 +01:00
8e9d55d7de
Optimized fish literate programming 2020-02-24 21:44:38 +01:00
14ee2e6516
Better literate programming for fish config
Most abbreviations for my fish configuration are now presented as
tables that are then used by some python code to generate fish code.
2020-02-24 19:52:13 +01:00
2867f6629a
Moved org files, added proper README
Org files are moved from org/config-website to org/config. Symlink img
was changed accordingly.

org/config/index.org is no longer a symlink and was replaced by the
former README.org which is now shorter and more consice.

org/config/header.org was cleaned, no more lines related to LaTeX
exports and no unused macros
2020-01-30 13:12:09 +01:00