├── LICENSE ├── README.org ├── artisan ├── MuseScore │ ├── Indications_de_mesure.mpal │ └── taijitu │ │ ├── MuseScore3.ini │ │ ├── MuseScore3Development.ini │ │ └── MuseScore4.ini ├── frescobaldi │ ├── dark-theme.xml │ ├── frescobaldi-emacs.conf.backup │ ├── frescobaldi-vim.conf.backup │ ├── frescobaldi.conf │ └── golden-night-theme.xml ├── jack │ └── conf.xml ├── jackdrc ├── shortcuts-frescobaldi.xml └── shortcuts-musescore.xml ├── auto ├── crontab └── logrotate │ ├── copie │ ├── defaut │ ├── historique │ ├── irc │ ├── journal │ └── repercour ├── backup ├── borgmatic │ └── config.yaml └── runrestic │ └── racine.toml ├── cmdline └── fish │ └── binding.fish ├── crypte └── gnupg │ └── gpg-agent.conf ├── edit ├── emacs-lite │ ├── color │ │ └── golden-night-leger-theme.el │ └── init.el ├── emacs │ ├── .tarexclude │ ├── Grenier │ ├── color │ │ ├── Grenier │ │ ├── golden-night-gui-theme.el │ │ ├── golden-night-leger-theme.el │ │ └── golden-night-term-theme.el │ ├── configuration.el │ ├── configuration.org │ ├── early-init.el │ ├── enligne.el │ ├── fonction.el │ ├── heavy-conf │ │ ├── color │ │ │ ├── golden-night-gui-theme.el │ │ │ └── golden-night-term-theme.el │ │ ├── configuration.el │ │ ├── configuration.org │ │ ├── early-init.el │ │ ├── fonction.el │ │ ├── init.el │ │ ├── lourd.el │ │ ├── paquets-el-get.el │ │ ├── paquets-elpaca.el │ │ ├── paquets-natif.el │ │ ├── paquets-straight.el │ │ └── paquets.el │ ├── init.el │ ├── leger.el │ ├── light-conf │ │ ├── color │ │ │ └── golden-night-gui-theme.el │ │ └── init.el │ ├── orgconfig.el │ ├── pack │ │ └── hydra-examples.el │ ├── paquets-elpaca.el │ ├── paquets-natif.el │ └── perso.el ├── helix │ ├── config.toml │ ├── languages.toml │ └── themes │ │ └── golden-night.toml ├── kak │ ├── autoload │ │ └── default │ ├── colors │ │ └── golden-night.kak │ ├── kakrc │ ├── plugins │ └── userconf ├── labels │ ├── ctags.d │ │ └── generic.ctags │ └── gtags │ │ └── globalrc ├── neovim-lite │ ├── after │ │ └── syntax │ │ │ └── denite.vim │ ├── autocommand.vim │ ├── autoload │ │ └── library.vim │ ├── init.vim │ ├── main.vim │ └── paquet │ │ └── preload.vim ├── neovim-lua │ ├── CREDIT │ ├── init.lua │ ├── lazy-lock.json │ └── lua │ │ ├── config │ │ ├── global.lua │ │ ├── keybind.lua │ │ ├── lazy.lua │ │ └── option.lua │ │ ├── meta │ │ └── init.lua │ │ └── plugins │ │ ├── fzf.lua │ │ ├── noice.lua │ │ ├── telescope.lua │ │ └── whichkey.lua ├── neovim │ ├── Grenier │ ├── after │ │ ├── ftplugin │ │ │ ├── Grenier │ │ │ ├── lilypond.vim │ │ │ └── lisp.vim │ │ └── syntax │ │ │ ├── asyncfinder.vim │ │ │ ├── bash.vim │ │ │ ├── bufexplorer.vim │ │ │ ├── c.vim │ │ │ ├── cf.vim │ │ │ ├── cfg.vim │ │ │ ├── cmusrc.vim │ │ │ ├── conf.vim │ │ │ ├── crontab.vim │ │ │ ├── css.vim │ │ │ ├── denite.vim │ │ │ ├── desktop.vim │ │ │ ├── diff.vim │ │ │ ├── dirvish.vim │ │ │ ├── dosini.vim │ │ │ ├── elinks.vim │ │ │ ├── help.vim │ │ │ ├── html │ │ │ ├── conceal.vim │ │ │ └── html.vim │ │ │ ├── json.vim │ │ │ ├── lftp.vim │ │ │ ├── lilypond.vim │ │ │ ├── lisp.vim │ │ │ ├── lua.vim │ │ │ ├── mail.vim │ │ │ ├── mailcap.vim │ │ │ ├── make.vim │ │ │ ├── man.vim │ │ │ ├── markdown.vim │ │ │ ├── matlab.vim │ │ │ ├── muttrc.vim │ │ │ ├── netrw.vim │ │ │ ├── nroff.vim │ │ │ ├── nsis.vim │ │ │ ├── octave.vim │ │ │ ├── org.vim │ │ │ ├── packager.vim │ │ │ ├── perl.vim │ │ │ ├── procmail.vim │ │ │ ├── project.vim │ │ │ ├── python.vim │ │ │ ├── qf.vim │ │ │ ├── rasi.vim │ │ │ ├── readline.vim │ │ │ ├── sed.vim │ │ │ ├── sh.vim │ │ │ ├── slang.vim │ │ │ ├── snippets.vim │ │ │ ├── tmux.vim │ │ │ ├── toml.vim │ │ │ ├── tweetvim.vim │ │ │ ├── twitvim.vim │ │ │ ├── undotree.vim │ │ │ ├── unite.vim │ │ │ ├── vim-plug.vim │ │ │ ├── vim.vim │ │ │ ├── vimcalc.vim │ │ │ ├── vimfiler.vim │ │ │ ├── vimshell.vim │ │ │ ├── xdefaults.vim │ │ │ ├── xml.vim │ │ │ ├── xmodmap.vim │ │ │ ├── yaml.vim │ │ │ ├── yankring.vim │ │ │ ├── yate.vim │ │ │ └── zsh.vim │ ├── autocommand.vim │ ├── autoload │ │ ├── Grenier │ │ ├── library.vim │ │ └── mail │ │ │ ├── Grenier │ │ │ └── library.vim │ ├── colors │ │ ├── Grenier │ │ └── golden-night.vim │ ├── ginit.vim │ ├── init.vim │ ├── lua │ │ ├── config │ │ │ ├── Grenier │ │ │ ├── autocmds.lua │ │ │ ├── commands.lua │ │ │ ├── functions.lua │ │ │ ├── keybinds.lua │ │ │ └── options.lua │ │ ├── meta.lua │ │ └── plugin │ │ │ └── paq.lua │ ├── main.vim │ ├── pack │ ├── paquet │ │ ├── Grenier │ │ ├── autocmd-plugin.vim │ │ ├── packager.vim │ │ ├── postload.vim │ │ ├── preload.vim │ │ └── vim-which-key.vim │ ├── rc-nviman.vim │ ├── snippet │ │ ├── Grenier │ │ ├── all.snippets │ │ ├── css.snippets │ │ ├── html.snippets │ │ ├── vim.snippets │ │ └── zsh.snippets │ ├── spell │ └── syntax │ │ ├── lilypond-words │ │ ├── lilypond-words.vim │ │ └── lilypond.vim ├── vim-lite │ ├── .netrwhist │ ├── Grenier │ ├── after │ │ ├── ftplugin │ │ │ ├── lilypond.vim │ │ │ └── lisp.vim │ │ └── syntax │ │ │ ├── asyncfinder.vim │ │ │ ├── bash.vim │ │ │ ├── bufexplorer.vim │ │ │ ├── c.vim │ │ │ ├── cf.vim │ │ │ ├── cfg.vim │ │ │ ├── cmusrc.vim │ │ │ ├── conf.vim │ │ │ ├── crontab.vim │ │ │ ├── css.vim │ │ │ ├── denite.vim │ │ │ ├── diff.vim │ │ │ ├── dirvish.vim │ │ │ ├── dosini.vim │ │ │ ├── elinks.vim │ │ │ ├── help.vim │ │ │ ├── html │ │ │ ├── conceal.vim │ │ │ └── html.vim │ │ │ ├── json.vim │ │ │ ├── lftp.vim │ │ │ ├── lilypond.vim │ │ │ ├── lisp.vim │ │ │ ├── lua.vim │ │ │ ├── mail.vim │ │ │ ├── mailcap.vim │ │ │ ├── make.vim │ │ │ ├── man.vim │ │ │ ├── markdown.vim │ │ │ ├── muttrc.vim │ │ │ ├── netrw.vim │ │ │ ├── nroff.vim │ │ │ ├── org.vim │ │ │ ├── perl.vim │ │ │ ├── pilrc.vim │ │ │ ├── procmail.vim │ │ │ ├── project.vim │ │ │ ├── python.vim │ │ │ ├── qf.vim │ │ │ ├── readline.vim │ │ │ ├── sed.vim │ │ │ ├── sh.vim │ │ │ ├── snippets.vim │ │ │ ├── tmux.vim │ │ │ ├── tweetvim.vim │ │ │ ├── twitvim.vim │ │ │ ├── undotree.vim │ │ │ ├── unite.vim │ │ │ ├── vim-plug.vim │ │ │ ├── vim.vim │ │ │ ├── vimcalc.vim │ │ │ ├── vimfiler.vim │ │ │ ├── vimshell.vim │ │ │ ├── xdefaults.vim │ │ │ ├── xml.vim │ │ │ ├── xmodmap.vim │ │ │ ├── yaml.vim │ │ │ ├── yankring.vim │ │ │ ├── yate.vim │ │ │ └── zsh.vim │ ├── autocommand.vim │ ├── autoload │ │ ├── Grenier │ │ ├── library.vim │ │ └── mail │ │ │ ├── Grenier │ │ │ └── library.vim │ ├── colors │ │ ├── Grenier │ │ └── golden-night.vim │ ├── gvimrc │ ├── main.vim │ ├── pack │ ├── paquet │ │ ├── Grenier │ │ ├── autocmd-plugin.vim │ │ ├── packager.vim │ │ ├── postload.vim │ │ └── preload.vim │ ├── snippet │ │ ├── Grenier │ │ ├── all.snippets │ │ ├── css.snippets │ │ ├── html.snippets │ │ ├── vim.snippets │ │ └── zsh.snippets │ ├── spell │ └── vimrc ├── vim-mail │ ├── autocommand.vim │ ├── main.vim │ └── vimrc └── vim │ ├── .netrwhist │ ├── Grenier │ ├── after │ ├── ftplugin │ │ ├── Grenier │ │ ├── lilypond.vim │ │ └── lisp.vim │ └── syntax │ │ ├── asyncfinder.vim │ │ ├── bash.vim │ │ ├── bufexplorer.vim │ │ ├── c.vim │ │ ├── cf.vim │ │ ├── cfg.vim │ │ ├── cmusrc.vim │ │ ├── conf.vim │ │ ├── crontab.vim │ │ ├── css.vim │ │ ├── denite.vim │ │ ├── diff.vim │ │ ├── dirvish.vim │ │ ├── dosini.vim │ │ ├── elinks.vim │ │ ├── help.vim │ │ ├── html │ │ ├── conceal.vim │ │ └── html.vim │ │ ├── json.vim │ │ ├── lftp.vim │ │ ├── lilypond.vim │ │ ├── lisp.vim │ │ ├── lua.vim │ │ ├── mail.vim │ │ ├── mailcap.vim │ │ ├── make.vim │ │ ├── man.vim │ │ ├── markdown.vim │ │ ├── muttrc.vim │ │ ├── netrw.vim │ │ ├── nroff.vim │ │ ├── nsis.vim │ │ ├── octave.vim │ │ ├── org.vim │ │ ├── packager.vim │ │ ├── perl.vim │ │ ├── procmail.vim │ │ ├── project.vim │ │ ├── python.vim │ │ ├── qf.vim │ │ ├── rasi.vim │ │ ├── readline.vim │ │ ├── sed.vim │ │ ├── sh.vim │ │ ├── slang.vim │ │ ├── snippets.vim │ │ ├── tmux.vim │ │ ├── toml.vim │ │ ├── tweetvim.vim │ │ ├── twitvim.vim │ │ ├── undotree.vim │ │ ├── unite.vim │ │ ├── vim-plug.vim │ │ ├── vim.vim │ │ ├── vimcalc.vim │ │ ├── vimfiler.vim │ │ ├── vimshell.vim │ │ ├── xdefaults.vim │ │ ├── xml.vim │ │ ├── xmodmap.vim │ │ ├── yaml.vim │ │ ├── yankring.vim │ │ ├── yate.vim │ │ └── zsh.vim │ ├── autocommand.vim │ ├── autoload │ ├── Grenier │ ├── library.vim │ └── mail │ │ ├── Grenier │ │ └── library.vim │ ├── colors │ ├── Grenier │ └── golden-night.vim │ ├── gvimrc │ ├── lua │ ├── config │ │ ├── Grenier │ │ ├── autocmds.lua │ │ ├── functions.lua │ │ ├── keybinds.lua │ │ └── options.lua │ └── meta.lua │ ├── main.vim │ ├── pack │ ├── paquet │ ├── Grenier │ ├── autocmd-plugin.vim │ ├── packager.vim │ ├── postload.vim │ └── preload.vim │ ├── snippet │ ├── Grenier │ ├── all.snippets │ ├── css.snippets │ ├── html.snippets │ ├── vim.snippets │ └── zsh.snippets │ ├── spell │ ├── syntax │ ├── lilypond-words │ ├── lilypond-words.vim │ └── lilypond.vim │ └── vimrc ├── fediverse ├── config.toml ├── toot │ └── settings.toml └── tut │ ├── config.toml │ └── themes │ └── golden-night.toml ├── fileman ├── Thunar │ ├── accels.scm │ └── uca.xml ├── clifm │ ├── colors │ │ ├── amber-256.cfm │ │ ├── aqua.cfm │ │ ├── base16.cfm │ │ ├── cga.cfm │ │ ├── cold.cfm │ │ ├── default.cfm │ │ ├── dracula.cfm │ │ ├── forest.cfm │ │ ├── golden-night.cfm │ │ ├── green-256.cfm │ │ ├── gruvbox.cfm │ │ ├── light.cfm │ │ ├── molokai.cfm │ │ ├── snow.cfm │ │ ├── solarized.cfm │ │ ├── sunset.cfm │ │ ├── white-256.cfm │ │ ├── white.cfm │ │ └── zenburn.cfm │ ├── keybindings.cfm │ ├── plugins │ │ ├── BFG.cfg │ │ ├── BFG.sh │ │ ├── batch_copy.sh │ │ ├── batch_create.sh │ │ ├── bm_import.sh │ │ ├── clip.sh │ │ ├── colors.sh │ │ ├── cprm.sh │ │ ├── disk_analyzer.sh │ │ ├── dragondrop.sh │ │ ├── fdups.sh │ │ ├── finder.sh │ │ ├── fzcd.sh │ │ ├── fzfdesel.sh │ │ ├── fzfdirhist.sh │ │ ├── fzfhist.sh │ │ ├── fzfnav.sh │ │ ├── fzfsel.sh │ │ ├── git_status.sh │ │ ├── ihelp.sh │ │ ├── img_viewer.sh │ │ ├── jumper.sh │ │ ├── kbgen │ │ ├── kbgen.c │ │ ├── mime_list.sh │ │ ├── music_player.sh │ │ ├── pager.sh │ │ ├── pdf_viewer.sh │ │ ├── plugins-helper │ │ ├── recur_rm.sh │ │ ├── rgfind.sh │ │ ├── update.sh │ │ ├── vid_viewer.sh │ │ └── wallpaper_setter.sh │ ├── profiles │ │ └── default │ │ │ ├── clifmrc │ │ │ └── default-clifmrc │ ├── prompts.cfm │ └── readline.cfm ├── dolphinrc ├── edir │ └── edir-flags.conf ├── ranger │ ├── colorschemes │ │ ├── __init__.py │ │ └── golden-night.py │ ├── commands.py │ ├── commands_full.py │ ├── defaut │ │ ├── defaut-commands.py │ │ ├── defaut-commands_full.py │ │ ├── defaut-rc.conf │ │ ├── defaut-rifle.conf │ │ └── defaut-scope.sh │ ├── rc.conf │ ├── rifle.conf │ ├── scope.sh │ └── tagged ├── vifm │ ├── colors │ │ ├── dircolors.vifm │ │ └── golden-night.vifm │ ├── devicons.vifm │ ├── favicons.vifm │ ├── scripts │ │ └── README │ ├── vifm-help.txt │ ├── vifmimgpdffile │ ├── vifmimgpdfpage │ ├── vifmrc │ └── vifmrc-default ├── xplr │ └── init.lua └── yazi │ ├── keymap.toml │ ├── theme.toml │ └── yazi.toml ├── hardware └── cpupower_gui │ ├── mandala │ ├── 00-cpg.conf │ ├── cpg-demand.profile │ ├── cpg-performance.profile │ └── cpg-save.profile │ ├── shari │ ├── 00-cpg.conf │ ├── cpg-conservative.profile │ ├── cpg-demand.profile │ ├── cpg-performance.profile │ ├── cpg-save.profile │ └── cpg-userspace.profile │ └── taijitu │ ├── 00-cpg.conf │ ├── cpg-conservative.profile │ ├── cpg-demand.profile │ ├── cpg-performance.profile │ ├── cpg-save.profile │ └── cpg-userspace.profile ├── mail ├── abook │ └── abookrc ├── aerc │ ├── aerc.conf │ ├── binds.conf │ └── styleset │ │ └── golden-night ├── fetchmailrc ├── forward ├── mailcap ├── mailrc ├── mairixrc └── neomutt │ ├── bindings.mutt │ ├── color │ └── golden-night.mutt │ ├── data │ └── number-of-lines │ ├── display.mutt │ ├── macros.mutt │ ├── muttrc │ ├── neomuttrc │ ├── news.mutt │ ├── sample.neomuttrc-tlr │ ├── scores.mutt │ └── scripts │ ├── decremente-index-pager.sh │ ├── incremente-index-pager.sh │ ├── index-pager.zsh │ └── test ├── mime ├── liste ├── local-mimeapps.list ├── mime.types └── mimeapps.list ├── multimedia ├── asoundrc ├── cmus │ ├── cache │ ├── command-history │ ├── lib.pl │ ├── playlist.pl │ ├── playlists │ │ └── default │ ├── rc │ └── search-history ├── criprc ├── festivalrc ├── moc │ ├── config │ ├── equalizer │ ├── keymap │ ├── last_directory │ ├── softmixer │ └── themes │ │ ├── black_theme │ │ ├── darkdot_theme │ │ ├── example_theme │ │ ├── green_theme │ │ ├── moca_theme │ │ ├── nightly_theme │ │ ├── red_theme │ │ ├── transparent-background │ │ └── yellow_red_theme ├── mpd.conf ├── mplayer │ ├── config │ ├── input.conf │ └── mencoder.conf ├── mpv │ ├── input.conf │ ├── mpv.conf │ └── mpv.local ├── ncmpcpp │ ├── bindings │ └── config ├── ncpamixer.conf ├── sxiv │ └── exec │ │ ├── image-info │ │ └── key-handler ├── vimiv │ ├── keys.conf │ ├── styles │ │ ├── default │ │ └── golden-night │ └── vimiv.conf ├── vlc │ └── vlcrc ├── whipper │ └── whipper.conf └── xine │ ├── config │ ├── keymap │ └── xine-ui_old_playlist.tox ├── multiplex ├── screenrc ├── screenrc.etc └── tmux │ ├── Grenier │ ├── bindings.tmux │ ├── options.tmux │ ├── plugins │ ├── plugins.tmux │ ├── session │ ├── Grenier │ ├── principal.tmux │ └── ssh.tmux │ ├── theme.tmux │ ├── theme │ ├── solarized-256.tmux │ ├── solarized-dark.tmux │ └── solarized-light.tmux │ └── tmux.conf ├── network ├── Proton │ └── VPN │ │ └── app-config.json ├── aria2p │ └── config.toml ├── curl │ └── curlrc ├── lftp │ └── rc ├── rtorrent.rc ├── rtorrent │ └── rtorrent.rc ├── stig │ └── rc ├── transg │ └── transg-tui.toml ├── transmission-daemon │ └── settings.json └── wget │ ├── aspirateur │ ├── default-wgetrc │ └── wgetrc ├── news ├── gnus ├── gnus-newsrc ├── gnus-newsrc.eld ├── jnewsrc ├── jnewsrc.time ├── newsboat │ ├── cache.db │ ├── config │ ├── history.cmdline │ ├── history.search │ └── urls ├── newsraft │ └── config ├── newsrc ├── newsrc.bkp ├── newsrc.slrnpull ├── slrnpull.conf └── slrnrc ├── office └── sc-im │ └── scimrc ├── organizer ├── calcurse │ ├── apts │ ├── conf │ ├── keys │ └── todo ├── nb │ └── nbrc ├── remind │ ├── lune │ ├── recurrent │ └── reminders └── task │ ├── golden-night.theme │ └── taskrc ├── pack └── gemrc ├── print └── cups │ └── lpoptions ├── science ├── goldendict │ ├── config │ ├── history │ └── index ├── octave │ └── octave-doc-bookmarks.xbel └── octaverc ├── search ├── agignore └── ripgreprc ├── self └── chezmoi │ └── chezmoi.toml ├── shell ├── abbr.fish ├── bash │ ├── alias.bash │ ├── archive.bash │ ├── bash_login │ ├── bash_logout │ ├── bash_profile │ ├── bashrc │ ├── completion.bash │ ├── environ.bash │ ├── options.bash │ ├── prompt.bash │ └── xorg.bash ├── elvish │ └── rc.elv ├── fish │ ├── abbr.fish │ ├── alias.fish │ ├── binding.fish │ ├── colour.fish │ ├── conf.d │ │ └── omf.fish │ ├── config.fish │ ├── environment.fish │ ├── fish_variables │ ├── functions │ ├── login.fish │ └── universal.fish ├── omf │ ├── bundle │ ├── channel │ └── theme ├── utils │ ├── cdargs-bash.sh │ ├── dircolors.conf │ ├── inputrc │ ├── percol.d │ │ └── rc.py │ ├── profile │ └── readlinerc ├── xonsh │ └── xonshrc └── zsh │ ├── alias.zsh │ ├── bareqaz-zshrc │ ├── couleurs.zsh │ ├── fonction.zsh │ ├── prompt.zsh │ ├── prompt │ ├── default.zsh │ ├── minimal.zsh │ └── zero.zsh │ ├── zlogin │ ├── zlogout │ ├── zprofile │ ├── zshenv │ ├── zshrc │ ├── zshrunrc │ └── zshruntermrc ├── social ├── irssi │ └── config ├── quassel-irc.org │ └── theme │ │ └── golden-night.qss └── weechat │ ├── alias.conf │ ├── autosort.conf │ ├── buffer_autoset.conf │ ├── buflist.conf │ ├── charset.conf │ ├── exec.conf │ ├── fifo.conf │ ├── fset.conf │ ├── guile.conf │ ├── irc.conf │ ├── logger.conf │ ├── lua.conf │ ├── perl.conf │ ├── plugins.conf │ ├── python.conf │ ├── relay.conf │ ├── ruby.conf │ ├── script.conf │ ├── spell.conf │ ├── tcl.conf │ ├── trigger.conf │ ├── typing.conf │ ├── urlgrab.conf │ ├── weechat.conf │ └── xfer.conf ├── sync └── unison │ ├── d.prf │ ├── default.prf │ ├── diskext.prf │ ├── ignorer │ ├── ignorer-uni │ ├── prefer │ ├── prefer-uni │ ├── remote.prf │ ├── rep.prf │ ├── reper-maison │ ├── reper-villa │ ├── sauvegarde │ └── uipref ├── system ├── dunst │ ├── default-dunstrc │ └── dunstrc └── systemd │ └── user │ ├── default.target.wants │ └── tmux.service │ ├── firefox.slice │ ├── protonvpn_reconnect.service │ └── tmux.service ├── terminal ├── alacritty │ ├── alacritty.toml │ └── alacritty.yml ├── kitty │ ├── kitty.conf │ └── kitty.conf.bkp ├── konsole-kxmlgui5 │ └── konsoleui.rc ├── konsolerc ├── konsolerc.backup ├── lxterminal │ └── lxterminal.conf ├── mrxvtrc ├── theme │ └── golden-night.sh ├── tilda │ ├── config_0 │ └── config_1 ├── tilix.dconf ├── xfce4-terminal │ ├── accels.scm │ └── terminalrc └── yakuakerc ├── utils ├── bpytop │ └── bpytop.conf ├── btop │ └── btop.conf ├── calcrc ├── dialogrc ├── htop │ └── htoprc ├── multitail.conf ├── procs │ └── config.toml ├── synonymrc ├── toprc ├── wegorc ├── wgetpaste.d │ └── main.conf └── wikicurses │ ├── config │ ├── en.wikipedia.org │ └── bookmarks │ └── wiki.archlinux.org │ └── bookmarks ├── version ├── arch-params │ ├── =default-archive │ ├── =id │ └── =locations │ │ └── david@tixu.antra--defaut ├── cvsignore ├── cvsrc ├── darcs │ ├── author │ ├── boring │ └── prefs ├── git │ └── ignore ├── gitattributes ├── gitmessage ├── hgignore ├── hgrc ├── lazygit │ ├── config.yml │ ├── doc │ │ ├── Config.md │ │ ├── Custom_Command_Keybindings.md │ │ ├── Custom_Keybindings.md │ │ ├── Custom_Pagers.md │ │ ├── Integration_Tests.md │ │ ├── Keybindings_en.md │ │ ├── README.md │ │ └── Undoing.md │ ├── plain │ │ ├── Feb 20 11.40.32.381791558.patch │ │ ├── Feb 20 11.40.36.557824832.patch │ │ ├── Feb 20 11.40.40.437585318.patch │ │ ├── Feb 20 11.40.47.749778524.patch │ │ ├── Feb 20 13.06.01.859692075.patch │ │ └── Feb 20 13.06.06.804561065.patch │ └── wheel │ │ ├── Mar 25 13.13.22.494578954.patch │ │ ├── Mar 25 13.13.23.678557904.patch │ │ ├── Mar 25 13.13.24.190581237.patch │ │ ├── Mar 25 13.13.26.366353633.patch │ │ ├── Mar 25 13.13.26.662566744.patch │ │ └── Mar 25 13.13.27.110510460.patch ├── mrconfig ├── quiltrc ├── subversion │ ├── README.txt │ ├── config │ └── servers └── tigrc ├── virtual └── VirtualBox │ ├── VirtualBox.xml │ ├── VirtualBox.xml-prev │ ├── compreg.dat │ ├── vbox-ssl-cacertificate.crt │ └── xpti.dat ├── visu ├── bat │ └── config ├── gwenviewrc ├── less │ ├── lesskey │ ├── lesskey.1 │ └── natif ├── mostrc ├── nvimpager │ └── init.vim ├── okularpartrc ├── okularrc ├── vimpagerrc └── zathura │ └── zathurarc ├── webrowser ├── amfora │ └── config.toml ├── buku_run │ └── config ├── edbrowse │ └── ebrc ├── elinks │ ├── elinks.conf │ └── searchhist ├── lynx │ ├── lynx.cfg │ └── lynx.lss ├── nyxt │ └── init.lisp ├── qutebrowser │ ├── autoconfig.yml │ ├── config.py │ ├── greasemonkey │ │ ├── HTML5视频播放工具.user.js │ │ ├── LemmyTools.user.js │ │ ├── Lemmy_Scroll_to_parent_comment.user.js │ │ ├── Return YouTube Dislike.user.js │ │ ├── YouTube去广告.user.js │ │ └── lemmy-keyboard-navigation.user.js │ └── stylesheet │ │ ├── README.org │ │ ├── custom_solarized.css │ │ ├── golden-night.css │ │ └── solarized-dark-all-sites.css ├── surfraw │ ├── conf │ └── elvi │ │ ├── archman │ │ ├── brave │ │ ├── crisco-synonyme │ │ ├── frogfind │ │ ├── infotiger │ │ ├── lite-qwant │ │ ├── marginalia │ │ ├── musescore │ │ ├── reddit │ │ ├── searchmysite │ │ ├── wiby │ │ ├── wikipedia-en │ │ ├── wikipedia-en-mobile │ │ ├── wikipedia-fr │ │ ├── wikipedia-fr-mobile │ │ ├── wiktionary-en │ │ ├── wiktionary-en-mobile │ │ ├── wiktionary-fr │ │ ├── wiktionary-fr-mobile │ │ └── youtube ├── urlscan │ └── config.json ├── urlview ├── vimperatorrc └── w3m │ ├── RestoreTab.txt │ ├── cgi-bin │ ├── fzf_surfraw.cgi │ ├── goto_clipboard.cgi │ ├── goto_clipboard_primary.cgi │ ├── goto_tmux_clipboard.cgi │ └── restore_tab.cgi │ ├── config │ ├── doc │ ├── README.func │ ├── README.siteconf │ └── README.tab │ ├── keymap │ ├── menu │ ├── restore-tab.txt │ ├── siteconf │ └── urimethodmap └── windenv ├── @ ├── XCompose ├── Xdefaults ├── Xresources ├── Xresources.d ├── emacs ├── generic ├── kitty ├── rofi ├── st ├── urxvt ├── uxterm ├── xclock ├── xterm └── zutty ├── bsp-layout └── layoutrc ├── bspwm └── bspwmrc ├── dmrc ├── greenclip.cfg ├── herbstluftwm ├── autostart ├── dmenu_run_hlwm ├── panel.sh ├── restartpanels.sh └── shvmsaini-add_scratchpad.sh ├── i3 ├── arbre.json ├── bureaux ├── claviers ├── config ├── defaut │ ├── defaut-i3blocks.conf │ └── defaut-i3status.conf ├── i3blocks.conf ├── i3blocks │ ├── battery │ ├── bureaux │ ├── eteindre │ ├── fenetres │ ├── fermer │ ├── greenclip │ ├── internet │ ├── menu │ ├── meta │ ├── mpd │ ├── terminal │ ├── the │ ├── volume │ ├── wego │ └── wttr-in └── i3status.conf ├── imwheelrc ├── keynav └── keynavrc ├── lib ├── gtkrc-2.0 └── gtkrc-2.0-kde4 ├── multi-key-combinaisons ├── picom.conf ├── polybar ├── config └── hlwm-config ├── pypanelrc ├── qtile └── config.py ├── redshift.conf ├── redshift └── hooks │ └── brightness.sh ├── rofi ├── config.rasi ├── default-config.rasi └── themes │ ├── golden-night.rasi │ └── invisible.rasi ├── screenlayout ├── dual-screen.sh └── mono-screen.sh ├── sxhkd ├── hlwm-sxhkdrc └── sxhkdrc ├── udiskie └── config.yml ├── xbindkeysrc ├── xinitrc ├── xkbcomp.xkb ├── xkbmap ├── xmodmap ├── Xmodmap ├── belge ├── belge-escape-lock ├── belge-meta-super-hyper ├── dvorak ├── francais ├── francais-escape-lock ├── francais-meta-super-hyper ├── qwerty └── xchange-lock-escape ├── xprofile ├── xscreensaver ├── xserverrc ├── xsession ├── xsessionrc └── xstart /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/LICENSE -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/README.org -------------------------------------------------------------------------------- /artisan/MuseScore/taijitu/MuseScore3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/artisan/MuseScore/taijitu/MuseScore3.ini -------------------------------------------------------------------------------- /artisan/MuseScore/taijitu/MuseScore4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/artisan/MuseScore/taijitu/MuseScore4.ini -------------------------------------------------------------------------------- /artisan/frescobaldi/dark-theme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/artisan/frescobaldi/dark-theme.xml -------------------------------------------------------------------------------- /artisan/frescobaldi/frescobaldi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/artisan/frescobaldi/frescobaldi.conf -------------------------------------------------------------------------------- /artisan/jack/conf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/artisan/jack/conf.xml -------------------------------------------------------------------------------- /artisan/jackdrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/artisan/jackdrc -------------------------------------------------------------------------------- /artisan/shortcuts-frescobaldi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/artisan/shortcuts-frescobaldi.xml -------------------------------------------------------------------------------- /artisan/shortcuts-musescore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/artisan/shortcuts-musescore.xml -------------------------------------------------------------------------------- /auto/crontab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/auto/crontab -------------------------------------------------------------------------------- /auto/logrotate/copie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/auto/logrotate/copie -------------------------------------------------------------------------------- /auto/logrotate/defaut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/auto/logrotate/defaut -------------------------------------------------------------------------------- /auto/logrotate/historique: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/auto/logrotate/historique -------------------------------------------------------------------------------- /auto/logrotate/irc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/auto/logrotate/irc -------------------------------------------------------------------------------- /auto/logrotate/journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/auto/logrotate/journal -------------------------------------------------------------------------------- /auto/logrotate/repercour: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/auto/logrotate/repercour -------------------------------------------------------------------------------- /backup/borgmatic/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/backup/borgmatic/config.yaml -------------------------------------------------------------------------------- /backup/runrestic/racine.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/backup/runrestic/racine.toml -------------------------------------------------------------------------------- /cmdline/fish/binding.fish: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /crypte/gnupg/gpg-agent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/crypte/gnupg/gpg-agent.conf -------------------------------------------------------------------------------- /edit/emacs-lite/init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs-lite/init.el -------------------------------------------------------------------------------- /edit/emacs/.tarexclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/.tarexclude -------------------------------------------------------------------------------- /edit/emacs/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/Grenier -------------------------------------------------------------------------------- /edit/emacs/color/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/color/Grenier -------------------------------------------------------------------------------- /edit/emacs/configuration.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/configuration.el -------------------------------------------------------------------------------- /edit/emacs/configuration.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/configuration.org -------------------------------------------------------------------------------- /edit/emacs/early-init.el: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /edit/emacs/enligne.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/enligne.el -------------------------------------------------------------------------------- /edit/emacs/fonction.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/fonction.el -------------------------------------------------------------------------------- /edit/emacs/heavy-conf/configuration.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/heavy-conf/configuration.el -------------------------------------------------------------------------------- /edit/emacs/heavy-conf/configuration.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/heavy-conf/configuration.org -------------------------------------------------------------------------------- /edit/emacs/heavy-conf/early-init.el: -------------------------------------------------------------------------------- 1 | 2 | (setq package-enable-at-startup nil) 3 | -------------------------------------------------------------------------------- /edit/emacs/heavy-conf/fonction.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/heavy-conf/fonction.el -------------------------------------------------------------------------------- /edit/emacs/heavy-conf/init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/heavy-conf/init.el -------------------------------------------------------------------------------- /edit/emacs/heavy-conf/lourd.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/heavy-conf/lourd.el -------------------------------------------------------------------------------- /edit/emacs/heavy-conf/paquets-el-get.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/heavy-conf/paquets-el-get.el -------------------------------------------------------------------------------- /edit/emacs/heavy-conf/paquets-elpaca.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/heavy-conf/paquets-elpaca.el -------------------------------------------------------------------------------- /edit/emacs/heavy-conf/paquets-natif.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/heavy-conf/paquets-natif.el -------------------------------------------------------------------------------- /edit/emacs/heavy-conf/paquets-straight.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/heavy-conf/paquets-straight.el -------------------------------------------------------------------------------- /edit/emacs/heavy-conf/paquets.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/heavy-conf/paquets.el -------------------------------------------------------------------------------- /edit/emacs/init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/init.el -------------------------------------------------------------------------------- /edit/emacs/leger.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/leger.el -------------------------------------------------------------------------------- /edit/emacs/light-conf/init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/light-conf/init.el -------------------------------------------------------------------------------- /edit/emacs/orgconfig.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/orgconfig.el -------------------------------------------------------------------------------- /edit/emacs/pack/hydra-examples.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/pack/hydra-examples.el -------------------------------------------------------------------------------- /edit/emacs/paquets-elpaca.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/paquets-elpaca.el -------------------------------------------------------------------------------- /edit/emacs/paquets-natif.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/paquets-natif.el -------------------------------------------------------------------------------- /edit/emacs/perso.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/emacs/perso.el -------------------------------------------------------------------------------- /edit/helix/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/helix/config.toml -------------------------------------------------------------------------------- /edit/helix/languages.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/helix/languages.toml -------------------------------------------------------------------------------- /edit/helix/themes/golden-night.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/helix/themes/golden-night.toml -------------------------------------------------------------------------------- /edit/kak/autoload/default: -------------------------------------------------------------------------------- 1 | /usr/share/kak/autoload -------------------------------------------------------------------------------- /edit/kak/colors/golden-night.kak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/kak/colors/golden-night.kak -------------------------------------------------------------------------------- /edit/kak/kakrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/kak/kakrc -------------------------------------------------------------------------------- /edit/kak/plugins: -------------------------------------------------------------------------------- 1 | /home/david/racine/plugin/manager/plug.kak -------------------------------------------------------------------------------- /edit/kak/userconf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /edit/labels/ctags.d/generic.ctags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/labels/ctags.d/generic.ctags -------------------------------------------------------------------------------- /edit/labels/gtags/globalrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/labels/gtags/globalrc -------------------------------------------------------------------------------- /edit/neovim-lite/after/syntax/denite.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lite/after/syntax/denite.vim -------------------------------------------------------------------------------- /edit/neovim-lite/autocommand.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lite/autocommand.vim -------------------------------------------------------------------------------- /edit/neovim-lite/autoload/library.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lite/autoload/library.vim -------------------------------------------------------------------------------- /edit/neovim-lite/init.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lite/init.vim -------------------------------------------------------------------------------- /edit/neovim-lite/main.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lite/main.vim -------------------------------------------------------------------------------- /edit/neovim-lite/paquet/preload.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lite/paquet/preload.vim -------------------------------------------------------------------------------- /edit/neovim-lua/CREDIT: -------------------------------------------------------------------------------- 1 | https://github.com/tonybanters/nvim -------------------------------------------------------------------------------- /edit/neovim-lua/init.lua: -------------------------------------------------------------------------------- 1 | require('meta') 2 | -------------------------------------------------------------------------------- /edit/neovim-lua/lazy-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lua/lazy-lock.json -------------------------------------------------------------------------------- /edit/neovim-lua/lua/config/global.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lua/lua/config/global.lua -------------------------------------------------------------------------------- /edit/neovim-lua/lua/config/keybind.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lua/lua/config/keybind.lua -------------------------------------------------------------------------------- /edit/neovim-lua/lua/config/lazy.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lua/lua/config/lazy.lua -------------------------------------------------------------------------------- /edit/neovim-lua/lua/config/option.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lua/lua/config/option.lua -------------------------------------------------------------------------------- /edit/neovim-lua/lua/meta/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lua/lua/meta/init.lua -------------------------------------------------------------------------------- /edit/neovim-lua/lua/plugins/fzf.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lua/lua/plugins/fzf.lua -------------------------------------------------------------------------------- /edit/neovim-lua/lua/plugins/noice.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lua/lua/plugins/noice.lua -------------------------------------------------------------------------------- /edit/neovim-lua/lua/plugins/telescope.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lua/lua/plugins/telescope.lua -------------------------------------------------------------------------------- /edit/neovim-lua/lua/plugins/whichkey.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim-lua/lua/plugins/whichkey.lua -------------------------------------------------------------------------------- /edit/neovim/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/Grenier -------------------------------------------------------------------------------- /edit/neovim/after/ftplugin/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/ftplugin/Grenier -------------------------------------------------------------------------------- /edit/neovim/after/ftplugin/lilypond.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/ftplugin/lilypond.vim -------------------------------------------------------------------------------- /edit/neovim/after/ftplugin/lisp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/ftplugin/lisp.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/asyncfinder.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/asyncfinder.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/bash.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/bash.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/bufexplorer.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/bufexplorer.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/c.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/c.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/cf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/cf.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/cfg.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/cfg.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/cmusrc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/cmusrc.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/conf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/conf.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/crontab.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/crontab.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/css.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/css.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/denite.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/denite.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/desktop.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/desktop.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/diff.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/diff.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/dirvish.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/dirvish.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/dosini.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/dosini.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/elinks.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/elinks.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/help.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/help.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/html/conceal.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/html/conceal.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/html/html.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/html/html.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/json.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/json.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/lftp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/lftp.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/lilypond.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/lilypond.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/lisp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/lisp.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/lua.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/lua.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/mail.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/mail.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/mailcap.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/mailcap.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/make.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/make.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/man.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/man.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/markdown.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/markdown.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/matlab.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/matlab.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/muttrc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/muttrc.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/netrw.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/netrw.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/nroff.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/nroff.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/nsis.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/nsis.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/octave.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/octave.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/org.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/org.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/packager.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/packager.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/perl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/perl.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/procmail.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/procmail.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/project.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/project.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/python.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/python.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/qf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/qf.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/rasi.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/rasi.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/readline.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/readline.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/sed.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/sed.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/sh.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/sh.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/slang.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/slang.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/snippets.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/snippets.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/tmux.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/tmux.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/toml.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/toml.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/tweetvim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/tweetvim.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/twitvim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/twitvim.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/undotree.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/undotree.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/unite.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/unite.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/vim-plug.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/vim-plug.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/vim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/vim.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/vimcalc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/vimcalc.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/vimfiler.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/vimfiler.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/vimshell.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/vimshell.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/xdefaults.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/xdefaults.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/xml.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/xml.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/xmodmap.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/xmodmap.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/yaml.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/yaml.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/yankring.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/yankring.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/yate.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/yate.vim -------------------------------------------------------------------------------- /edit/neovim/after/syntax/zsh.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/after/syntax/zsh.vim -------------------------------------------------------------------------------- /edit/neovim/autocommand.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/autocommand.vim -------------------------------------------------------------------------------- /edit/neovim/autoload/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/autoload/Grenier -------------------------------------------------------------------------------- /edit/neovim/autoload/library.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/autoload/library.vim -------------------------------------------------------------------------------- /edit/neovim/autoload/mail/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/autoload/mail/Grenier -------------------------------------------------------------------------------- /edit/neovim/autoload/mail/library.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/autoload/mail/library.vim -------------------------------------------------------------------------------- /edit/neovim/colors/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/colors/Grenier -------------------------------------------------------------------------------- /edit/neovim/colors/golden-night.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/colors/golden-night.vim -------------------------------------------------------------------------------- /edit/neovim/ginit.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/ginit.vim -------------------------------------------------------------------------------- /edit/neovim/init.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/init.vim -------------------------------------------------------------------------------- /edit/neovim/lua/config/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/lua/config/Grenier -------------------------------------------------------------------------------- /edit/neovim/lua/config/autocmds.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/lua/config/autocmds.lua -------------------------------------------------------------------------------- /edit/neovim/lua/config/commands.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/lua/config/commands.lua -------------------------------------------------------------------------------- /edit/neovim/lua/config/functions.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/lua/config/functions.lua -------------------------------------------------------------------------------- /edit/neovim/lua/config/keybinds.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/lua/config/keybinds.lua -------------------------------------------------------------------------------- /edit/neovim/lua/config/options.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/lua/config/options.lua -------------------------------------------------------------------------------- /edit/neovim/lua/meta.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/lua/meta.lua -------------------------------------------------------------------------------- /edit/neovim/lua/plugin/paq.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/lua/plugin/paq.lua -------------------------------------------------------------------------------- /edit/neovim/main.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/main.vim -------------------------------------------------------------------------------- /edit/neovim/pack: -------------------------------------------------------------------------------- 1 | /home/david/racine/plugin/manager/neovim/pack -------------------------------------------------------------------------------- /edit/neovim/paquet/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/paquet/Grenier -------------------------------------------------------------------------------- /edit/neovim/paquet/autocmd-plugin.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/paquet/autocmd-plugin.vim -------------------------------------------------------------------------------- /edit/neovim/paquet/packager.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/paquet/packager.vim -------------------------------------------------------------------------------- /edit/neovim/paquet/postload.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/paquet/postload.vim -------------------------------------------------------------------------------- /edit/neovim/paquet/preload.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/paquet/preload.vim -------------------------------------------------------------------------------- /edit/neovim/paquet/vim-which-key.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/paquet/vim-which-key.vim -------------------------------------------------------------------------------- /edit/neovim/rc-nviman.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/rc-nviman.vim -------------------------------------------------------------------------------- /edit/neovim/snippet/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/snippet/Grenier -------------------------------------------------------------------------------- /edit/neovim/snippet/all.snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/snippet/all.snippets -------------------------------------------------------------------------------- /edit/neovim/snippet/css.snippets: -------------------------------------------------------------------------------- 1 | # vim: set filetype=snippets.conf : 2 | 3 | extends html 4 | -------------------------------------------------------------------------------- /edit/neovim/snippet/html.snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/snippet/html.snippets -------------------------------------------------------------------------------- /edit/neovim/snippet/vim.snippets: -------------------------------------------------------------------------------- 1 | # vim: set filetype=snippets.conf : 2 | 3 | -------------------------------------------------------------------------------- /edit/neovim/snippet/zsh.snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/snippet/zsh.snippets -------------------------------------------------------------------------------- /edit/neovim/spell: -------------------------------------------------------------------------------- 1 | /home/david/racine/index/dict/spell -------------------------------------------------------------------------------- /edit/neovim/syntax/lilypond-words: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/syntax/lilypond-words -------------------------------------------------------------------------------- /edit/neovim/syntax/lilypond-words.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/syntax/lilypond-words.vim -------------------------------------------------------------------------------- /edit/neovim/syntax/lilypond.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/neovim/syntax/lilypond.vim -------------------------------------------------------------------------------- /edit/vim-lite/.netrwhist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/.netrwhist -------------------------------------------------------------------------------- /edit/vim-lite/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/Grenier -------------------------------------------------------------------------------- /edit/vim-lite/after/ftplugin/lilypond.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/ftplugin/lilypond.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/ftplugin/lisp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/ftplugin/lisp.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/bash.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/bash.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/c.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/c.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/cf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/cf.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/cfg.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/cfg.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/cmusrc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/cmusrc.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/conf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/conf.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/crontab.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/crontab.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/css.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/css.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/denite.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/denite.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/diff.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/diff.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/dirvish.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/dirvish.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/dosini.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/dosini.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/elinks.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/elinks.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/help.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/help.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/html/html.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/html/html.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/json.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/json.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/lftp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/lftp.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/lilypond.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/lilypond.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/lisp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/lisp.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/lua.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/lua.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/mail.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/mail.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/mailcap.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/mailcap.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/make.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/make.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/man.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/man.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/markdown.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/markdown.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/muttrc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/muttrc.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/netrw.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/netrw.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/nroff.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/nroff.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/org.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/org.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/perl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/perl.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/pilrc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/pilrc.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/procmail.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/procmail.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/project.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/project.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/python.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/python.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/qf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/qf.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/readline.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/readline.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/sed.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/sed.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/sh.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/sh.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/snippets.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/snippets.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/tmux.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/tmux.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/tweetvim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/tweetvim.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/twitvim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/twitvim.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/undotree.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/undotree.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/unite.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/unite.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/vim-plug.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/vim-plug.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/vim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/vim.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/vimcalc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/vimcalc.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/vimfiler.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/vimfiler.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/vimshell.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/vimshell.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/xdefaults.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/xdefaults.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/xml.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/xml.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/xmodmap.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/xmodmap.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/yaml.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/yaml.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/yankring.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/yankring.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/yate.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/yate.vim -------------------------------------------------------------------------------- /edit/vim-lite/after/syntax/zsh.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/after/syntax/zsh.vim -------------------------------------------------------------------------------- /edit/vim-lite/autocommand.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/autocommand.vim -------------------------------------------------------------------------------- /edit/vim-lite/autoload/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/autoload/Grenier -------------------------------------------------------------------------------- /edit/vim-lite/autoload/library.vim: -------------------------------------------------------------------------------- 1 | /home/david/racine/config/edit/neovim/autoload/library.vim -------------------------------------------------------------------------------- /edit/vim-lite/autoload/mail/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/autoload/mail/Grenier -------------------------------------------------------------------------------- /edit/vim-lite/autoload/mail/library.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/autoload/mail/library.vim -------------------------------------------------------------------------------- /edit/vim-lite/colors/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/colors/Grenier -------------------------------------------------------------------------------- /edit/vim-lite/colors/golden-night.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/colors/golden-night.vim -------------------------------------------------------------------------------- /edit/vim-lite/gvimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/gvimrc -------------------------------------------------------------------------------- /edit/vim-lite/main.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/main.vim -------------------------------------------------------------------------------- /edit/vim-lite/pack: -------------------------------------------------------------------------------- 1 | /home/david/racine/plugin/manager/vim-lite/pack -------------------------------------------------------------------------------- /edit/vim-lite/paquet/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/paquet/Grenier -------------------------------------------------------------------------------- /edit/vim-lite/paquet/autocmd-plugin.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/paquet/autocmd-plugin.vim -------------------------------------------------------------------------------- /edit/vim-lite/paquet/packager.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/paquet/packager.vim -------------------------------------------------------------------------------- /edit/vim-lite/paquet/postload.vim: -------------------------------------------------------------------------------- 1 | " vim: set filetype=vim : 2 | -------------------------------------------------------------------------------- /edit/vim-lite/paquet/preload.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/paquet/preload.vim -------------------------------------------------------------------------------- /edit/vim-lite/snippet/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/snippet/Grenier -------------------------------------------------------------------------------- /edit/vim-lite/snippet/all.snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/snippet/all.snippets -------------------------------------------------------------------------------- /edit/vim-lite/snippet/css.snippets: -------------------------------------------------------------------------------- 1 | # vim: set filetype=snippets.conf : 2 | 3 | extends html 4 | -------------------------------------------------------------------------------- /edit/vim-lite/snippet/html.snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/snippet/html.snippets -------------------------------------------------------------------------------- /edit/vim-lite/snippet/vim.snippets: -------------------------------------------------------------------------------- 1 | # vim: set filetype=snippets.conf : 2 | 3 | -------------------------------------------------------------------------------- /edit/vim-lite/snippet/zsh.snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/snippet/zsh.snippets -------------------------------------------------------------------------------- /edit/vim-lite/spell: -------------------------------------------------------------------------------- 1 | /home/david/racine/index/dict/spell -------------------------------------------------------------------------------- /edit/vim-lite/vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-lite/vimrc -------------------------------------------------------------------------------- /edit/vim-mail/autocommand.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-mail/autocommand.vim -------------------------------------------------------------------------------- /edit/vim-mail/main.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-mail/main.vim -------------------------------------------------------------------------------- /edit/vim-mail/vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim-mail/vimrc -------------------------------------------------------------------------------- /edit/vim/.netrwhist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/.netrwhist -------------------------------------------------------------------------------- /edit/vim/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/Grenier -------------------------------------------------------------------------------- /edit/vim/after/ftplugin/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/ftplugin/Grenier -------------------------------------------------------------------------------- /edit/vim/after/ftplugin/lilypond.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/ftplugin/lilypond.vim -------------------------------------------------------------------------------- /edit/vim/after/ftplugin/lisp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/ftplugin/lisp.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/asyncfinder.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/asyncfinder.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/bash.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/bash.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/bufexplorer.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/bufexplorer.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/c.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/c.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/cf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/cf.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/cfg.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/cfg.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/cmusrc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/cmusrc.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/conf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/conf.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/crontab.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/crontab.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/css.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/css.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/denite.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/denite.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/diff.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/diff.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/dirvish.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/dirvish.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/dosini.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/dosini.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/elinks.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/elinks.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/help.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/help.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/html/conceal.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/html/conceal.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/html/html.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/html/html.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/json.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/json.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/lftp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/lftp.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/lilypond.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/lilypond.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/lisp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/lisp.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/lua.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/lua.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/mail.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/mail.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/mailcap.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/mailcap.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/make.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/make.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/man.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/man.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/markdown.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/markdown.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/muttrc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/muttrc.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/netrw.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/netrw.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/nroff.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/nroff.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/nsis.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/nsis.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/octave.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/octave.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/org.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/org.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/packager.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/packager.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/perl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/perl.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/procmail.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/procmail.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/project.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/project.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/python.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/python.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/qf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/qf.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/rasi.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/rasi.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/readline.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/readline.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/sed.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/sed.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/sh.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/sh.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/slang.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/slang.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/snippets.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/snippets.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/tmux.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/tmux.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/toml.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/toml.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/tweetvim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/tweetvim.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/twitvim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/twitvim.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/undotree.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/undotree.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/unite.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/unite.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/vim-plug.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/vim-plug.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/vim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/vim.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/vimcalc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/vimcalc.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/vimfiler.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/vimfiler.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/vimshell.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/vimshell.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/xdefaults.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/xdefaults.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/xml.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/xml.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/xmodmap.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/xmodmap.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/yaml.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/yaml.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/yankring.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/yankring.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/yate.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/yate.vim -------------------------------------------------------------------------------- /edit/vim/after/syntax/zsh.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/after/syntax/zsh.vim -------------------------------------------------------------------------------- /edit/vim/autocommand.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/autocommand.vim -------------------------------------------------------------------------------- /edit/vim/autoload/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/autoload/Grenier -------------------------------------------------------------------------------- /edit/vim/autoload/library.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/autoload/library.vim -------------------------------------------------------------------------------- /edit/vim/autoload/mail/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/autoload/mail/Grenier -------------------------------------------------------------------------------- /edit/vim/autoload/mail/library.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/autoload/mail/library.vim -------------------------------------------------------------------------------- /edit/vim/colors/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/colors/Grenier -------------------------------------------------------------------------------- /edit/vim/colors/golden-night.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/colors/golden-night.vim -------------------------------------------------------------------------------- /edit/vim/gvimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/gvimrc -------------------------------------------------------------------------------- /edit/vim/lua/config/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/lua/config/Grenier -------------------------------------------------------------------------------- /edit/vim/lua/config/autocmds.lua: -------------------------------------------------------------------------------- 1 | -- vim: set filetype=lua: 2 | 3 | -------------------------------------------------------------------------------- /edit/vim/lua/config/functions.lua: -------------------------------------------------------------------------------- 1 | -- vim: set filetype=lua: 2 | 3 | -------------------------------------------------------------------------------- /edit/vim/lua/config/keybinds.lua: -------------------------------------------------------------------------------- 1 | -- vim: set filetype=lua: 2 | 3 | -------------------------------------------------------------------------------- /edit/vim/lua/config/options.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/lua/config/options.lua -------------------------------------------------------------------------------- /edit/vim/lua/meta.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/lua/meta.lua -------------------------------------------------------------------------------- /edit/vim/main.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/main.vim -------------------------------------------------------------------------------- /edit/vim/pack: -------------------------------------------------------------------------------- 1 | /home/david/racine/plugin/manager/neovim/pack -------------------------------------------------------------------------------- /edit/vim/paquet/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/paquet/Grenier -------------------------------------------------------------------------------- /edit/vim/paquet/autocmd-plugin.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/paquet/autocmd-plugin.vim -------------------------------------------------------------------------------- /edit/vim/paquet/packager.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/paquet/packager.vim -------------------------------------------------------------------------------- /edit/vim/paquet/postload.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/paquet/postload.vim -------------------------------------------------------------------------------- /edit/vim/paquet/preload.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/paquet/preload.vim -------------------------------------------------------------------------------- /edit/vim/snippet/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/snippet/Grenier -------------------------------------------------------------------------------- /edit/vim/snippet/all.snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/snippet/all.snippets -------------------------------------------------------------------------------- /edit/vim/snippet/css.snippets: -------------------------------------------------------------------------------- 1 | # vim: set filetype=snippets.conf : 2 | 3 | extends html 4 | -------------------------------------------------------------------------------- /edit/vim/snippet/html.snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/snippet/html.snippets -------------------------------------------------------------------------------- /edit/vim/snippet/vim.snippets: -------------------------------------------------------------------------------- 1 | # vim: set filetype=snippets.conf : 2 | 3 | -------------------------------------------------------------------------------- /edit/vim/snippet/zsh.snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/snippet/zsh.snippets -------------------------------------------------------------------------------- /edit/vim/spell: -------------------------------------------------------------------------------- 1 | /home/david/racine/index/dict/spell -------------------------------------------------------------------------------- /edit/vim/syntax/lilypond-words: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/syntax/lilypond-words -------------------------------------------------------------------------------- /edit/vim/syntax/lilypond-words.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/syntax/lilypond-words.vim -------------------------------------------------------------------------------- /edit/vim/syntax/lilypond.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/syntax/lilypond.vim -------------------------------------------------------------------------------- /edit/vim/vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/edit/vim/vimrc -------------------------------------------------------------------------------- /fediverse/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fediverse/config.toml -------------------------------------------------------------------------------- /fediverse/toot/settings.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fediverse/toot/settings.toml -------------------------------------------------------------------------------- /fediverse/tut/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fediverse/tut/config.toml -------------------------------------------------------------------------------- /fediverse/tut/themes/golden-night.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fediverse/tut/themes/golden-night.toml -------------------------------------------------------------------------------- /fileman/Thunar/accels.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/Thunar/accels.scm -------------------------------------------------------------------------------- /fileman/Thunar/uca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/Thunar/uca.xml -------------------------------------------------------------------------------- /fileman/clifm/colors/amber-256.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/amber-256.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/aqua.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/aqua.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/base16.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/base16.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/cga.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/cga.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/cold.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/cold.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/default.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/default.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/dracula.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/dracula.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/forest.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/forest.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/golden-night.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/golden-night.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/green-256.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/green-256.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/gruvbox.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/gruvbox.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/light.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/light.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/molokai.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/molokai.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/snow.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/snow.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/solarized.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/solarized.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/sunset.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/sunset.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/white-256.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/white-256.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/white.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/white.cfm -------------------------------------------------------------------------------- /fileman/clifm/colors/zenburn.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/colors/zenburn.cfm -------------------------------------------------------------------------------- /fileman/clifm/keybindings.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/keybindings.cfm -------------------------------------------------------------------------------- /fileman/clifm/plugins/BFG.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/BFG.cfg -------------------------------------------------------------------------------- /fileman/clifm/plugins/BFG.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/BFG.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/batch_copy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/batch_copy.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/batch_create.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/batch_create.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/bm_import.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/bm_import.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/clip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/clip.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/colors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/colors.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/cprm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/cprm.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/disk_analyzer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/disk_analyzer.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/dragondrop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/dragondrop.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/fdups.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/fdups.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/finder.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/finder.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/fzcd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/fzcd.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/fzfdesel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/fzfdesel.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/fzfdirhist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/fzfdirhist.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/fzfhist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/fzfhist.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/fzfnav.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/fzfnav.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/fzfsel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/fzfsel.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/git_status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/git_status.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/ihelp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/ihelp.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/img_viewer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/img_viewer.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/jumper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/jumper.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/kbgen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/kbgen -------------------------------------------------------------------------------- /fileman/clifm/plugins/kbgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/kbgen.c -------------------------------------------------------------------------------- /fileman/clifm/plugins/mime_list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/mime_list.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/music_player.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/music_player.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/pager.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/pager.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/pdf_viewer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/pdf_viewer.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/plugins-helper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/plugins-helper -------------------------------------------------------------------------------- /fileman/clifm/plugins/recur_rm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/recur_rm.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/rgfind.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/rgfind.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/update.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/vid_viewer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/vid_viewer.sh -------------------------------------------------------------------------------- /fileman/clifm/plugins/wallpaper_setter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/plugins/wallpaper_setter.sh -------------------------------------------------------------------------------- /fileman/clifm/profiles/default/clifmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/profiles/default/clifmrc -------------------------------------------------------------------------------- /fileman/clifm/prompts.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/prompts.cfm -------------------------------------------------------------------------------- /fileman/clifm/readline.cfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/clifm/readline.cfm -------------------------------------------------------------------------------- /fileman/dolphinrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/dolphinrc -------------------------------------------------------------------------------- /fileman/edir/edir-flags.conf: -------------------------------------------------------------------------------- 1 | --trash 2 | --recurse 3 | -------------------------------------------------------------------------------- /fileman/ranger/colorschemes/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileman/ranger/commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/ranger/commands.py -------------------------------------------------------------------------------- /fileman/ranger/commands_full.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/ranger/commands_full.py -------------------------------------------------------------------------------- /fileman/ranger/defaut/defaut-commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/ranger/defaut/defaut-commands.py -------------------------------------------------------------------------------- /fileman/ranger/defaut/defaut-rc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/ranger/defaut/defaut-rc.conf -------------------------------------------------------------------------------- /fileman/ranger/defaut/defaut-rifle.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/ranger/defaut/defaut-rifle.conf -------------------------------------------------------------------------------- /fileman/ranger/defaut/defaut-scope.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/ranger/defaut/defaut-scope.sh -------------------------------------------------------------------------------- /fileman/ranger/rc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/ranger/rc.conf -------------------------------------------------------------------------------- /fileman/ranger/rifle.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/ranger/rifle.conf -------------------------------------------------------------------------------- /fileman/ranger/scope.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/ranger/scope.sh -------------------------------------------------------------------------------- /fileman/ranger/tagged: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fileman/vifm/colors/dircolors.vifm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/vifm/colors/dircolors.vifm -------------------------------------------------------------------------------- /fileman/vifm/colors/golden-night.vifm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/vifm/colors/golden-night.vifm -------------------------------------------------------------------------------- /fileman/vifm/devicons.vifm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/vifm/devicons.vifm -------------------------------------------------------------------------------- /fileman/vifm/favicons.vifm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/vifm/favicons.vifm -------------------------------------------------------------------------------- /fileman/vifm/scripts/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/vifm/scripts/README -------------------------------------------------------------------------------- /fileman/vifm/vifm-help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/vifm/vifm-help.txt -------------------------------------------------------------------------------- /fileman/vifm/vifmimgpdffile: -------------------------------------------------------------------------------- 1 | double_etherique.pdf 2 | -------------------------------------------------------------------------------- /fileman/vifm/vifmimgpdfpage: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /fileman/vifm/vifmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/vifm/vifmrc -------------------------------------------------------------------------------- /fileman/vifm/vifmrc-default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/vifm/vifmrc-default -------------------------------------------------------------------------------- /fileman/xplr/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/xplr/init.lua -------------------------------------------------------------------------------- /fileman/yazi/keymap.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/yazi/keymap.toml -------------------------------------------------------------------------------- /fileman/yazi/theme.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/yazi/theme.toml -------------------------------------------------------------------------------- /fileman/yazi/yazi.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/fileman/yazi/yazi.toml -------------------------------------------------------------------------------- /hardware/cpupower_gui/mandala/00-cpg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/hardware/cpupower_gui/mandala/00-cpg.conf -------------------------------------------------------------------------------- /hardware/cpupower_gui/shari/00-cpg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/hardware/cpupower_gui/shari/00-cpg.conf -------------------------------------------------------------------------------- /hardware/cpupower_gui/taijitu/00-cpg.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/hardware/cpupower_gui/taijitu/00-cpg.conf -------------------------------------------------------------------------------- /mail/abook/abookrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/abook/abookrc -------------------------------------------------------------------------------- /mail/aerc/aerc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/aerc/aerc.conf -------------------------------------------------------------------------------- /mail/aerc/binds.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/aerc/binds.conf -------------------------------------------------------------------------------- /mail/aerc/styleset/golden-night: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/aerc/styleset/golden-night -------------------------------------------------------------------------------- /mail/fetchmailrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/fetchmailrc -------------------------------------------------------------------------------- /mail/forward: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/forward -------------------------------------------------------------------------------- /mail/mailcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/mailcap -------------------------------------------------------------------------------- /mail/mailrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/mailrc -------------------------------------------------------------------------------- /mail/mairixrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/mairixrc -------------------------------------------------------------------------------- /mail/neomutt/bindings.mutt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/neomutt/bindings.mutt -------------------------------------------------------------------------------- /mail/neomutt/color/golden-night.mutt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/neomutt/color/golden-night.mutt -------------------------------------------------------------------------------- /mail/neomutt/data/number-of-lines: -------------------------------------------------------------------------------- 1 | 6 2 | -------------------------------------------------------------------------------- /mail/neomutt/display.mutt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/neomutt/display.mutt -------------------------------------------------------------------------------- /mail/neomutt/macros.mutt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/neomutt/macros.mutt -------------------------------------------------------------------------------- /mail/neomutt/muttrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/neomutt/muttrc -------------------------------------------------------------------------------- /mail/neomutt/neomuttrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/neomutt/neomuttrc -------------------------------------------------------------------------------- /mail/neomutt/news.mutt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/neomutt/news.mutt -------------------------------------------------------------------------------- /mail/neomutt/sample.neomuttrc-tlr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/neomutt/sample.neomuttrc-tlr -------------------------------------------------------------------------------- /mail/neomutt/scores.mutt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/neomutt/scores.mutt -------------------------------------------------------------------------------- /mail/neomutt/scripts/decremente-index-pager.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ~/racine/config/mail/neomutt/scripts/index-pager.zsh -1 4 | -------------------------------------------------------------------------------- /mail/neomutt/scripts/incremente-index-pager.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ~/racine/config/mail/neomutt/scripts/index-pager.zsh +1 4 | -------------------------------------------------------------------------------- /mail/neomutt/scripts/index-pager.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mail/neomutt/scripts/index-pager.zsh -------------------------------------------------------------------------------- /mail/neomutt/scripts/test: -------------------------------------------------------------------------------- 1 | echo "set sort=date" 2 | -------------------------------------------------------------------------------- /mime/liste: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mime/liste -------------------------------------------------------------------------------- /mime/local-mimeapps.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mime/local-mimeapps.list -------------------------------------------------------------------------------- /mime/mime.types: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mime/mime.types -------------------------------------------------------------------------------- /mime/mimeapps.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/mime/mimeapps.list -------------------------------------------------------------------------------- /multimedia/asoundrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/asoundrc -------------------------------------------------------------------------------- /multimedia/cmus/cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/cmus/cache -------------------------------------------------------------------------------- /multimedia/cmus/command-history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/cmus/command-history -------------------------------------------------------------------------------- /multimedia/cmus/lib.pl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /multimedia/cmus/playlist.pl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /multimedia/cmus/playlists/default: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /multimedia/cmus/rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/cmus/rc -------------------------------------------------------------------------------- /multimedia/cmus/search-history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/cmus/search-history -------------------------------------------------------------------------------- /multimedia/criprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/criprc -------------------------------------------------------------------------------- /multimedia/festivalrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/festivalrc -------------------------------------------------------------------------------- /multimedia/moc/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/moc/config -------------------------------------------------------------------------------- /multimedia/moc/equalizer: -------------------------------------------------------------------------------- 1 | Active: 1 2 | Mixin: 0.250000 3 | -------------------------------------------------------------------------------- /multimedia/moc/keymap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/moc/keymap -------------------------------------------------------------------------------- /multimedia/moc/last_directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/moc/last_directory -------------------------------------------------------------------------------- /multimedia/moc/softmixer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/moc/softmixer -------------------------------------------------------------------------------- /multimedia/moc/themes/black_theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/moc/themes/black_theme -------------------------------------------------------------------------------- /multimedia/moc/themes/darkdot_theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/moc/themes/darkdot_theme -------------------------------------------------------------------------------- /multimedia/moc/themes/example_theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/moc/themes/example_theme -------------------------------------------------------------------------------- /multimedia/moc/themes/green_theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/moc/themes/green_theme -------------------------------------------------------------------------------- /multimedia/moc/themes/moca_theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/moc/themes/moca_theme -------------------------------------------------------------------------------- /multimedia/moc/themes/nightly_theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/moc/themes/nightly_theme -------------------------------------------------------------------------------- /multimedia/moc/themes/red_theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/moc/themes/red_theme -------------------------------------------------------------------------------- /multimedia/moc/themes/yellow_red_theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/moc/themes/yellow_red_theme -------------------------------------------------------------------------------- /multimedia/mpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/mpd.conf -------------------------------------------------------------------------------- /multimedia/mplayer/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/mplayer/config -------------------------------------------------------------------------------- /multimedia/mplayer/input.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/mplayer/input.conf -------------------------------------------------------------------------------- /multimedia/mplayer/mencoder.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/mplayer/mencoder.conf -------------------------------------------------------------------------------- /multimedia/mpv/input.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/mpv/input.conf -------------------------------------------------------------------------------- /multimedia/mpv/mpv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/mpv/mpv.conf -------------------------------------------------------------------------------- /multimedia/mpv/mpv.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/mpv/mpv.local -------------------------------------------------------------------------------- /multimedia/ncmpcpp/bindings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/ncmpcpp/bindings -------------------------------------------------------------------------------- /multimedia/ncmpcpp/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/ncmpcpp/config -------------------------------------------------------------------------------- /multimedia/ncpamixer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/ncpamixer.conf -------------------------------------------------------------------------------- /multimedia/sxiv/exec/image-info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/sxiv/exec/image-info -------------------------------------------------------------------------------- /multimedia/sxiv/exec/key-handler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/sxiv/exec/key-handler -------------------------------------------------------------------------------- /multimedia/vimiv/keys.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/vimiv/keys.conf -------------------------------------------------------------------------------- /multimedia/vimiv/styles/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/vimiv/styles/default -------------------------------------------------------------------------------- /multimedia/vimiv/styles/golden-night: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/vimiv/styles/golden-night -------------------------------------------------------------------------------- /multimedia/vimiv/vimiv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/vimiv/vimiv.conf -------------------------------------------------------------------------------- /multimedia/vlc/vlcrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/vlc/vlcrc -------------------------------------------------------------------------------- /multimedia/whipper/whipper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/whipper/whipper.conf -------------------------------------------------------------------------------- /multimedia/xine/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/xine/config -------------------------------------------------------------------------------- /multimedia/xine/keymap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/xine/keymap -------------------------------------------------------------------------------- /multimedia/xine/xine-ui_old_playlist.tox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multimedia/xine/xine-ui_old_playlist.tox -------------------------------------------------------------------------------- /multiplex/screenrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/screenrc -------------------------------------------------------------------------------- /multiplex/screenrc.etc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/screenrc.etc -------------------------------------------------------------------------------- /multiplex/tmux/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/tmux/Grenier -------------------------------------------------------------------------------- /multiplex/tmux/bindings.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/tmux/bindings.tmux -------------------------------------------------------------------------------- /multiplex/tmux/options.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/tmux/options.tmux -------------------------------------------------------------------------------- /multiplex/tmux/plugins: -------------------------------------------------------------------------------- 1 | /home/david/racine/plugin/manager/tmux/tmux-plugin-manager/plugins -------------------------------------------------------------------------------- /multiplex/tmux/plugins.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/tmux/plugins.tmux -------------------------------------------------------------------------------- /multiplex/tmux/session/Grenier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/tmux/session/Grenier -------------------------------------------------------------------------------- /multiplex/tmux/session/principal.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/tmux/session/principal.tmux -------------------------------------------------------------------------------- /multiplex/tmux/session/ssh.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/tmux/session/ssh.tmux -------------------------------------------------------------------------------- /multiplex/tmux/theme.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/tmux/theme.tmux -------------------------------------------------------------------------------- /multiplex/tmux/theme/solarized-256.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/tmux/theme/solarized-256.tmux -------------------------------------------------------------------------------- /multiplex/tmux/theme/solarized-dark.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/tmux/theme/solarized-dark.tmux -------------------------------------------------------------------------------- /multiplex/tmux/theme/solarized-light.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/tmux/theme/solarized-light.tmux -------------------------------------------------------------------------------- /multiplex/tmux/tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/multiplex/tmux/tmux.conf -------------------------------------------------------------------------------- /network/Proton/VPN/app-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/network/Proton/VPN/app-config.json -------------------------------------------------------------------------------- /network/aria2p/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/network/aria2p/config.toml -------------------------------------------------------------------------------- /network/curl/curlrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/network/curl/curlrc -------------------------------------------------------------------------------- /network/lftp/rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/network/lftp/rc -------------------------------------------------------------------------------- /network/rtorrent.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/network/rtorrent.rc -------------------------------------------------------------------------------- /network/rtorrent/rtorrent.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/network/rtorrent/rtorrent.rc -------------------------------------------------------------------------------- /network/stig/rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/network/stig/rc -------------------------------------------------------------------------------- /network/transg/transg-tui.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/network/transg/transg-tui.toml -------------------------------------------------------------------------------- /network/transmission-daemon/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/network/transmission-daemon/settings.json -------------------------------------------------------------------------------- /network/wget/aspirateur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/network/wget/aspirateur -------------------------------------------------------------------------------- /network/wget/default-wgetrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/network/wget/default-wgetrc -------------------------------------------------------------------------------- /network/wget/wgetrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/network/wget/wgetrc -------------------------------------------------------------------------------- /news/gnus: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /news/gnus-newsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/gnus-newsrc -------------------------------------------------------------------------------- /news/gnus-newsrc.eld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/gnus-newsrc.eld -------------------------------------------------------------------------------- /news/jnewsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/jnewsrc -------------------------------------------------------------------------------- /news/jnewsrc.time: -------------------------------------------------------------------------------- 1 | NEWGROUPS 160827 183337 GMT -------------------------------------------------------------------------------- /news/newsboat/cache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/newsboat/cache.db -------------------------------------------------------------------------------- /news/newsboat/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/newsboat/config -------------------------------------------------------------------------------- /news/newsboat/history.cmdline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/newsboat/history.cmdline -------------------------------------------------------------------------------- /news/newsboat/history.search: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/newsboat/history.search -------------------------------------------------------------------------------- /news/newsboat/urls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/newsboat/urls -------------------------------------------------------------------------------- /news/newsraft/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/newsraft/config -------------------------------------------------------------------------------- /news/newsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/newsrc -------------------------------------------------------------------------------- /news/newsrc.bkp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/newsrc.bkp -------------------------------------------------------------------------------- /news/newsrc.slrnpull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/newsrc.slrnpull -------------------------------------------------------------------------------- /news/slrnpull.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/slrnpull.conf -------------------------------------------------------------------------------- /news/slrnrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/news/slrnrc -------------------------------------------------------------------------------- /office/sc-im/scimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/office/sc-im/scimrc -------------------------------------------------------------------------------- /organizer/calcurse/apts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/organizer/calcurse/apts -------------------------------------------------------------------------------- /organizer/calcurse/conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/organizer/calcurse/conf -------------------------------------------------------------------------------- /organizer/calcurse/keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/organizer/calcurse/keys -------------------------------------------------------------------------------- /organizer/calcurse/todo: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /organizer/nb/nbrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/organizer/nb/nbrc -------------------------------------------------------------------------------- /organizer/remind/lune: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/organizer/remind/lune -------------------------------------------------------------------------------- /organizer/remind/recurrent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/organizer/remind/recurrent -------------------------------------------------------------------------------- /organizer/remind/reminders: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/organizer/remind/reminders -------------------------------------------------------------------------------- /organizer/task/golden-night.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/organizer/task/golden-night.theme -------------------------------------------------------------------------------- /organizer/task/taskrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/organizer/task/taskrc -------------------------------------------------------------------------------- /pack/gemrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/pack/gemrc -------------------------------------------------------------------------------- /print/cups/lpoptions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/print/cups/lpoptions -------------------------------------------------------------------------------- /science/goldendict/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/science/goldendict/config -------------------------------------------------------------------------------- /science/goldendict/history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/science/goldendict/history -------------------------------------------------------------------------------- /science/goldendict/index: -------------------------------------------------------------------------------- 1 | /home/david/racine/index/dict/goldendict -------------------------------------------------------------------------------- /science/octaverc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/science/octaverc -------------------------------------------------------------------------------- /search/agignore: -------------------------------------------------------------------------------- 1 | 2 | *~ 3 | *.json 4 | 5 | *.html 6 | -------------------------------------------------------------------------------- /search/ripgreprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/search/ripgreprc -------------------------------------------------------------------------------- /self/chezmoi/chezmoi.toml: -------------------------------------------------------------------------------- 1 | [data] 2 | email = "tutu@toto.org" 3 | # umask = 0o022 4 | -------------------------------------------------------------------------------- /shell/abbr.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/abbr.fish -------------------------------------------------------------------------------- /shell/bash/alias.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/bash/alias.bash -------------------------------------------------------------------------------- /shell/bash/archive.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/bash/archive.bash -------------------------------------------------------------------------------- /shell/bash/bash_login: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/bash/bash_login -------------------------------------------------------------------------------- /shell/bash/bash_logout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/bash/bash_logout -------------------------------------------------------------------------------- /shell/bash/bash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/bash/bash_profile -------------------------------------------------------------------------------- /shell/bash/bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/bash/bashrc -------------------------------------------------------------------------------- /shell/bash/completion.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/bash/completion.bash -------------------------------------------------------------------------------- /shell/bash/environ.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/bash/environ.bash -------------------------------------------------------------------------------- /shell/bash/options.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/bash/options.bash -------------------------------------------------------------------------------- /shell/bash/prompt.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/bash/prompt.bash -------------------------------------------------------------------------------- /shell/bash/xorg.bash: -------------------------------------------------------------------------------- 1 | # vim: set ft=sh : 2 | 3 | xhost +local:root > /dev/null 2>&1 4 | -------------------------------------------------------------------------------- /shell/elvish/rc.elv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/elvish/rc.elv -------------------------------------------------------------------------------- /shell/fish/abbr.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/fish/abbr.fish -------------------------------------------------------------------------------- /shell/fish/alias.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/fish/alias.fish -------------------------------------------------------------------------------- /shell/fish/binding.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/fish/binding.fish -------------------------------------------------------------------------------- /shell/fish/colour.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/fish/colour.fish -------------------------------------------------------------------------------- /shell/fish/conf.d/omf.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/fish/conf.d/omf.fish -------------------------------------------------------------------------------- /shell/fish/config.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/fish/config.fish -------------------------------------------------------------------------------- /shell/fish/environment.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/fish/environment.fish -------------------------------------------------------------------------------- /shell/fish/fish_variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/fish/fish_variables -------------------------------------------------------------------------------- /shell/fish/functions: -------------------------------------------------------------------------------- 1 | /home/david/racine/fun/fish/autoload -------------------------------------------------------------------------------- /shell/fish/login.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/fish/login.fish -------------------------------------------------------------------------------- /shell/fish/universal.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/fish/universal.fish -------------------------------------------------------------------------------- /shell/omf/bundle: -------------------------------------------------------------------------------- 1 | theme default 2 | -------------------------------------------------------------------------------- /shell/omf/channel: -------------------------------------------------------------------------------- 1 | stable 2 | -------------------------------------------------------------------------------- /shell/omf/theme: -------------------------------------------------------------------------------- 1 | default 2 | -------------------------------------------------------------------------------- /shell/utils/cdargs-bash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/utils/cdargs-bash.sh -------------------------------------------------------------------------------- /shell/utils/dircolors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/utils/dircolors.conf -------------------------------------------------------------------------------- /shell/utils/inputrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/utils/inputrc -------------------------------------------------------------------------------- /shell/utils/percol.d/rc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/utils/percol.d/rc.py -------------------------------------------------------------------------------- /shell/utils/profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/utils/profile -------------------------------------------------------------------------------- /shell/utils/readlinerc: -------------------------------------------------------------------------------- 1 | inputrc -------------------------------------------------------------------------------- /shell/xonsh/xonshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/xonsh/xonshrc -------------------------------------------------------------------------------- /shell/zsh/alias.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/alias.zsh -------------------------------------------------------------------------------- /shell/zsh/bareqaz-zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/bareqaz-zshrc -------------------------------------------------------------------------------- /shell/zsh/couleurs.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/couleurs.zsh -------------------------------------------------------------------------------- /shell/zsh/fonction.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/fonction.zsh -------------------------------------------------------------------------------- /shell/zsh/prompt.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/prompt.zsh -------------------------------------------------------------------------------- /shell/zsh/prompt/default.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/prompt/default.zsh -------------------------------------------------------------------------------- /shell/zsh/prompt/minimal.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/prompt/minimal.zsh -------------------------------------------------------------------------------- /shell/zsh/prompt/zero.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/prompt/zero.zsh -------------------------------------------------------------------------------- /shell/zsh/zlogin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/zlogin -------------------------------------------------------------------------------- /shell/zsh/zlogout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/zlogout -------------------------------------------------------------------------------- /shell/zsh/zprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/zprofile -------------------------------------------------------------------------------- /shell/zsh/zshenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/zshenv -------------------------------------------------------------------------------- /shell/zsh/zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/zshrc -------------------------------------------------------------------------------- /shell/zsh/zshrunrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/zshrunrc -------------------------------------------------------------------------------- /shell/zsh/zshruntermrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/shell/zsh/zshruntermrc -------------------------------------------------------------------------------- /social/irssi/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/irssi/config -------------------------------------------------------------------------------- /social/weechat/alias.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/alias.conf -------------------------------------------------------------------------------- /social/weechat/autosort.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/autosort.conf -------------------------------------------------------------------------------- /social/weechat/buffer_autoset.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/buffer_autoset.conf -------------------------------------------------------------------------------- /social/weechat/buflist.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/buflist.conf -------------------------------------------------------------------------------- /social/weechat/charset.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/charset.conf -------------------------------------------------------------------------------- /social/weechat/exec.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/exec.conf -------------------------------------------------------------------------------- /social/weechat/fifo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/fifo.conf -------------------------------------------------------------------------------- /social/weechat/fset.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/fset.conf -------------------------------------------------------------------------------- /social/weechat/guile.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/guile.conf -------------------------------------------------------------------------------- /social/weechat/irc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/irc.conf -------------------------------------------------------------------------------- /social/weechat/logger.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/logger.conf -------------------------------------------------------------------------------- /social/weechat/lua.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/lua.conf -------------------------------------------------------------------------------- /social/weechat/perl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/perl.conf -------------------------------------------------------------------------------- /social/weechat/plugins.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/plugins.conf -------------------------------------------------------------------------------- /social/weechat/python.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/python.conf -------------------------------------------------------------------------------- /social/weechat/relay.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/relay.conf -------------------------------------------------------------------------------- /social/weechat/ruby.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/ruby.conf -------------------------------------------------------------------------------- /social/weechat/script.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/script.conf -------------------------------------------------------------------------------- /social/weechat/spell.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/spell.conf -------------------------------------------------------------------------------- /social/weechat/tcl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/tcl.conf -------------------------------------------------------------------------------- /social/weechat/trigger.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/trigger.conf -------------------------------------------------------------------------------- /social/weechat/typing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/typing.conf -------------------------------------------------------------------------------- /social/weechat/urlgrab.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/urlgrab.conf -------------------------------------------------------------------------------- /social/weechat/weechat.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/weechat.conf -------------------------------------------------------------------------------- /social/weechat/xfer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/social/weechat/xfer.conf -------------------------------------------------------------------------------- /sync/unison/d.prf: -------------------------------------------------------------------------------- 1 | rep.prf -------------------------------------------------------------------------------- /sync/unison/default.prf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/sync/unison/default.prf -------------------------------------------------------------------------------- /sync/unison/diskext.prf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/sync/unison/diskext.prf -------------------------------------------------------------------------------- /sync/unison/ignorer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/sync/unison/ignorer -------------------------------------------------------------------------------- /sync/unison/ignorer-uni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/sync/unison/ignorer-uni -------------------------------------------------------------------------------- /sync/unison/prefer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/sync/unison/prefer -------------------------------------------------------------------------------- /sync/unison/prefer-uni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/sync/unison/prefer-uni -------------------------------------------------------------------------------- /sync/unison/remote.prf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/sync/unison/remote.prf -------------------------------------------------------------------------------- /sync/unison/rep.prf: -------------------------------------------------------------------------------- 1 | # vim: set filetype=conf : 2 | 3 | include prefer 4 | 5 | path = . 6 | -------------------------------------------------------------------------------- /sync/unison/reper-maison: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/sync/unison/reper-maison -------------------------------------------------------------------------------- /sync/unison/reper-villa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/sync/unison/reper-villa -------------------------------------------------------------------------------- /sync/unison/sauvegarde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/sync/unison/sauvegarde -------------------------------------------------------------------------------- /sync/unison/uipref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/sync/unison/uipref -------------------------------------------------------------------------------- /system/dunst/default-dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/system/dunst/default-dunstrc -------------------------------------------------------------------------------- /system/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/system/dunst/dunstrc -------------------------------------------------------------------------------- /system/systemd/user/default.target.wants/tmux.service: -------------------------------------------------------------------------------- 1 | /home/david/.config/systemd/user/tmux.service -------------------------------------------------------------------------------- /system/systemd/user/firefox.slice: -------------------------------------------------------------------------------- 1 | [Slice] 2 | CPUQuota=30% 3 | AllowedCPUs=0-1 4 | MemoryHigh=3G 5 | -------------------------------------------------------------------------------- /system/systemd/user/tmux.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/system/systemd/user/tmux.service -------------------------------------------------------------------------------- /terminal/alacritty/alacritty.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/alacritty/alacritty.toml -------------------------------------------------------------------------------- /terminal/alacritty/alacritty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/alacritty/alacritty.yml -------------------------------------------------------------------------------- /terminal/kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/kitty/kitty.conf -------------------------------------------------------------------------------- /terminal/kitty/kitty.conf.bkp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/kitty/kitty.conf.bkp -------------------------------------------------------------------------------- /terminal/konsole-kxmlgui5/konsoleui.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/konsole-kxmlgui5/konsoleui.rc -------------------------------------------------------------------------------- /terminal/konsolerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/konsolerc -------------------------------------------------------------------------------- /terminal/konsolerc.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/konsolerc.backup -------------------------------------------------------------------------------- /terminal/lxterminal/lxterminal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/lxterminal/lxterminal.conf -------------------------------------------------------------------------------- /terminal/mrxvtrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/mrxvtrc -------------------------------------------------------------------------------- /terminal/theme/golden-night.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/theme/golden-night.sh -------------------------------------------------------------------------------- /terminal/tilda/config_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/tilda/config_0 -------------------------------------------------------------------------------- /terminal/tilda/config_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/tilda/config_1 -------------------------------------------------------------------------------- /terminal/tilix.dconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/tilix.dconf -------------------------------------------------------------------------------- /terminal/xfce4-terminal/accels.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/xfce4-terminal/accels.scm -------------------------------------------------------------------------------- /terminal/xfce4-terminal/terminalrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/xfce4-terminal/terminalrc -------------------------------------------------------------------------------- /terminal/yakuakerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/terminal/yakuakerc -------------------------------------------------------------------------------- /utils/bpytop/bpytop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/utils/bpytop/bpytop.conf -------------------------------------------------------------------------------- /utils/btop/btop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/utils/btop/btop.conf -------------------------------------------------------------------------------- /utils/calcrc: -------------------------------------------------------------------------------- 1 | 2 | config("tilde", "false") 3 | -------------------------------------------------------------------------------- /utils/dialogrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/utils/dialogrc -------------------------------------------------------------------------------- /utils/htop/htoprc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/utils/htop/htoprc -------------------------------------------------------------------------------- /utils/multitail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/utils/multitail.conf -------------------------------------------------------------------------------- /utils/procs/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/utils/procs/config.toml -------------------------------------------------------------------------------- /utils/synonymrc: -------------------------------------------------------------------------------- 1 | KEY=RQk33o1BvDlWcDIdTt9X 2 | SEARCH_LANG=en 3 | -------------------------------------------------------------------------------- /utils/toprc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils/wegorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/utils/wegorc -------------------------------------------------------------------------------- /utils/wgetpaste.d/main.conf: -------------------------------------------------------------------------------- 1 | 2 | # Optionally default to gists 3 | 4 | DEFAULT_SERVICE=bpaste 5 | -------------------------------------------------------------------------------- /utils/wikicurses/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/utils/wikicurses/config -------------------------------------------------------------------------------- /utils/wikicurses/wiki.archlinux.org/bookmarks: -------------------------------------------------------------------------------- 1 | ["Network configuration"] -------------------------------------------------------------------------------- /version/arch-params/=default-archive: -------------------------------------------------------------------------------- 1 | user_name@tixu.antra--defaut -------------------------------------------------------------------------------- /version/arch-params/=id: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /version/arch-params/=locations/david@tixu.antra--defaut: -------------------------------------------------------------------------------- 1 | /home/user_name/vcs/tla/defaut 2 | -------------------------------------------------------------------------------- /version/cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/cvsignore -------------------------------------------------------------------------------- /version/cvsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/cvsrc -------------------------------------------------------------------------------- /version/darcs/author: -------------------------------------------------------------------------------- 1 | user_name@mail_server.com 2 | -------------------------------------------------------------------------------- /version/darcs/boring: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/darcs/boring -------------------------------------------------------------------------------- /version/darcs/prefs: -------------------------------------------------------------------------------- 1 | # vim: set filetype=conf : 2 | 3 | boringfile .darcsignore 4 | -------------------------------------------------------------------------------- /version/git/ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/git/ignore -------------------------------------------------------------------------------- /version/gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/gitattributes -------------------------------------------------------------------------------- /version/gitmessage: -------------------------------------------------------------------------------- 1 | # Git commit : 2 | 3 | -------------------------------------------------------------------------------- /version/hgignore: -------------------------------------------------------------------------------- 1 | # vim: set filetype=conf 2 | 3 | -------------------------------------------------------------------------------- /version/hgrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/hgrc -------------------------------------------------------------------------------- /version/lazygit/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/lazygit/config.yml -------------------------------------------------------------------------------- /version/lazygit/doc/Config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/lazygit/doc/Config.md -------------------------------------------------------------------------------- /version/lazygit/doc/Custom_Pagers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/lazygit/doc/Custom_Pagers.md -------------------------------------------------------------------------------- /version/lazygit/doc/Keybindings_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/lazygit/doc/Keybindings_en.md -------------------------------------------------------------------------------- /version/lazygit/doc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/lazygit/doc/README.md -------------------------------------------------------------------------------- /version/lazygit/doc/Undoing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/lazygit/doc/Undoing.md -------------------------------------------------------------------------------- /version/mrconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/mrconfig -------------------------------------------------------------------------------- /version/quiltrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/quiltrc -------------------------------------------------------------------------------- /version/subversion/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/subversion/README.txt -------------------------------------------------------------------------------- /version/subversion/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/subversion/config -------------------------------------------------------------------------------- /version/subversion/servers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/subversion/servers -------------------------------------------------------------------------------- /version/tigrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/version/tigrc -------------------------------------------------------------------------------- /virtual/VirtualBox/VirtualBox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/virtual/VirtualBox/VirtualBox.xml -------------------------------------------------------------------------------- /virtual/VirtualBox/VirtualBox.xml-prev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/virtual/VirtualBox/VirtualBox.xml-prev -------------------------------------------------------------------------------- /virtual/VirtualBox/compreg.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/virtual/VirtualBox/compreg.dat -------------------------------------------------------------------------------- /virtual/VirtualBox/xpti.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/virtual/VirtualBox/xpti.dat -------------------------------------------------------------------------------- /visu/bat/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/visu/bat/config -------------------------------------------------------------------------------- /visu/gwenviewrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/visu/gwenviewrc -------------------------------------------------------------------------------- /visu/less/lesskey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/visu/less/lesskey -------------------------------------------------------------------------------- /visu/less/lesskey.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/visu/less/lesskey.1 -------------------------------------------------------------------------------- /visu/less/natif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/visu/less/natif -------------------------------------------------------------------------------- /visu/mostrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/visu/mostrc -------------------------------------------------------------------------------- /visu/nvimpager/init.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/visu/nvimpager/init.vim -------------------------------------------------------------------------------- /visu/okularpartrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/visu/okularpartrc -------------------------------------------------------------------------------- /visu/okularrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/visu/okularrc -------------------------------------------------------------------------------- /visu/vimpagerrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/visu/vimpagerrc -------------------------------------------------------------------------------- /visu/zathura/zathurarc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/visu/zathura/zathurarc -------------------------------------------------------------------------------- /webrowser/amfora/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/amfora/config.toml -------------------------------------------------------------------------------- /webrowser/buku_run/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/buku_run/config -------------------------------------------------------------------------------- /webrowser/edbrowse/ebrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/edbrowse/ebrc -------------------------------------------------------------------------------- /webrowser/elinks/elinks.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/elinks/elinks.conf -------------------------------------------------------------------------------- /webrowser/elinks/searchhist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/elinks/searchhist -------------------------------------------------------------------------------- /webrowser/lynx/lynx.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/lynx/lynx.cfg -------------------------------------------------------------------------------- /webrowser/lynx/lynx.lss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/lynx/lynx.lss -------------------------------------------------------------------------------- /webrowser/nyxt/init.lisp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /webrowser/qutebrowser/autoconfig.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/qutebrowser/autoconfig.yml -------------------------------------------------------------------------------- /webrowser/qutebrowser/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/qutebrowser/config.py -------------------------------------------------------------------------------- /webrowser/surfraw/conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/conf -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/archman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/archman -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/brave: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/brave -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/crisco-synonyme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/crisco-synonyme -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/frogfind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/frogfind -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/infotiger: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/infotiger -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/lite-qwant: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/lite-qwant -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/marginalia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/marginalia -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/musescore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/musescore -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/reddit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/reddit -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/searchmysite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/searchmysite -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/wiby: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/wiby -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/wikipedia-en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/wikipedia-en -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/wikipedia-fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/wikipedia-fr -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/wiktionary-en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/wiktionary-en -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/wiktionary-fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/wiktionary-fr -------------------------------------------------------------------------------- /webrowser/surfraw/elvi/youtube: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/surfraw/elvi/youtube -------------------------------------------------------------------------------- /webrowser/urlscan/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/urlscan/config.json -------------------------------------------------------------------------------- /webrowser/urlview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/urlview -------------------------------------------------------------------------------- /webrowser/vimperatorrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/vimperatorrc -------------------------------------------------------------------------------- /webrowser/w3m/RestoreTab.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /webrowser/w3m/cgi-bin/fzf_surfraw.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/w3m/cgi-bin/fzf_surfraw.cgi -------------------------------------------------------------------------------- /webrowser/w3m/cgi-bin/restore_tab.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/w3m/cgi-bin/restore_tab.cgi -------------------------------------------------------------------------------- /webrowser/w3m/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/w3m/config -------------------------------------------------------------------------------- /webrowser/w3m/doc/README.func: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/w3m/doc/README.func -------------------------------------------------------------------------------- /webrowser/w3m/doc/README.siteconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/w3m/doc/README.siteconf -------------------------------------------------------------------------------- /webrowser/w3m/doc/README.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/w3m/doc/README.tab -------------------------------------------------------------------------------- /webrowser/w3m/keymap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/w3m/keymap -------------------------------------------------------------------------------- /webrowser/w3m/menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/w3m/menu -------------------------------------------------------------------------------- /webrowser/w3m/restore-tab.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/w3m/restore-tab.txt -------------------------------------------------------------------------------- /webrowser/w3m/siteconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/w3m/siteconf -------------------------------------------------------------------------------- /webrowser/w3m/urimethodmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/webrowser/w3m/urimethodmap -------------------------------------------------------------------------------- /windenv/@: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/@ -------------------------------------------------------------------------------- /windenv/XCompose: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/XCompose -------------------------------------------------------------------------------- /windenv/Xdefaults: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/Xdefaults -------------------------------------------------------------------------------- /windenv/Xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/Xresources -------------------------------------------------------------------------------- /windenv/Xresources.d/emacs: -------------------------------------------------------------------------------- 1 | 2 | Emacs.font: Monospace-11 3 | 4 | -------------------------------------------------------------------------------- /windenv/Xresources.d/generic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/Xresources.d/generic -------------------------------------------------------------------------------- /windenv/Xresources.d/kitty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/Xresources.d/kitty -------------------------------------------------------------------------------- /windenv/Xresources.d/rofi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/Xresources.d/rofi -------------------------------------------------------------------------------- /windenv/Xresources.d/st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/Xresources.d/st -------------------------------------------------------------------------------- /windenv/Xresources.d/urxvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/Xresources.d/urxvt -------------------------------------------------------------------------------- /windenv/Xresources.d/uxterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/Xresources.d/uxterm -------------------------------------------------------------------------------- /windenv/Xresources.d/xclock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/Xresources.d/xclock -------------------------------------------------------------------------------- /windenv/Xresources.d/xterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/Xresources.d/xterm -------------------------------------------------------------------------------- /windenv/Xresources.d/zutty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/Xresources.d/zutty -------------------------------------------------------------------------------- /windenv/bsp-layout/layoutrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/bsp-layout/layoutrc -------------------------------------------------------------------------------- /windenv/bspwm/bspwmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/bspwm/bspwmrc -------------------------------------------------------------------------------- /windenv/dmrc: -------------------------------------------------------------------------------- 1 | [Desktop] 2 | Session=bspwm 3 | -------------------------------------------------------------------------------- /windenv/greenclip.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/greenclip.cfg -------------------------------------------------------------------------------- /windenv/herbstluftwm/autostart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/herbstluftwm/autostart -------------------------------------------------------------------------------- /windenv/herbstluftwm/dmenu_run_hlwm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/herbstluftwm/dmenu_run_hlwm -------------------------------------------------------------------------------- /windenv/herbstluftwm/panel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/herbstluftwm/panel.sh -------------------------------------------------------------------------------- /windenv/herbstluftwm/restartpanels.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/herbstluftwm/restartpanels.sh -------------------------------------------------------------------------------- /windenv/i3/arbre.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/arbre.json -------------------------------------------------------------------------------- /windenv/i3/bureaux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/bureaux -------------------------------------------------------------------------------- /windenv/i3/claviers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/claviers -------------------------------------------------------------------------------- /windenv/i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/config -------------------------------------------------------------------------------- /windenv/i3/defaut/defaut-i3blocks.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/defaut/defaut-i3blocks.conf -------------------------------------------------------------------------------- /windenv/i3/defaut/defaut-i3status.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/defaut/defaut-i3status.conf -------------------------------------------------------------------------------- /windenv/i3/i3blocks.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks.conf -------------------------------------------------------------------------------- /windenv/i3/i3blocks/battery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/battery -------------------------------------------------------------------------------- /windenv/i3/i3blocks/bureaux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/bureaux -------------------------------------------------------------------------------- /windenv/i3/i3blocks/eteindre: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/eteindre -------------------------------------------------------------------------------- /windenv/i3/i3blocks/fenetres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/fenetres -------------------------------------------------------------------------------- /windenv/i3/i3blocks/fermer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/fermer -------------------------------------------------------------------------------- /windenv/i3/i3blocks/greenclip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/greenclip -------------------------------------------------------------------------------- /windenv/i3/i3blocks/internet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/internet -------------------------------------------------------------------------------- /windenv/i3/i3blocks/menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/menu -------------------------------------------------------------------------------- /windenv/i3/i3blocks/meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/meta -------------------------------------------------------------------------------- /windenv/i3/i3blocks/mpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/mpd -------------------------------------------------------------------------------- /windenv/i3/i3blocks/terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/terminal -------------------------------------------------------------------------------- /windenv/i3/i3blocks/the: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/the -------------------------------------------------------------------------------- /windenv/i3/i3blocks/volume: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/volume -------------------------------------------------------------------------------- /windenv/i3/i3blocks/wego: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/wego -------------------------------------------------------------------------------- /windenv/i3/i3blocks/wttr-in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3blocks/wttr-in -------------------------------------------------------------------------------- /windenv/i3/i3status.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/i3/i3status.conf -------------------------------------------------------------------------------- /windenv/imwheelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/imwheelrc -------------------------------------------------------------------------------- /windenv/keynav/keynavrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/keynav/keynavrc -------------------------------------------------------------------------------- /windenv/lib/gtkrc-2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/lib/gtkrc-2.0 -------------------------------------------------------------------------------- /windenv/lib/gtkrc-2.0-kde4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/lib/gtkrc-2.0-kde4 -------------------------------------------------------------------------------- /windenv/multi-key-combinaisons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/multi-key-combinaisons -------------------------------------------------------------------------------- /windenv/picom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/picom.conf -------------------------------------------------------------------------------- /windenv/polybar/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/polybar/config -------------------------------------------------------------------------------- /windenv/polybar/hlwm-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/polybar/hlwm-config -------------------------------------------------------------------------------- /windenv/pypanelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/pypanelrc -------------------------------------------------------------------------------- /windenv/qtile/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/qtile/config.py -------------------------------------------------------------------------------- /windenv/redshift.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/redshift.conf -------------------------------------------------------------------------------- /windenv/redshift/hooks/brightness.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/redshift/hooks/brightness.sh -------------------------------------------------------------------------------- /windenv/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/rofi/config.rasi -------------------------------------------------------------------------------- /windenv/rofi/default-config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/rofi/default-config.rasi -------------------------------------------------------------------------------- /windenv/rofi/themes/golden-night.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/rofi/themes/golden-night.rasi -------------------------------------------------------------------------------- /windenv/rofi/themes/invisible.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/rofi/themes/invisible.rasi -------------------------------------------------------------------------------- /windenv/screenlayout/dual-screen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/screenlayout/dual-screen.sh -------------------------------------------------------------------------------- /windenv/screenlayout/mono-screen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/screenlayout/mono-screen.sh -------------------------------------------------------------------------------- /windenv/sxhkd/hlwm-sxhkdrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/sxhkd/hlwm-sxhkdrc -------------------------------------------------------------------------------- /windenv/sxhkd/sxhkdrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/sxhkd/sxhkdrc -------------------------------------------------------------------------------- /windenv/udiskie/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/udiskie/config.yml -------------------------------------------------------------------------------- /windenv/xbindkeysrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xbindkeysrc -------------------------------------------------------------------------------- /windenv/xinitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xinitrc -------------------------------------------------------------------------------- /windenv/xkbcomp.xkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xkbcomp.xkb -------------------------------------------------------------------------------- /windenv/xkbmap: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /windenv/xmodmap/Xmodmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xmodmap/Xmodmap -------------------------------------------------------------------------------- /windenv/xmodmap/belge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xmodmap/belge -------------------------------------------------------------------------------- /windenv/xmodmap/belge-escape-lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xmodmap/belge-escape-lock -------------------------------------------------------------------------------- /windenv/xmodmap/belge-meta-super-hyper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xmodmap/belge-meta-super-hyper -------------------------------------------------------------------------------- /windenv/xmodmap/dvorak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xmodmap/dvorak -------------------------------------------------------------------------------- /windenv/xmodmap/francais: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xmodmap/francais -------------------------------------------------------------------------------- /windenv/xmodmap/francais-escape-lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xmodmap/francais-escape-lock -------------------------------------------------------------------------------- /windenv/xmodmap/qwerty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xmodmap/qwerty -------------------------------------------------------------------------------- /windenv/xmodmap/xchange-lock-escape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xmodmap/xchange-lock-escape -------------------------------------------------------------------------------- /windenv/xprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xprofile -------------------------------------------------------------------------------- /windenv/xscreensaver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xscreensaver -------------------------------------------------------------------------------- /windenv/xserverrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xserverrc -------------------------------------------------------------------------------- /windenv/xsession: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xsession -------------------------------------------------------------------------------- /windenv/xsessionrc: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | 4 | -------------------------------------------------------------------------------- /windenv/xstart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chimay/configuration/HEAD/windenv/xstart --------------------------------------------------------------------------------