Commit Graph

408 Commits

Author SHA1 Message Date
David JULIEN b16f48b5b3 [nvim] refactor: remove icons from completion 2023-01-07 19:00:42 +01:00
David JULIEN 4f43d48217
Merge branch 'dev' into thesis
nvim: display packer in a floating window
        change telescope comment in packer.lua
        actually use fzf extension
        add telescope-file-browser extension
        add descriptions to mappings
        remap telescope functionalities
        add telescope.help_tags mapping
        use <leader> as prefix for switching colorscheme

system: export PATH in the right place
2023-01-04 09:17:01 +01:00
David JULIEN 13ddf74c92 [nvim] fix: use <leader> as prefix to switch colorscheme 2023-01-02 20:17:56 +01:00
David JULIEN 2445f4dc23 [nvim] feat: add telescope.help_tags() mapping 2023-01-02 19:56:45 +01:00
David JULIEN 4ad4d95674 [nvim] feat: remap telescope functionalities 2023-01-02 19:56:23 +01:00
David JULIEN 6d5fa385d2 [nvim] feat: add descriptions to mappings 2023-01-02 19:47:28 +01:00
David JULIEN 4419ce90b1 [system] cleanup: export PATH in the right place 2022-12-26 19:08:58 +01:00
David JULIEN a9cb5afdca [nvim] feat: add telescope-file-browser extension
properly setup Telescope in telescope.lua
provide a new keybinding
2022-12-26 19:08:58 +01:00
David JULIEN 3c7f8a29a7 [nvim] nvim: actually use fzf extension 2022-12-26 19:08:58 +01:00
David JULIEN 791919d058 [nvim] feat: change telescope comment in packer.lua 2022-12-26 19:08:58 +01:00
David JULIEN 84f11353e6 [nvim] feat: display packer in a floating window 2022-12-26 19:08:58 +01:00
David JULIEN 746f143bdb [sxhkd] cleanup: trim quotes for launched programs 2022-12-12 09:51:37 +01:00
David JULIEN 97dcc60445 [sxhkd] fix: do not open a tmux session for neomut 2022-12-11 21:53:56 +01:00
David JULIEN 4493f7a73b
Merge branch 'dev' into thesis
nvim: add treesitter support for rust
git: fetch submodules on-demand
2022-12-05 14:11:21 +01:00
David JULIEN c0ec146fc2 [git] feat: fetch submodules on-demand 2022-12-05 14:09:58 +01:00
David JULIEN f5b5d3709c [nvim] feat: add treesitter support for rust 2022-12-04 23:35:29 +01:00
David JULIEN 4bffd0150a
Merge branch 'dev' into thesis
nvim: add rust config file
2022-12-02 16:56:08 +01:00
David JULIEN 17e5453287 [nvim] feat: rust config file
format-on-save !
2022-12-02 16:54:40 +01:00
David JULIEN 9660285d8d [system] feat: source rust envvar 2022-12-02 16:21:31 +01:00
David JULIEN 6547dfe599
Merge branch 'dev' into thesis
nvim: fix lsp installation dir variable
        fix lspconfig require formatting
        format lsp server list
        add rust_analyzer LSP
2022-12-02 16:20:25 +01:00
David JULIEN e87b863640 [nvim] feat: add rust_analyzer LSP 2022-12-02 16:17:02 +01:00
David JULIEN c2d120ecf4 [nvim] format: nvim lsp server list 2022-12-02 16:17:02 +01:00
David JULIEN a2ead9f0c0 [nvim] fix: lspconfig require formatting 2022-12-02 16:17:02 +01:00
David JULIEN 47cc2a3694 [nvim] fix: lsp installation dir variable
this is now a global variable
2022-12-02 16:16:32 +01:00
David JULIEN fafbc7029c
Merge branch 'dev' into thesis
mail: fix notification through cron
      add keymaps to next- and previous-new
2022-11-24 09:22:27 +01:00
David JULIEN d62bd902a0 [mail] feat: keymaps to next- or previous-new mail 2022-11-24 09:20:05 +01:00
David JULIEN 5a4c0abad0 [system] feat: change default lockscreen to xss-lock 2022-11-23 23:36:29 +01:00
David JULIEN 3a8e28ad46 [mail] fix: notifications through cronie 2022-11-23 23:36:29 +01:00
David JULIEN 8e83187344
Merge branch 'dev' into thesis
status: fix spaces in sb-cpu
mail [WIP]: fix filtering
2022-11-21 10:21:21 +01:00
David JULIEN cceef6fe61 [WIP][mail] fix: mail flitering 2022-11-21 10:19:14 +01:00
David JULIEN be4d042579 fix: local config 2022-11-18 10:38:18 +01:00
David JULIEN 4ee03b5cf5
Merge branch 'dev' into thesis
status: fix icons
        add sb-cpu
        fix sb-internet cat if non-existing iface
nvim: fix packer installation
        change packer icons
        change deprecated LSP installer
