Commit Graph

1185 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 80a3a944f3
[Emacs] Remove unused code
This commit removes code that had no effect.
2020-10-09 18:10:31 +02:00
Lucien Cartier-Tilet fb0263a3b7
[Emacs] Move out function definition for `phundrak/find-org-files'
This commit promotes a lambda to an actual function and moves it to the
custom functions part.
2020-10-09 18:08:58 +02:00
Lucien Cartier-Tilet ae0b14d962
[bin] Add pumopm to startup, new sshbind, deprecate polybar-launch
This commit adds PumoPM back to the autostart script. Its transition to a
systemd unit isn’t complete yet.

`sshbind' has been added as a shorthand for an `ssh' command.

Since I do not use polybar anymore, `polybar-launch' has been deprecated.
2020-10-09 18:06:52 +02:00
Lucien Cartier-Tilet 51474c0054
[Awesome] Add keybinding for changing screen focus
continuous-integration/drone/push Build is passing Details
Modkey+o now changes screen focus

Changing a client from screen to screen is now mapped to
Modkey+Shift+o
2020-10-03 20:22:03 +02:00
Lucien Cartier-Tilet 81ae88c905
[Bootstrap] Add Python LSP packages
continuous-integration/drone/push Build is passing Details
2020-10-01 18:27:22 +02:00
Lucien Cartier-Tilet d6fa32a202
[Bootstrap] Remove yapf package, add pyls-black python package
`pyls-black' is a new requirement for a proper LSP Python server, and
it is incompatible with `yapf', hence its removal.
2020-10-01 18:21:30 +02:00
Lucien Cartier-Tilet ec4a9538e8
[Emacs] Change title format of frame 2020-10-01 09:55:57 +02:00
Lucien Cartier-Tilet c66e4329bd
[Bootstrap] Revamped bootstrap
continuous-integration/drone/push Build is passing Details
Rewrite some parts that were not true anymore about my configuration,
add some interactivity for some settings some users would not
necessarily want.

Some parts that are no longer needed are also removed, such as yay
installation (done with archfi), nano, and go packages.

Some list of packages were made into org tables, and the command is
rewritten in litterate programming from these tables.
2020-09-28 18:22:38 +02:00
Lucien Cartier-Tilet 76abb602a2
[Sitemap] Reorganize sitemap 2020-09-28 18:22:38 +02:00
Lucien Cartier-Tilet 3ae554c976
[Bin, autostart] Remove PumoPM from autostart
PumoPM will soon get a systemd service file, which means it will no
longer be necessary to manually launch it.
2020-09-28 18:22:38 +02:00
Lucien Cartier-Tilet 7b2c7d8145
[Org source] Fix mkdirp tangling argument 2020-09-28 18:22:32 +02:00
Lucien Cartier-Tilet 6a41fe96dd
[Emacs] Change default download directory for mu4e
continuous-integration/drone/push Build is passing Details
2020-09-23 16:28:00 +02:00
Lucien Cartier-Tilet 48dcac5479
[Emacs] Added languagetool layer, added ligature support, new font
This commit adds the `languagetool' layer to my Emacs configuration.

Since Emacs 27.1, fonts ligatures are supported with Cairo. The
`unicode-fonts' adds support for such feature using `ligatures.el'.

Due to the modification above, I changed my default font to Cascadia
Code.
2020-09-23 16:24:57 +02:00
Lucien Cartier-Tilet 414eabf1a6
[Emacs] Add shortcut for `helm-locate'
continuous-integration/drone/push Build is passing Details
2020-09-17 13:13:48 +02:00
Lucien Cartier-Tilet d7c01752cc
[Emacs] Change HTML metadata, fix mu4e filter
continuous-integration/drone/push Build is passing Details
The Mu4e filter for my university emails wasn’t working properly, so I
fixed it.
2020-09-17 12:30:30 +02:00
Lucien Cartier-Tilet c3eeb62e7f
[Index] Bumped Emacs version
continuous-integration/drone/push Build is passing Details
2020-09-14 14:02:41 +02:00
Lucien Cartier-Tilet ac7d1f7c31
[Emacs] Renamed spacemacs.org to emacs.org
continuous-integration/drone/push Build is passing Details
While the documentation of this commit gets deployed, redirects on my
server should be up
2020-09-13 18:15:21 +02:00
Lucien Cartier-Tilet 77b133c4ca
[St, Emacs] Change default transparency
continuous-integration/drone/push Build is passing Details
2020-09-13 18:08:04 +02:00
Lucien Cartier-Tilet f0f07a6cc0
[Emacs] Unified my shortcuts for opening files
Since all my files that were opened with a `SPC o f' prefixed shortcut
all opened some org file located in precise directories, I unified
them all with a helm menu and only a couple of directories to specify
(I even added some).
2020-09-13 18:07:54 +02:00
Lucien Cartier-Tilet 9c9fae66d9
[Emacs] Updated configuration for C and C++ layer
continuous-integration/drone/push Build is passing Details
2020-09-12 00:48:35 +02:00
Lucien Cartier-Tilet 1ef2ccc436
[Bootstrap] Removed now unnecessary line
continuous-integration/drone/push Build is passing Details
This commit removes a line that sets all files in `~/.local/bin' as
executables. It was aimed at scripts exported from `bin.org' but it is
no longer required since the executability of these tangled files is
enforced by the shebang header argument added in commit 8f35b85ef1
2020-09-12 00:42:47 +02:00
Lucien Cartier-Tilet 62e4b6f52f
[Bootstrap, Org files] Removed tangling of deprecated configurations
continuous-integration/drone/push Build is passing Details
This commit removes tangling of deprecated configurations in the
bootstrap script.

