1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

README.md and random comments: use https whenever possible

This commit is contained in:
Hyacinthe Cartiaux 2013-09-16 15:13:17 +02:00
parent c1e91e4971
commit 08159d1981
4 changed files with 7 additions and 6 deletions

View file

@ -53,9 +53,9 @@ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Hyacinthe Cartiaux, using various contributions on the Internet, in particular: Hyacinthe Cartiaux, using various contributions on the Internet, in particular:
* [Sebastien Varrette dotfiles](http://github.com/Falkor/dotfiles) * [Sebastien Varrette dotfiles](https://github.com/Falkor/dotfiles)
* [Derek Payton dotfiles](http://bitbucket.org/dmpayton/dotfiles/src/tip/.bashrc) * [Derek Payton dotfiles](http://bitbucket.org/dmpayton/dotfiles/src/tip/.bashrc)
* [Ryan Tomayko dotfiles](http://github.com/rtomayko/dotfiles/blob/rtomayko/.bashrc) * [Ryan Tomayko dotfiles](https://github.com/rtomayko/dotfiles/blob/rtomayko/.bashrc)
* [Sebastien Badia vim configuration](https://github.com/sbadia/grimvim) * [Sebastien Badia vim configuration](https://github.com/sbadia/grimvim)
As often, I release these files under GNU GPL Licence v3. As often, I release these files under GNU GPL Licence v3.

View file

@ -1,10 +1,10 @@
#! /bin/bash #! /bin/bash
################################################################################ ################################################################################
# .bashrc -- my personal Bourne-Again shell (aka bash) configuration # .bashrc -- my personal Bourne-Again shell (aka bash) configuration
# see http://github.com/hcartiaux/dotfiles # see https://github.com/hcartiaux/dotfiles
# #
# Copyright (c) 2010 Sebastien Varrette <Sebastien.Varrette@uni.lu> # Copyright (c) 2010 Sebastien Varrette <Sebastien.Varrette@uni.lu>
# http://varrette.gforge.uni.lu # https://varrette.gforge.uni.lu
# Copyright (c) 2013 Hyacinthe Cartiaux <Hyacinthe.Cartiaux@uni.lu> # Copyright (c) 2013 Hyacinthe Cartiaux <Hyacinthe.Cartiaux@uni.lu>
# _ _ # _ _
# | |__ __ _ ___| |__ _ __ ___ # | |__ __ _ ___| |__ _ __ ___

View file

@ -1,6 +1,6 @@
################################################################################ ################################################################################
# .inputrc -- my personal Readline configuration # .inputrc -- my personal Readline configuration
# see http://github.com/hcartiaux/dotfiles # see https://github.com/hcartiaux/dotfiles
# #
# Copyright (c) 2010 Sebastien Varrette <Sebastien.Varrette@uni.lu> # Copyright (c) 2010 Sebastien Varrette <Sebastien.Varrette@uni.lu>
# Copyright (c) 2013 Hyacinthe Cartiaux <Hyacinthe.Cartiaux@uni.lu> # Copyright (c) 2013 Hyacinthe Cartiaux <Hyacinthe.Cartiaux@uni.lu>

View file

@ -1,6 +1,6 @@
################################################################################ ################################################################################
# .gitconfig -- my personal GIT configuration # .gitconfig -- my personal GIT configuration
# see http://github.com/Falkor/dotfiles # see https://github.com/hcartiaux/dotfiles
# #
# Copyright (c) 2010 Sebastien Varrette <Sebastien.Varrette@uni.lu> # Copyright (c) 2010 Sebastien Varrette <Sebastien.Varrette@uni.lu>
# #
@ -15,6 +15,7 @@
################################################################################ ################################################################################
# Resources: # Resources:
# - http://stackoverflow.com/questions/267761/what-does-your-gitconfig-contain # - http://stackoverflow.com/questions/267761/what-does-your-gitconfig-contain
# - https://github.com/Falkor/dotfiles
[user] [user]
name = Hyacinthe Cartiaux name = Hyacinthe Cartiaux
email = hyacinthe.cartiaux@uni.lu email = hyacinthe.cartiaux@uni.lu