Commit Graph

67 Commits

Author SHA1 Message Date
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
Lucien Cartier-Tilet 3de5254050
[Bootstrap] Rework installed LaTeX packages
texlive installation should be lighter now
2021-04-01 23:15:15 +02:00
Lucien Cartier-Tilet 8597280d17
[Bootstrap] Remove ly, update tangled script 2021-03-31 16:22:39 +02:00
Lucien Cartier-Tilet 78a3f5f6ee
[Awesome, Bootstrap] Change default terminal emulator
Switch from st to kitty
2021-02-09 16:58:48 +01:00
Lucien Cartier-Tilet 527380e5ff
[Org, meta] Change formatting of org files 2021-02-04 14:43:09 +01:00
Lucien Cartier-Tilet 6787e6452a
[Picom] Upgrade from Ibhagwan’s fork to main fork
This made me lose access to rounded corners for now, as they are only
available for legacy backends and the dual_kawase blur is not one of
them.
2021-02-04 09:18:24 +01:00
Lucien Cartier-Tilet 9062092b1d
[Fish, Emacs, Bootstrap] Replace yay with paru 2021-02-04 09:17:32 +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 1d7cbe8915
[Awesome, Bin, Bootstrap] Replace nitrogen with xwallpaper 2021-01-02 13:52:18 +01:00
Lucien Cartier-Tilet a47a471321
[Bootstrap] Add basic backage for installation 2020-12-10 10:20:54 +01:00
Lucien Cartier-Tilet 6665074db0
[Org files] Formatting 2020-12-10 10:20:21 +01:00
Lucien Cartier-Tilet 5d1bd2c45f
[Bootstrap] Remove bookworm, new defaults for djvu and epub
zathura is now the default reader for djvu books

Emacs is now the default reader for epub books
2020-12-01 21:48:19 +01:00
Lucien Cartier-Tilet e803c9cd6f
[Bootstrap] Add hugo to list of installed packages 2020-11-28 18:14:41 +01:00
Lucien Cartier-Tilet 7a9c3075e1
[Bootstrap] Update page’s name 2020-11-27 16:48:03 +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 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 942738cbb7
[Bootstrap] Remove unused package, add python poetry 2020-10-20 13:50:28 +02:00
Lucien Cartier-Tilet 5f5d991de1
[Bootstrap] Add missing packages in base install 2020-10-14 18:30:36 +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 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 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 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 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 39fab94f8c
[Org files] Removed org header 2020-08-29 00:53:07 +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 7345a3deae
Add some required packages, remove some unused 2020-08-22 17:00:44 +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 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 44b747cbf8
Fixed HTML export 2020-07-17 15:26:08 +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 c803be2505
Updated keyboard configuration, removed related Awesome autostart 2020-07-11 18:20:44 +02:00
Lucien Cartier-Tilet 1c7173764d
Removed ccls package from bootstrap script 2020-07-11 18:12:08 +02:00
Lucien Cartier-Tilet d6f688d985
Updated headings’ custom ID 2020-06-07 17:43:20 +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 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 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 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 96311c6038
Updated install script 2020-04-29 21:20:15 +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 af4fa210c7
Removed unnecessary packages, added mpd as user service 2020-03-25 13:03:57 +01:00
Lucien Cartier-Tilet 3fce470ff8
Changed fish theme 2020-03-15 19:21:43 +01:00
Lucien Cartier-Tilet 979fd31fe4
Changing metaprogramming language to EmacsLisp 2020-03-15 12:24:46 +01:00
Lucien Cartier-Tilet 51a1dd3ad2
Added NTP time synchronization 2020-02-22 12:57:06 +01:00