It also removes a dunst mention in the spacemacs.org file.
2020-09-12 00:38:11 +02:00
Lucien Cartier-Tilet 7785198f64
[Emacs, mu4e] Change unread bookmark, add uni and emacs bookmark
The unread bookmark is changed to `bU', reserving the lowercase `u' for
the university emails bookmark.

This commit also adds a bookmark for my Emacs mailing list (the first
indicated list is now obsolete, but I keep it to still be able to see
old messages sent there).
2020-09-12 00:34:36 +02:00
Lucien Cartier-Tilet 175948c3d9
[Emacs] Added minimal width for headers view in mu4e
continuous-integration/drone/push Build is passing Details
2020-09-05 19:07:46 +02:00
Lucien Cartier-Tilet d509d8a825
[Polybar] Fixed issue with code generation 2020-09-05 19:07:18 +02:00
Lucien Cartier-Tilet 820f23326f
[Emacs] Issue fixed upstream
continuous-integration/drone/push Build is passing Details
2020-09-04 12:16:08 +02:00
Lucien Cartier-Tilet eb8a3c6db8
[Emacs] Renamed Spacemacs configuration page to Emacs
continuous-integration/drone/push Build is passing Details
2020-09-04 12:11:21 +02:00
Lucien Cartier-Tilet d50f38db49
[Emacs] Mu4e react to window width rather than frame width
Referring to the previous commit, it is actually better if the mu4e
headers view sets its own width _when a message is opened_ and not
when the headers view itself is opened. This commit also makes it so
that the width is evaluated based on the width of the window of the
headers view’s window rather than the width of the frame since the
message will be opened in a new window that will spawn in the headers
view's window.
2020-09-04 12:10:54 +02:00
Lucien Cartier-Tilet 988596a904
[Emacs] Fix evaluation issue of `mu4e-headers-visible-columns' eval
continuous-integration/drone/push Build is passing Details
This commit fixes a bug introduced in 8c6e622a7c and 69dc8c7d7c where
the mu4e-headers view’s width was set to a dynamic, frame-dependant
value that could not be computed with Emacs launched as a headless
server.

This commit makes this value evaluate when the `mu4e-headers' mode is
activated, and hence it should get the correct width of the current
frame.
2020-09-04 11:24:46 +02:00
Lucien Cartier-Tilet b50b403f41
[Org files] remove python code for tangling, updated shebang
This commit removes all python source blocks that were previously used
to generate code. Consequently, the commands for tangling my org files
in the bootstrap script were updated.

[Bootstrap] A shebang header has been added to the org file, removing
the necessity of the shebang code block and manually setting
permissions for the script each time it is tangled.
2020-09-03 12:21:47 +02:00
Lucien Cartier-Tilet d34d4b0550
[Email Signature] updated email signature 2020-09-03 10:36:38 +02:00
Lucien Cartier-Tilet f6dffb96c0
[Sitemap] Updated sitemap 2020-09-02 16:43:07 +02:00
Lucien Cartier-Tilet 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
Lucien Cartier-Tilet 69dc8c7d7c
[Emacs] Change font to DejaVu Sans Mono, better mu4e visual config
This commit changes the font of Emacs from Fantasque Sans Mono to
DejaVu Sans Mono. The latter has a better support for the
International Phonetic Alphabet (IPA) than the former. Font size is
also adjusted.

In the mu4e header view, the width of the header view when a message
is opened is now better handled since it will be calculated
accordingly to the frame and not the window. In Emacs, the frame is
actually what we commonly call a window, and a window is the area in
which buffers are displayed (damn this pre-GUI terminology in Emacs).
There is a bug with Emacs launched as a server though: since it is
launched as a headless service at first, the edited code cannot know
what the size of the frame will be, so the user will have to
re-evaluate this code snippet once the first frame is created, or when
the frame is resized and the user wishes to see this value updated.