scripts: change default distro to Gentoo
zsh: set envvar in .zprofile
gnupg: update cache time
scipts: add oggconv
beets: add config
ncmpc: move config to ~/.config/.old
music: fix sb-mpdup startup
mpd: change instance check
2022-11-17 18:14:13 +01:00
David JULIEN 296518e619 [mpd] fix: checking for existing instance 2022-11-14 11:06:51 +01:00
David JULIEN 0c8623b510 [music] fix: launch sb-mpdup at startup 2022-11-13 01:12:10 +01:00
David JULIEN 3c07609ec9
[ncmpc] cleanup: move config folder to ~/.config/.old 2022-11-12 17:16:27 +01:00
David JULIEN 6330e50dda [beets] feat: add config 2022-11-11 15:25:03 +01:00
David JULIEN fff5fa4456 [gnupg] feat: update config
keep agent alive for 1 week -> 1 day
chaneg default pinentry to GTK3
2022-11-10 21:24:22 +01:00
David JULIEN 1033487643 [zsh] fix: set envvars in .zprofile 2022-11-10 21:24:22 +01:00
David JULIEN f062d118c2 [scripts] feat: gentoo is the default distro 2022-11-10 21:24:22 +01:00
David JULIEN 03a7796555 [nvim] fix: change deprecated LSP installer
use `mason` instead of `lsp-install`
2022-11-10 21:24:22 +01:00
David JULIEN 2e26e7df30 [nvim] fix: call packer *after* downloading it 2022-11-10 21:24:22 +01:00
David JULIEN f76d95e482 [nvim] feat: update packer icons during update 2022-11-10 21:24:22 +01:00
David JULIEN 401ae37067 Merge branch 'dev' into thesis
dwm: make pinentry-gtk-3 floating window
        fix fonts declaration
status: fix spaces + icons
alias: removed unused ones + add useful others
mail: add tags for univ
2022-11-07 10:03:42 +01:00
David JULIEN eebe0cbca5 [mail] feat: add tags for univ 2022-11-07 10:02:16 +01:00
David JULIEN 3c3ee82f26 [alias] cleanup: remove unused aliases + add useful ones 2022-11-04 22:35:37 +01:00
David JULIEN 5873736a85 Merge branch 'dev' into thesis
mail: add filters for uni
status: fix sb-mailbox
2022-11-04 16:32:02 +01:00
David JULIEN e28c09a733 [mail] fix: filters for univ 2022-11-04 16:31:40 +01:00
David JULIEN 438c25f4ff [mail] feat: add filters for univ 2022-11-04 16:31:35 +01:00
David JULIEN 910de27373 Merge branch 'dev' into thesis
mail!: simplify mailboxes names
2022-11-04 10:28:30 +01:00
David JULIEN fd74b462fb [mail] refactor!: simplify mailboxes names
!!!BREAKING: check the configuration files to rename the mail
directories accordingly
2022-11-04 10:20:37 +01:00
David JULIEN 2cf29ae929 Merge branch 'dev' into thesis
mail: add velo and forge subfolder
scripts: automatic cursor setup
2022-11-04 10:09:06 +01:00
David JULIEN a3af37de8c [mail] feat: add velo subfolder to univ-nantes 2022-11-04 10:08:13 +01:00
David JULIEN 342d4973a3 [mail] feat: add forge subfolder to univ-nantes 2022-11-03 18:11:00 +01:00
David JULIEN 3aac912e40 Merge branch 'dev' into thesis
sxhkd: use XF86 keys for volume
mail: $NOTMUCH_CONFIG has a more generic name
2022-11-03 15:05:44 +01:00
David JULIEN 81b5358a21 [mail] fix: $NOTMUCH_CONFIG has a more generic name 2022-11-03 15:05:02 +01:00
David JULIEN 68c375abdc [sxhkd] feat: use XF86 keys by default for volume 2022-11-03 15:04:17 +01:00
David JULIEN 00193afa01 Merge branch 'dev' into thesis
dunst: fix default font
mail: fix colors in lightscheme
2022-11-02 10:43:16 +01:00
David JULIEN 7b912a8aa9 [mail] fix: colors in light colorscheme 2022-11-02 10:42:08 +01:00
David JULIEN 3472023749 [dunst] fix: change default font to FiraCode 2022-11-02 10:41:19 +01:00
David JULIEN a1ef494df2 Merge branch 'dev' into thesis
status: fix icons
system: support japanes characters (no kanji)
        change default fonts to Fira + Nerd Symbols
2022-11-02 09:50:15 +01:00
David JULIEN 540613898d [dwm] feat: support japanese symbols (no kanji) 2022-11-01 23:36:28 +01:00
David JULIEN 61d1045e72 [system] feat: use Fira + Nerd Symbols by default 2022-11-01 23:30:54 +01:00
David JULIEN 530694717f [system] feat: more local config
git uses gpg
fix fonts
fix maps + mail accounts
2022-10-31 16:59:24 +01:00
David JULIEN 72e8163c4a [system] fix: changed fonts 2022-10-31 10:27:18 +01:00
David JULIEN fc15357406 Merge branch 'dev' into thesis
mail: change config dirname
        split config file
