Commit Graph

176 Commits

Author SHA1 Message Date
b4a6904989
[Emacs] Conlanging layer updated 2020-11-13 00:39:55 +01:00
d40de0fdec
[Bootstrap] Symlink plock' to /usr/bin'
This is needed for xss-lock to work properly
2020-10-29 16:55:20 +01:00
118eadb58a
[Emacs] Add rsync alias to eshell 2020-10-29 16:55:20 +01:00
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
45a5db0f0d
[Emacs] Update eshell aliases
Some checks failed
continuous-integration/drone/push Build is failing
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
942738cbb7
[Bootstrap] Remove unused package, add python poetry 2020-10-20 13:50:28 +02:00
f9c45fe286
[Encrypted files, symlink] Move encrypted file and symlink target
Since I am moving away from $HOME/.emacs.d, the last remaining file in
this directory has been moved to the equivalent $HOME/.config/emacs.

The $HOME/.emacs.d symlink also now points to a relative path, making it
username-agnostic.
2020-10-14 18:39:48 +02:00
5f5d991de1
[Bootstrap] Add missing packages in base install 2020-10-14 18:30:36 +02:00
81ae88c905
[Bootstrap] Add Python LSP packages
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-01 18:27:22 +02:00
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
05c85ed9dd
[Mimeapps] Zathura is now the default PDF viewer 2020-10-01 18:19:09 +02:00
b85e9fb922
[Emacs submodule] Update `conlanging' Spacemacs layer 2020-10-01 09:58:02 +02:00
c66e4329bd
[Bootstrap] Revamped bootstrap
All checks were successful
continuous-integration/drone/push Build is passing
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
e13ea9224e
[Encrypted files] update encrypted files 2020-09-28 15:22:28 +02:00
9e20e165b0
[Mimeapps] Made nomacs default software for svg images 2020-09-23 16:24:10 +02:00
790d83aef1
[Mimeapps] Changed all Emacs entries with Emacsclient 2020-09-17 12:28:56 +02:00
ac7d1f7c31
[Emacs] Renamed spacemacs.org to emacs.org
All checks were successful
continuous-integration/drone/push Build is passing
While the documentation of this commit gets deployed, redirects on my
server should be up
2020-09-13 18:15:21 +02:00
71a292b0f4
[Other] Update encrypted files
All checks were successful
continuous-integration/drone/push Build is passing
2020-09-12 00:47:03 +02:00
1ef2ccc436
[Bootstrap] Removed now unnecessary line
All checks were successful
continuous-integration/drone/push Build is passing
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
62e4b6f52f
[Bootstrap, Org files] Removed tangling of deprecated configurations
All checks were successful
continuous-integration/drone/push Build is passing
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
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
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
7d8fcb1de6
[Nano, Dunst] Remove config for Dunst, remove submodule for Nano
Dunst is no longer needed on my system, this commit removes its
configuration file.

Since I deprecated my Nano config, this commit removes its syntax
submodule.
2020-08-29 00:31:18 +02:00
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
c3b1c4b249
[Org] Add header snippet 2020-08-25 06:00:19 +02:00
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
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
75410a7330
Updated conlanging layer 2020-08-22 16:05:06 +02:00
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
b01bd780be
updated mimeapps 2020-07-17 11:15:36 +02:00
db79ad2080
MPD now auto-updates on songs added in the ~/Music dir 2020-07-11 18:32:09 +02:00
c803be2505
Updated keyboard configuration, removed related Awesome autostart 2020-07-11 18:20:44 +02:00
1c7173764d
Removed ccls package from bootstrap script 2020-07-11 18:12:08 +02:00
3e033d7529
updated mimeapps 2020-07-01 14:58:37 +02:00
032a10d0fa
Updated conlanging layer for Spacemacs 2020-05-29 17:53:39 +02:00
90c3bcde72
Added packages to install, fixed issue with tangling 2020-05-28 12:05:36 +02:00
40f43c704a
Fixed rainymood fish function 2020-05-28 11:56:13 +02:00
fc6ae3d322
Added other packages to required packages 2020-05-18 02:16:33 +02:00
a534c58b91
Removed workaround for python-jedi bug 2020-05-17 21:03:22 +02:00
7e4e669de9
Added go as new package to be installed 2020-05-17 20:51:04 +02:00
e376f3153d
Forgot to add fish code generation 2020-05-17 20:16:56 +02:00
c0e89be6fa
Fixed issue with files tangling, added and removed some packages 2020-05-17 20:10:09 +02:00
0243f490f6
better org files, updated installation packages 2020-05-17 15:04:07 +02:00
e30c4a5f57
Updated conlang-layer module for Spacemacs 2020-05-01 23:02:22 +02:00
0f3623c167
Replaced the old bépo layout with the bépo Afnor layout 2020-04-30 20:35:24 +02:00
16f127f0d8
Updated neofetch config 2020-04-30 11:16:46 +02:00
96311c6038
Updated install script 2020-04-29 21:20:15 +02:00
e543fc5952
Added sxiv associations, removed last reference to Gnus 2020-04-21 13:39:29 +02:00
a438e762ec
Finally fixed my mailto handler 2020-04-21 13:07:46 +02:00
6466ff537b
Moved GTK settings to index.org 2020-04-21 12:56:56 +02:00