A possible fix for this could be to hook this evaluation to when a
message is opened instead of when Emacs spins up.
2020-09-02 13:35:04 +02:00
Lucien Cartier-Tilet 35556d9d3a
[Emacs] Add s.el library
This commit adds the s.el string library for Emacs Lisp to the list of
installed packages
2020-09-02 13:34:18 +02:00
Lucien Cartier-Tilet c290305a26
[Awesome, Bin.org] Change the way my programs autostart
Autostarting my programs are now done through a shell script, which
Awesome calls.
2020-09-02 13:28:14 +02:00
Lucien Cartier-Tilet 84aba5216f
[Emacs] Yasnippet snippets are now tangled from spacemacs.org
Since all my snippets are now contained in my spacemacs.org file, this
commit removes all my snippets files from this repository.
2020-09-02 13:26:50 +02:00
Lucien Cartier-Tilet ff274510e5
[Emacs] Add time display to Emacs’ modeline 2020-08-30 18:51:56 +02:00
Lucien Cartier-Tilet 7388fccc27
[Emacs] Make GPG in Emacs more secure
GPG buffers will now be closed after a minute of idling
2020-08-30 18:45:59 +02:00
Lucien Cartier-Tilet 1eb3833ad9
[Emacs] Fix shortcut issue with Spacemacs 2020-08-30 18:45:08 +02:00
Lucien Cartier-Tilet 8c6e622a7c
[Emacs] Update width of header window in mu4e 2020-08-30 14:25:21 +02:00
Lucien Cartier-Tilet 39fab94f8c
[Org files] Removed org header 2020-08-29 00:53:07 +02:00
Lucien Cartier-Tilet 5236b27839
[Index] Unmark neofetch config as WIP 2020-08-29 00:38:20 +02:00
Lucien Cartier-Tilet 7177981ec5
[Neofetch] Remove manual config of neofetch, replace it with orgmode
My neofetch config will now be written in pure orgmode with
neofetch.org. The previous config.conf file for Neofetch is no longer
needed in this repo.
2020-08-29 00:27:24 +02:00
Lucien Cartier-Tilet 18612dd257
[Web headers] Update link to CSS file for HTML exports
Since commit e710c594f1 in
https://labs.phundrak.com/phundrak/org-website-backend, the main CSS
file to load is `main.css' and not `style.css'. This commit fixes that
2020-08-29 00:25:12 +02:00
Lucien Cartier-Tilet 727f07b2e5
[Index, Nano] Update index, deprecate Nano config
The index page now immediately lists all the pages that can be found
on my website.

This commit also deprecates my Nano config.
2020-08-28 16:37:12 +02:00
Lucien Cartier-Tilet 5b4409725c
[Emacs] Remove unused code, reorganize file, add configuration
Removed the head variable for `org-confirm-babel-evaluate' since I set
it to `nil' anyway.

Add `:mkdir yes' to all `:tangle' header arguments so no issues arise
when trying to tangle.

Added three new packages:
- helm-icons for integrating all-the-icons in Helm
- org-tree-slide for orgmode powered presentations
- wrap-region for wrapping selections with other chars than
  parenthesis

Renamed variables in my custom Elisp functions so they stand out more
as user-defined variables.

Renamed `shortcuts' to `keybindings'

Added keybindings for `org-tree-slide'

Updated dotspacemacs file
2020-08-28 16:15:46 +02:00
Lucien Cartier-Tilet 329d419b41
[Xresources, St] Fix st alpha
This commit fixes a typo in St’s alpha channel declaration.
2020-08-28 15:45:33 +02:00
Lucien Cartier-Tilet 8f35b85ef1
[Bin] Remove shebang from source, add it as header argument
This commit cleans up the source blocks of bin.org by removing the
shebangs from the actual source blocks. They are now passed as header
arguments, making the exported files automatically executable. This
removes the need for the two functions that were in the Introduction
header making tangled files executable or not.
2020-08-28 15:43:17 +02:00
Lucien Cartier-Tilet 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
Lucien Cartier-Tilet 78aa7cb9fc
[Emacs] Spacemacs suffixes for mode-bound shortcuts fixed
This commit fixes the wrong declaration of prefixes for specific modes
which I did not understand until now what their declaration should
actually have been.
2020-08-25 07:11:20 +02:00
Lucien Cartier-Tilet d0a683ec23
[General] Changed default view when opening org configuration files
Org files will now open showing only the top-level headings. Tables
will be aligned, images will not be inlined, and code blocks will be
closed by default.
2020-08-25 06:23:05 +02:00
Lucien Cartier-Tilet 342eba117c
[Emacs] Update Emacs configuration
New variables were introduced to the template dotspacemacs file. This
commit adds them in my spacemacs.org configuration file.

The dotspacemacs file was modified. This commit updates it.
2020-08-25 06:16:28 +02:00
Lucien Cartier-Tilet d3e504666f
[Bootstrap] Remove and add some basic packages
This commit removes from the basic packages packages that I have no
use for in my current config. They are mainly related to my i3 config
which I recently deprecated. The following packages were removed:
- dmenu-lpass
- dunst
- i3-gaps-rounded-git
- j4-dmenu-desktop
- less (is installed as a dependency of other packages)
- polybar
- python-pywal

The following packages were added:
- inter-font
- nordic-theme-git
2020-08-24 14:45:58 +02:00
Lucien Cartier-Tilet a715318736
[GTK] Update GTK2 and GTK3 config
GTK2 finally gets its gtkrc file, and both file now use the Nord theme
2020-08-24 14:44:35 +02:00
Lucien Cartier-Tilet 2a19478995
[Emacs] Add new Rust snippets, common-lisp layer
This commit adds two new snippets for Rust, one for an easier way to
write a `println' macro than the default one, and another one for
writing more easily new `new' functions for Rust structs.

It also adds the `common-lisp' layer in Emacs so I can test StumpWM.
2020-08-24 14:41:09 +02:00
Lucien Cartier-Tilet 7345a3deae
Add some required packages, remove some unused 2020-08-22 17:00:44 +02:00
Lucien Cartier-Tilet 166f2094df
Better `sed' command and fixed `set-screens'
`set-screens' used to automatically restart i3. Since I do not use i3
and Awesome needs no restart after invoking this command, I removed
the call to `i3-msg'.
2020-08-22 16:52:32 +02:00
Lucien Cartier-Tilet 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
Lucien Cartier-Tilet 180a7f9c54
Better presentation of Picom config 2020-08-15 18:20:39 +02:00
Lucien Cartier-Tilet 42d32d31fe
Add Emacs PKGBUILD with native-comp branch, update spacemacs conf
I will now try to use Emacs on the native-comp branch, after using it
for a bit it seems a lot faster than your usual Emacs.