status: fix volume icons
2022-10-31 10:18:15 +01:00
David JULIEN de5d6d68df
[mail] cleanup: remove unused accounts
!!!BREAKING: remove lyon1 and centrale-marseille accounts
2022-10-30 23:26:32 +01:00
David JULIEN 094bc994f2 [mail] refactor: divide neomuttrc into file + dir name change 2022-10-29 22:22:50 +02:00
David JULIEN 5fa18d6ad8 Merge branch 'dev' into thesis
mail: fix notification
        use PGP keys as default keys, not just for signing
        add keybindings to univ-nantes
        do not display drafts counter in statusbar
nvim: change Telescope keymaps
        add Telescope mappings to grep under cursor
2022-10-25 12:33:53 +02:00
David JULIEN e29723ec26 [nvim] feat: add a Telescope mapping to grep under cursor 2022-10-25 12:32:37 +02:00
David JULIEN 49a299d91b [nvim] feat: prefix Telescope maps with <leader>t 2022-10-25 12:32:37 +02:00
David JULIEN 069ac13a3b [mail] feat: add keybindings to univ-nantes 2022-10-25 12:32:31 +02:00
David JULIEN 6614e219e9 [mail] feat: use a PGP key as default key, not just for signing 2022-10-25 12:32:18 +02:00
David JULIEN 89c6812490 [mail] fix: use XDG_DIRECTORIES variables for mailcap 2022-10-25 12:00:07 +02:00
David JULIEN eb27e443f6 [X11] fix: trackpad initial trackpad setup 2022-10-25 11:52:36 +02:00
David JULIEN dca0fcbb44 [dunst] fix: font + icon size 2022-10-20 15:00:24 +02:00
David JULIEN dafb241104 [mail] cleanup: remove personnal addresses 2022-10-20 14:58:32 +02:00
David JULIEN 532361941e [mail] cleanup: rename univ address config 2022-10-20 14:58:06 +02:00
David JULIEN 7b561eee06 Merge branch 'dev' into thesis
git: fix gitignore for ~/.local
mail: fix globbing in subdirectories
nvim.cmp: fix deprecated functions
2022-10-20 14:53:36 +02:00
David JULIEN 13efea3df4 [nvim.cmp] fix: deprecated function 2022-10-19 23:43:21 +02:00
David JULIEN 04523a2331 Merge branch 'dev' into thesis
mail: subdfolders display for @univ-nantes
2022-10-19 10:07:31 +02:00
David JULIEN 6226e99122 [mail] feat: subfolders display for @univ-nantes 2022-10-19 10:05:50 +02:00
David JULIEN a6c257d222 [mpd] fix: visualizer feed 2022-10-19 10:04:51 +02:00
David JULIEN 638c80b269 Merge branch 'dev' into thesis
fix @univ-nantes email adress
2022-10-18 11:09:07 +02:00
David JULIEN 87de4c3ad0 [mail] fix: use the right @univ-nantes adress
ref. 5bc787c
2022-10-18 11:07:00 +02:00
David JULIEN d7b73f7126 feat: thesis config 2022-10-17 18:16:40 +02:00
David JULIEN a5b65926be [gnupg] feat: use pinentry-gtk instead of curses
prevents deadlocks if not called from a terminal
2022-10-17 18:00:26 +02:00
David JULIEN 6df140ccdd [mail] feat: add signature for @univ-nantes 2022-10-17 16:22:05 +02:00
David JULIEN 5b158166db [mail] feat: add bindings for folders of @univ-nantes 2022-10-17 14:39:47 +02:00
David JULIEN bc45514a3b [pass] update pass commands according to new layout 2022-10-17 11:59:37 +02:00
David JULIEN d8afd0789b [system] feat: fix issues between JAVA and dwm 2022-10-17 10:41:43 +02:00
David JULIEN 5bc787c7ea [mail] feat: add @univ-nantes to replace @ens-lyon 2022-10-17 10:40:40 +02:00
David JULIEN 48b48db3b7 [mail] refactor: use env variables 2022-10-17 10:40:36 +02:00
David JULIEN 32c794954f [mutt] feat: change folders tracked for ens 2022-10-14 10:51:15 +02:00
David JULIEN 105b3d117f [mutt] feat: use XDG_BASE_DIRECTORIES 2022-10-14 10:45:23 +02:00
David JULIEN 4540ec5578 [mail] feat: add MOVEP/QEST folders to ens account 2022-07-28 20:06:24 +02:00
David JULIEN a035e1ee17 [nvim] feat: tweak autocomplete behavior
change binding
autocomplete
2022-07-08 15:24:58 +02:00
David JULIEN 1bd3ea5adc [nvim] fix: consistent names for diagnostics 2022-06-08 10:29:35 +02:00
David JULIEN 96b6b535a5 [nvim] cleanup: remove unused backup file 2022-05-31 17:31:35 +02:00
David JULIEN 12182ea487 [nvim] fix: lsp hints in signbar 2022-05-31 17:21:29 +02:00
David JULIEN 6bdf71567f [nvim] fix: no newline after itemize in tex files 2022-05-19 15:08:44 +02:00