1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00
User configuration files - mirror of github.com/hcartiaux/dotfiles
Find a file
2020-06-12 10:33:58 +02:00
bash [bash] bash_slurm - remove functions and aliases made redundant by global config 2020-06-10 16:07:23 +02:00
bc [bc] Initial configuration (scale) 2014-03-06 01:18:37 +01:00
direnv [direnv] Remove the useless space in the PS1 var 2020-05-15 18:18:53 +02:00
g5k [g5k] Remove puppetplay cache... 2015-03-06 15:13:59 +01:00
git [git] Fix indentation in gitconfig 2020-06-12 10:33:58 +02:00
gnupg [gnupg] Mitigate SKS key server flooding attack 2019-07-18 12:05:12 +02:00
mail [mail] Remove short GPG key id in my signature 2017-03-14 10:56:30 +01:00
pyenv [pyenv] Pyenv initialization 2020-05-13 19:30:57 +02: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] Update VPS config 2020-05-08 17:05:02 +02:00
tmux [tmux] Various improvements 2014-05-18 19:49:46 +02:00
tsocks [tsocks] Cosmetic change, header 2014-01-01 17:42:51 +01:00
vim [vim] Fix the timestamp command 2017-01-19 16:07:49 +01:00
wget [wget] Add the ftp_proxy for g5k 2015-02-27 12:22:39 +01:00
zsh [zsh] git prompt file, shfmt run 2018-02-25 13:13:38 +01:00
install.sh [pyenv] Pyenv initialization 2020-05-13 19:30:57 +02:00
issue [issue] New laptop 2017-08-24 13:57:24 +02:00
README.md README.md and random comments: use https whenever possible 2013-09-16 15:13:17 +02:00

-- mode: markdown; mode: auto-fill; fill-column: 80 --

README.md


Hyacinthe Cartiaux Dot Files

These are my configuration files for bash, git, vim etc. so as 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
  • screen
  • tmux
  • git
  • subversion
  • vim
  • ssh

Installation

Run the following commands:

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

Environment

I am running primarily on Archlinux, otherwise on Debian so these config files will likely work on your system, eventually 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:

As often, 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.