Also update Emacs config, with some fixes provided and some overall
improvement.
2020-08-13 14:23:24 +02:00
Lucien Cartier-Tilet 21cbd9d368
Fixed issue with file opening shortcuts generation 2020-07-26 10:21:19 +02:00
Lucien Cartier-Tilet fc9cfd3a3c
Remove unused code, overhaul of file opening shortcuts section
Remove adding myself as a Bcc to emails, I don’t need that with mu4e

Shortcuts for opening files are now generated from org tables.
2020-07-23 13:53:24 +02:00
Lucien Cartier-Tilet 0f7c20e8c9
Added custom Projectile config, revised elisp and Org Capture
Added some blacklisted directories to Projectile

Wrote a function to make my code clearer with `add-to-list'

Updated Org Capture shortcuts, in particular the text displayed in the
user interface while entering the shortcuts.
2020-07-20 16:02:27 +02:00
Lucien Cartier-Tilet 540b47dc3c
Changed Xorg config of keyboard
Several layouts changed with the Menu key was too much of a pain in
the back, so the only default layout now is the bépo layout
2020-07-17 16:56:41 +02:00
Lucien Cartier-Tilet 0678d9fd43
Removed unused shortcut, added some shortcut prefixes 2020-07-17 15:27:06 +02:00
Lucien Cartier-Tilet c691847ce6
Updated org-capture organization 2020-07-17 15:26:48 +02:00
Lucien Cartier-Tilet 44b747cbf8
Fixed HTML export 2020-07-17 15:26:08 +02:00
Lucien Cartier-Tilet 15052ea5c1
Better Emacs shortcuts for opening files 2020-07-16 15:05:02 +02:00
Lucien Cartier-Tilet f5ee3b5c03
Reorganized and renamed some elements in org capture settings 2020-07-16 14:29:58 +02:00
Lucien Cartier-Tilet f1b242faca
Remove comments from tangled files in Emacs config 2020-07-16 14:26:04 +02:00
Lucien Cartier-Tilet 6bd0452e06
Use `setupfile` instead of `include` in org files 2020-07-16 14:25:18 +02:00
Lucien Cartier-Tilet 8fa6dc2ccc
removed unused fontawesome link, better keywords 2020-07-16 14:24:40 +02:00
Lucien Cartier-Tilet 8b5df0d40b
Overhaul of the org capture section, way more readable 2020-07-16 13:20:54 +02:00
Lucien Cartier-Tilet 1b06e3dbd2
Added Matomo tracking code 2020-07-16 13:20:06 +02:00
Lucien Cartier-Tilet c43cc10f06
Added automatic screens config 2020-07-16 13:19:36 +02:00
Lucien Cartier-Tilet bd5922e7d7
Removed unused shortcuts 2020-07-11 18:31:52 +02:00
Lucien Cartier-Tilet 9fa6082dab
Updated Awesome shortcuts 2020-07-11 18:20:56 +02:00
Lucien Cartier-Tilet c803be2505
Updated keyboard configuration, removed related Awesome autostart 2020-07-11 18:20:44 +02:00
Lucien Cartier-Tilet d3d7f118e1
Updated windows organization, added autostart command 2020-07-11 18:16:51 +02:00
Lucien Cartier-Tilet d1ce2653e9
Fixed `awiki` script 2020-07-11 18:15:46 +02:00
Lucien Cartier-Tilet 75de6a568b
Updated st transparency 2020-07-11 18:15:24 +02:00
Lucien Cartier-Tilet 38ccd3362d
Better uptime format, added variable for Dart development 2020-07-11 18:14:49 +02:00
Lucien Cartier-Tilet 1c7173764d
Removed ccls package from bootstrap script 2020-07-11 18:12:08 +02:00
Lucien Cartier-Tilet 0f9975a7bf
Better regex for generating custom org IDs 2020-07-11 18:06:35 +02:00
Lucien Cartier-Tilet 2885e1da34
Remove package, update layers, remove custom mu, Rust update
The `meson-mode` package is removed from my custom package list with
the addition of the `meson` layer in Spacemacs.

The `org` layer’s support for Trello is also removed from my
configuration while the support for Hugo is added.

The `c-c++` layer now uses `clangd` as its LSP backend instead of ccls

The `haskell` layer is removed from my configuration

Since it is now broken, instructions for installing a custom `mu`
package on Arch Linux that still enables it has been removed. I will
now use the default `mu` package from the AUR.

The Rust configuration has been updated with some additional
instructions on the reason why some elements are set, and how to
install these. The Rust LSP backend will now use the command `cargo
clippy` instead of `cargo check` to catch errors and warnings.
2020-07-11 18:00:09 +02:00
Lucien Cartier-Tilet 034090ffb1
Sorted scripts alphabetically 2020-06-14 20:58:07 +02:00
Lucien Cartier-Tilet c19d4b0d96
Removed unused Lua function in Awesome config 2020-06-14 20:57:47 +02:00
Lucien Cartier-Tilet fa3faba5a2
Better wallpaper handling in Awesome with new tools from bin.org 2020-06-14 20:53:27 +02:00
Lucien Cartier-Tilet 6843dfbdbc
This breaks my code tangling 2020-06-14 20:51:56 +02:00
Lucien Cartier-Tilet ab489600c1
Fixed links broken with previous commit 2020-06-07 19:07:02 +02:00
Lucien Cartier-Tilet d6f688d985
Updated headings’ custom ID 2020-06-07 17:43:20 +02:00
Lucien Cartier-Tilet ef67fa6e25
Better org CUSTOM_ID properties
See https://blog.phundrak.com/better-custom-ids-orgmode/
2020-06-05 15:46:14 +02:00
Lucien Cartier-Tilet b81224865f
better headers 2020-06-01 17:53:20 +02:00
Lucien Cartier-Tilet e1557c3999
Changed font of my terminal (same as Emacs), removed unused line 2020-05-29 17:41:28 +02:00
Lucien Cartier-Tilet f068368fc9
Changed the location of the Dart SDK 2020-05-29 17:41:04 +02:00
Lucien Cartier-Tilet b2846dc476
Added shortcut to modify how org-src buffers spawn 2020-05-29 17:40:33 +02:00
Lucien Cartier-Tilet 90c3bcde72
Added packages to install, fixed issue with tangling 2020-05-28 12:05:36 +02:00
Lucien Cartier-Tilet 389a740d57
Updated org projects’ export location 2020-05-28 11:58:23 +02:00
Lucien Cartier-Tilet 1c9a21d72c
Fixed issue so PATH directories aren’t added each time fish starts 2020-05-28 11:57:41 +02:00
Lucien Cartier-Tilet 3f553a2b43
Fixed display so mount names can be a bit longer 2020-05-28 11:57:14 +02:00
Lucien Cartier-Tilet 8bbd4403d4
Fixed issue with `backup` when used with directories 2020-05-28 11:56:31 +02:00
Lucien Cartier-Tilet 6bb04f5fd5
Restored accidentaly deleted data 2020-05-28 11:55:40 +02:00
Lucien Cartier-Tilet fc6ae3d322
Added other packages to required packages 2020-05-18 02:16:33 +02:00
Lucien Cartier-Tilet a534c58b91
Removed workaround for python-jedi bug 2020-05-17 21:03:22 +02:00
Lucien Cartier-Tilet 7e4e669de9
Added go as new package to be installed 2020-05-17 20:51:04 +02:00
Lucien Cartier-Tilet 5df567954f
Forgot to remove those 2020-05-17 20:39:17 +02:00
Lucien Cartier-Tilet bedb554e75
removed generated comments on tangle 2020-05-17 20:32:23 +02:00
Lucien Cartier-Tilet e376f3153d
Forgot to add fish code generation 2020-05-17 20:16:56 +02:00
Lucien Cartier-Tilet c0e89be6fa
Fixed issue with files tangling, added and removed some packages 2020-05-17 20:10:09 +02:00
Lucien Cartier-Tilet f88e8cea66
Removed unused html files 2020-05-17 20:02:22 +02:00
Lucien Cartier-Tilet 0243f490f6
better org files, updated installation packages 2020-05-17 15:04:07 +02:00
Lucien Cartier-Tilet 0f3623c167
Replaced the old bépo layout with the bépo Afnor layout 2020-04-30 20:35:24 +02:00
Lucien Cartier-Tilet 16f127f0d8
Updated neofetch config 2020-04-30 11:16:46 +02:00
Lucien Cartier-Tilet 96311c6038
Updated install script 2020-04-29 21:20:15 +02:00
Lucien Cartier-Tilet 3a73b4d96c
Updated header 2020-04-29 21:19:43 +02:00
Lucien Cartier-Tilet 534fd52802
Updated client behavior 2020-04-29 21:17:05 +02:00
Lucien Cartier-Tilet fccd63f4de
Reorganized layouts, moving or resizing a client will make it float 2020-04-29 17:53:02 +02:00
Lucien Cartier-Tilet 87b8f1e050
fixed Dart lsp, added bibtex and csv layers, changed font
Also made pretty-symbols-mode activated by default
2020-04-29 17:51:15 +02:00
Lucien Cartier-Tilet a438e762ec
Finally fixed my mailto handler 2020-04-21 13:07:46 +02:00
Lucien Cartier-Tilet d7ad8de30a
Removed unused odf-mode, removed buggy code block 2020-04-21 12:58:57 +02:00
Lucien Cartier-Tilet 1757b69a4a
Updated installation script, removed compton in favor of Picom 2020-04-21 12:57:55 +02:00
Lucien Cartier-Tilet 6466ff537b
Moved GTK settings to index.org 2020-04-21 12:56:56 +02:00
Lucien Cartier-Tilet 74afc5a50b
Updated and fixed keyboard shortcuts 2020-04-21 12:55:30 +02:00
Lucien Cartier-Tilet a3e390a4e0
Updated mu4e inbox shortcuts, removed unused variable for Rust
The variable pointing to `racer` hasn’t been used since I switched to
lsp-mode.
2020-04-14 21:57:12 +02:00
Lucien Cartier-Tilet baae12a466
Added layer for elfeed 2020-04-14 21:56:40 +02:00
Lucien Cartier-Tilet 643b2fcffb
In picom, only ignore dock for rounded corners 2020-04-14 21:55:47 +02:00
Lucien Cartier-Tilet 1d4d38b4f0
Less transparency behind st 2020-04-14 21:55:20 +02:00
Lucien Cartier-Tilet b3ac0a50ec
Fixed issue with client shortcuts, resolved conflicting shortcuts 2020-04-12 15:47:26 +02:00
Lucien Cartier-Tilet f1967cd488
Added TODO to awesome.org for fixing stuff and having new projects 2020-04-11 20:33:40 +02:00
Lucien Cartier-Tilet d47dc3abd2
Removed lsl from bin.org, replaced by exa abbr in fish 2020-04-11 20:28:25 +02:00
Lucien Cartier-Tilet 7f3457fb3f
Added back some abbreviations in fish 2020-04-11 20:27:46 +02:00
Lucien Cartier-Tilet db0f81353b
Added shortcut in Emacs to open awesome.org 2020-04-11 20:27:07 +02:00
Lucien Cartier-Tilet e0037b47e1
Fixing some keybindings in Awesome 2020-04-11 20:26:40 +02:00
Lucien Cartier-Tilet 5453b8bc5e
Updated shortcut in i3, added lots of shortcuts to Awesome
In i3, the mail shortcut still pointed at Gnus, despite my switch to
mu4e.

In awesome, I added most of the shortcuts found in my i3 config, add
added some custom command handling
2020-04-11 12:59:43 +02:00
Lucien Cartier-Tilet fe5e3de04c
Better use of litterate programming 2020-04-11 00:42:30 +02:00
Lucien Cartier-Tilet 85b1f60cdd
Reorganized elements on index, added link to AwesomeWM config 2020-04-10 19:34:31 +02:00
Lucien Cartier-Tilet d841bacb12
Added AwesomeWM configuration 2020-04-10 19:32:58 +02:00
Lucien Cartier-Tilet 8dd7bf8ec8
Added link to ergodox config 2020-04-10 16:20:17 +02:00
Lucien Cartier-Tilet cbae651ab1
Removed `i3-gaps-rounded`-related configuration 2020-04-10 11:30:22 +02:00
Lucien Cartier-Tilet dadff6f8e1
Updated information about my i3 installation in index 2020-04-10 11:27:49 +02:00
Lucien Cartier-Tilet 758d9cadb3
Excluded AwesomeWM’s clients from rounded corners 2020-04-10 11:27:19 +02:00
Lucien Cartier-Tilet 906634153c
Quick Picom reorganization 2020-04-09 16:33:36 +02:00
Lucien Cartier-Tilet 84c16e3b24
Added Picom configuration file 2020-04-09 16:19:56 +02:00
Lucien Cartier-Tilet 760bb8d213
Removed global aggressive indent mode 2020-04-09 15:58:32 +02:00
Lucien Cartier-Tilet 8f0b5eaa5e
Updated information on my installation 2020-04-09 15:58:12 +02:00
Lucien Cartier-Tilet 4bd6dae117
Added script for screen-locking 2020-04-09 15:57:28 +02:00
Lucien Cartier-Tilet 97b5e068e5
Updated uptime display so it works when no days are displayed 2020-04-09 12:59:03 +02:00
Lucien Cartier-Tilet fbba2d170a
Added link to picom configuration 2020-04-06 14:23:57 +02:00
Lucien Cartier-Tilet 6cd2fb9ef7
Reorganized i3 autolaunch, removed some, added some
XFCE's Polkit software is now added and launched first

compton has been replaced with picom
2020-04-06 14:19:39 +02:00
Lucien Cartier-Tilet 87b128d0dd
Updated visual preferences for mu4e, org-mode src blocks editing
`visual-line-mode` is now enabled by default when opening a message,
which will be preferably opened as HTML

Org src block editions will now open to the right of the active buffer
2020-04-06 14:15:07 +02:00
Lucien Cartier-Tilet 4499b38616
Added Picom config to project 2020-04-06 14:13:42 +02:00
Lucien Cartier-Tilet f54ceeb051
Made code block silent on execution 2020-04-06 14:12:27 +02:00
Lucien Cartier-Tilet 4044a7100c
Added OS information at fish startup 2020-04-06 13:52:30 +02:00
Lucien Cartier-Tilet fa22f36c69
Switched from feh to Sxiv, added exa abbrs 2020-04-06 13:33:23 +02:00
Lucien Cartier-Tilet b0d85d92a0
Added mu4e news shortcuts 2020-03-25 13:11:22 +01:00
Lucien Cartier-Tilet 0877fb9d2d
Added org-trello support, lua layer 2020-03-25 13:10:10 +01:00
Lucien Cartier-Tilet 822b29808c
Added transparency to st through Xresources 2020-03-25 13:04:33 +01:00
Lucien Cartier-Tilet af4fa210c7
Removed unnecessary packages, added mpd as user service 2020-03-25 13:03:57 +01:00
Lucien Cartier-Tilet 63ae01e82b
Swapped shortcuts, removed mpd & redshift, added numlockx
Swapped shortcuts between `wacom-setup` and `pywal`, I use the latter
more often than the former, and now the latter also has the easiest
shortcut of the two

Removed mpd autolaunch since it is now enabled as a systemd user
service

Removed redshift from my system

Added numlockx to autolaunch to ensure the numpad is enabled on my
machine
2020-03-25 12:33:55 +01:00
Lucien Cartier-Tilet 457d1561db
Added $BROWSER global variable 2020-03-25 12:33:19 +01:00
Lucien Cartier-Tilet 82eab10cde
Added comment on block code 2020-03-25 12:33:02 +01:00
Lucien Cartier-Tilet 0bceaf56e2
Updated org shortcuts 2020-03-15 19:50:52 +01:00
Lucien Cartier-Tilet fce23d5c2d
Fixed export language for config website 2020-03-15 19:50:04 +01:00
Lucien Cartier-Tilet c974c60128
Updated and added org capture templates 2020-03-15 19:49:40 +01:00
Lucien Cartier-Tilet d2b6fd1282
Removed redshift and added numlockx 2020-03-15 19:41:09 +01:00
Lucien Cartier-Tilet 3fce470ff8
Changed fish theme 2020-03-15 19:21:43 +01:00
Lucien Cartier-Tilet e5a1b32bde
Added abbreviation for displaying webcam with mpv 2020-03-15 19:17:46 +01:00
Lucien Cartier-Tilet 979fd31fe4
Changing metaprogramming language to EmacsLisp 2020-03-15 12:24:46 +01:00
Lucien Cartier-Tilet 1eece7ed09
Updated screenshots 2020-03-15 12:18:08 +01:00
Lucien Cartier-Tilet c2e73bde4b
Updated config for mu4e, added draft folder, wider headers view 2020-02-28 16:30:14 +01:00
Lucien Cartier-Tilet 30ef30d9dd
Added odf-mode to Emacs 2020-02-28 16:29:56 +01:00
Lucien Cartier-Tilet b5d50c788d
Shell now appears at the bottom of the frame 2020-02-28 16:29:15 +01:00
Lucien Cartier-Tilet 4aa81d67da
Merge branch 'master' of github.com:phundrak/dotfiles 2020-02-25 15:03:31 +01:00
Lucien Cartier-Tilet d9015c267b
Removed git powerline prompt for Eshell 2020-02-25 15:02:24 +01:00
Lucien Cartier-Tilet 5de3563aec
Merge branch 'master' of github.com:Phundrak/dotfiles 2020-02-25 14:33:31 +01:00
Lucien Cartier-Tilet 35d285b07a
Greater delay for Helm popup
This will allow Emacs to be less laggy. Also fixed indentation on a
code block
2020-02-25 12:37:43 +01:00
Lucien Cartier-Tilet 11517d9c0b
Added my notes to my agenda, updated capture templates
I also completed my comment about the protocol templates, and I
removed a piece of Elisp code not used anymore
2020-02-25 12:36:39 +01:00
Lucien Cartier-Tilet 1fa563b74a
Silent results for Emacs-lisp code
I can now evaluate in-place my Elisp code without it generating some
results I then have to delete.
2020-02-25 12:34:30 +01:00
Lucien Cartier-Tilet d91932bf0e
Replaced Gnus with Mu4e
Removed all Gnus configuration, replaced them with mu4e.
2020-02-25 12:33:38 +01:00
Lucien Cartier-Tilet b4a9471af3
Added mu4e configuration
I might do a full switch from Gnus to mu4e honestly
2020-02-24 21:45:32 +01:00
Lucien Cartier-Tilet 8e9d55d7de
Optimized fish literate programming 2020-02-24 21:44:38 +01:00
Lucien Cartier-Tilet 56e655f0c8
Updated email signature 2020-02-24 21:44:24 +01:00
Lucien Cartier-Tilet 6202168e05
Fixed issue with commit #775b436
Now org-capture templates actually work and are no longer contained
in strings but external files.
2020-02-24 21:42:45 +01:00
Lucien Cartier-Tilet c93eb33f01
Added mp4 to webm utitily 2020-02-24 21:40:04 +01:00
Lucien Cartier-Tilet 775b436977
Added templates for org-capture
However, some stopped working while others do, I have to work on that
2020-02-24 21:02:54 +01:00
Lucien Cartier-Tilet 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
Lucien Cartier-Tilet 51a1dd3ad2
Added NTP time synchronization 2020-02-22 12:57:06 +01:00
Lucien Cartier-Tilet 8e37d2eadf
Added pass package to install 2020-02-22 11:56:46 +01:00
Lucien Cartier-Tilet d81d400960
Install powerline fonts 2020-02-22 11:56:17 +01:00
Lucien Cartier-Tilet 8b80f0b4e0
Fix polybar-battery installation 2020-02-22 11:55:48 +01:00
Lucien Cartier-Tilet 6a1187a511
Fix displayed message 2020-02-22 11:55:17 +01:00
Lucien Cartier-Tilet 764e4f0b78
Allow to get read and unread emails in Gnus groups 2020-02-21 04:32:47 +01:00
Lucien Cartier-Tilet e2b8720c44
Fixing stuff with bootstrap and gampo setup 2020-02-17 20:28:40 +01:00
Lucien Cartier-Tilet 95b022c44e
Added man pages packages because apparently they aren’t installed by default 2020-02-17 19:06:27 +01:00
Lucien Cartier-Tilet 2adc1ec523
Fixed i3 package 2020-02-17 17:18:39 +01:00
Lucien Cartier-Tilet b6da4e5d9c
Attempt to fix org tangling 2020-02-17 16:30:44 +01:00
Lucien Cartier-Tilet 2a4d536aee
Bootstrap a bit better 2020-02-17 16:26:12 +01:00
Lucien Cartier-Tilet 4c99d97c5b
Better 2020-02-17 16:12:57 +01:00
Lucien Cartier-Tilet 698b346e70
fixed forgotten fromGIT directory that was cd'd to but not created 2020-02-17 16:09:23 +01:00
Lucien Cartier-Tilet b69a6bb45a
fixed issue with bootstrap, removed python code 2020-02-17 15:49:31 +01:00
Lucien Cartier-Tilet 90bdb93671
fixed issue with bootstrap 2020-02-17 15:47:12 +01:00
Lucien Cartier-Tilet b115f6cd8c
Updated some paths, fixed some code style, added back some shortcuts
Updated some paths after the Emacs configuration directory was moved

Some variables in my dotspacemacs were renamed in order to follow the
Spacemacs coding style with a ~//~ used for marking private variables,
and I prefixed their name with ~dotspacemacs-~ in order to avoid any
collision with other packages or configuration I write.

Added back M-« and M-» in order to fix the M-< and M-> shortcuts issue
with the bépo layout.
2020-02-16 23:56:25 +01:00
Lucien Cartier-Tilet 3e841fa0b2
Updated bootstrap after submodules update 2020-02-16 23:41:28 +01:00
Lucien Cartier-Tilet c29b9a1131
Updated path to nanorc and its dependencies 2020-02-16 01:08:29 +01:00
Lucien Cartier-Tilet 5d24d0e240
Separated Rustfmt config into a separate file 2020-02-09 19:59:38 +01:00
Lucien Cartier-Tilet 92d5c67e8e
Fixed issue with `tramp-methods is void' error 2020-02-08 17:39:10 +01:00
Lucien Cartier-Tilet a6b3a60910
categorized shortcuts 2020-02-08 17:27:49 +01:00
Lucien Cartier-Tilet 7f31724c08
updated and simplified path to header 2020-02-08 14:50:43 +01:00
Lucien Cartier-Tilet 59beb20d4f
added shortcut for yadm status in Emacs 2020-02-08 14:22:19 +01:00
Lucien Cartier-Tilet 3cfa85c86d
Added redshift as blue light filter, converting eshell aliases
Eshell aliases are being converted to Eshell functions
2020-02-08 14:22:01 +01:00
Lucien Cartier-Tilet 46cfd4adf8
Better behavior for Org src buffers 2020-02-07 14:14:54 +01:00
Lucien Cartier-Tilet bb7ff53069
Updated and organized Rust Format config 2020-02-07 14:14:22 +01:00
Lucien Cartier-Tilet e6e8d86e45
Updated and fixed Rust format config 2020-02-06 23:30:35 +01:00
Lucien Cartier-Tilet 75ea831454
Added Weather utility 2020-02-06 23:29:53 +01:00
Lucien Cartier-Tilet 457b4cbb65
spacemacs.org cleanup 2020-01-30 14:07:23 +01:00
Lucien Cartier-Tilet d13859ba66
Added Org files tangling in bootstrap 2020-01-30 14:06:46 +01:00
Lucien Cartier-Tilet 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
Lucien Cartier-Tilet 90512f8daf
Better presentation of the additional paths in $PATH 2020-01-30 12:33:19 +01:00
Lucien Cartier-Tilet f22441c660
Added fix for Org 9.3 behavior 2020-01-30 11:48:03 +01:00
Lucien Cartier-Tilet d294478b47
Upgraded to org-mode 9.3, better data presentation, introduction added
An introduction was added with a direct link to the original org file
as well as the .spacemacs.

