1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2026-03-09 10:33:42 +01:00
User configuration files - mirror of github.com/hcartiaux/dotfiles
Find a file
2026-02-18 22:41:08 +01:00
bash [bash] bashrc - PS1_EXTRAINFO_PARTS should be initialized empty 2025-12-19 18:23:48 +01:00
bc [bc] Initial configuration (scale) 2014-03-06 01:18:37 +01:00
git [git] Use $EDITOR 2025-08-15 01:56:20 +02:00
gnupg [gnupg] Mitigate SKS key server flooding attack 2019-07-18 12:05:12 +02:00
ksh [bash,ksh] Initial ksh support 2023-02-06 21:56:42 +01:00
mail [mail] Remove short GPG key id in my signature 2017-03-14 10:56:30 +01:00
nvim [nvim] codecompanion - use mistral by default 2026-02-18 22:41:08 +01:00
rtorrent [rtorrent,install.sh] Initial commit for rtorrent 2014-01-01 17:43:47 +01:00
rvm [rvm] Initial commit 2014-02-02 11:17:11 +01:00
screen [screen] Remove the date from the status bar (generates desktop notifications every min) 2017-03-21 14:42:19 +01:00
ssh [ssh] config - use %C in the controlpath to shorten filenames 2025-09-08 23:02:15 +02:00
tmux [tmux] Compat with tmux 2.7 2025-07-11 17:31:51 +02:00
tsocks [tsocks] Cosmetic change, header 2014-01-01 17:42:51 +01:00
vim [vim] Disable unnamedplus, keep the config consistant with nvim 2025-10-29 12:03:42 +01:00
wget [install,wget] Remove specific g5k file (proxy not needed anymore) 2023-02-09 22:38:49 +01:00
zsh [zsh] Enable zsh-autosuggestions if avail 2026-02-18 22:31:44 +01:00
install.sh [vim,install] tentative to modernize my vimrc 2025-08-26 12:21:02 +02:00
README.md README.md - update broken links 2025-10-09 15:52:06 +02:00

Hyacinthe's dot files

These are my configuration files for bash, git, vim, etc. to set up a system the way I like it.

In the sequel, when providing a command, $> denotes a prompt and is not part of the commands.

Pre-requisites

You should install the following elements to use the full functionality of these config files:

  • zsh
  • zsh-completions
  • bash
  • bash-completions
  • powerline
  • screen
  • tmux
  • git
  • vim
  • ssh

Installation

Run the following commands:

$> git clone https://github.com/hcartiaux/dotfiles.git ~/.dotfiles
$> ~/.dotfiles/install.sh

Environment

I use primarily Archlinux, otherwise Debian and OpenBSD, so these config files will likely work on your system, possibly with a little tweaking.

BUGS

Find a bug? Just post a new issue on Github!

DISCLAIMER

My dotfiles are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

AUTHOR

Hyacinthe Cartiaux, using various contributions on the Internet, in particular:

Except stated otherwise, I release these files under GNU GPL Licence v3. You may use, modify, and/or redistribute them under the terms of the GPL Licence v3.