Extra packages are now presented as a table, with a description of
what they do and why they are here.

Also modified the behavior of org-mode with
org-structure-template-alist.
2020-01-30 01:53:20 +01:00
Lucien Cartier-Tilet 00f9f458a8
simpler path to header file 2020-01-30 01:52:02 +01:00
Lucien Cartier-Tilet 7df7f3e1ca
fixed emacs code tangled incorrectly in the config file 2020-01-29 21:25:20 +01:00
Lucien Cartier-Tilet 9bacfc1eaa
Added set-screens, simplified some lines
Simplified lines for askpass and rofi-pass.

Added set-screens for automatic external screen setup.
2020-01-29 21:23:15 +01:00
Lucien Cartier-Tilet 6b7cb66baa
updated installation bootstrap 2020-01-29 21:19:57 +01:00
Lucien Cartier-Tilet 61adcd9b84
simplified path to header 2020-01-25 02:28:05 +01:00
Lucien Cartier-Tilet 0f8313bc92
added verbose option to some commands 2020-01-25 02:27:21 +01:00
Lucien Cartier-Tilet 14db2e2303
removed cached emacs-lisp for polybar 2020-01-25 02:26:50 +01:00
Lucien Cartier-Tilet 6466dca44b
removed generated i3 config, which now does not rely on yadm 2020-01-25 01:49:21 +01:00
Lucien Cartier-Tilet 6ff8771983
swapped two org files, deleted unused file 2020-01-16 20:15:24 +01:00
Lucien Cartier-Tilet edc7d3b970
Moved org files to single directory, Polybar config now in org file 2020-01-16 19:48:14 +01:00
Lucien Cartier-Tilet 70c11cc00a
removed unused header in headers.org 2020-01-16 01:16:52 +01:00
Lucien Cartier-Tilet 2f45a783fe
All org dotfiles are now exportable as a website 2020-01-15 12:38:29 +01:00
Phuntsok Drak-pa e1e0b00f9c removed unused files, replaced and re-wrote README 2019-07-21 03:52:29 +02:00
Phuntsok Drak-pa de542b3e97 initial commit for new repo 2019-07-21 03:27:31 +02:00