Rodolphe Breard
515912fadc
Add a youtube-dl alias for audio
2016-12-05 23:29:18 +01:00
Rodolphe Breard
e8ad304445
Remove the useless steam alias
2016-12-05 23:27:32 +01:00
Rodolphe Breard
70753740e3
Display the full key ID in the signature
...
Until now, the signature used the GPG short key ID to indicate that I
use OpenPGP. It is quite insecure because it takes a few seconds to
generate a new key with the same short key ID and fool someone who tries
to fetch my public key. Therefore, the use of the fingerprint is
recommended.
https://evil32.com/
https://security.stackexchange.com/questions/84280/short-openpgp-key-ids-are-insecure-how-to-configure-gnupg-to-use-long-key-ids-i
2016-11-26 15:40:58 +01:00
Rodolphe Breard
9d1859928f
Move the 'xplorer' alias to a binary
...
Using an alias does not work well when calling it from the WM's
launcher.
2016-10-31 18:03:54 +01:00
Rodolphe Breard
399b685d3f
Add a mount alias with read-only features
2016-10-30 12:28:56 +01:00
Rodolphe Breard
75a2454393
Add an alias for the file manager
2016-10-30 12:14:55 +01:00
Rodolphe Breard
30e0ccccf3
Move stuff from .xinitrc to .xprofile
2016-10-30 12:09:31 +01:00
Rodolphe Breard
084d9cf04b
Add a second "misc" window group
2016-10-30 12:02:05 +01:00
Rodolphe Breard
8f3e16f21e
Remove the battery widget if there is no battery
2016-10-22 19:21:03 +02:00
Rodolphe Breard
9ac8f2b2bb
Add pew zsh config
2016-10-22 19:20:16 +02:00
Rodolphe Breard
480db874d5
extra compose key
2016-08-30 21:10:06 +02:00
Rodolphe Breard
6055bb758d
[qtile] toggle floating shortcut
2016-08-30 21:09:43 +02:00
Rodolphe Breard
2f82268829
vundle update
2016-08-10 23:03:21 +02:00
Rodolphe Breard
afac5c1506
Add a memento to the git commit message template
...
Lot of people and projects defines their own commit message
good-practices. This commit adds a memento with a sum up of those good
practices in order to keep messages clear.
https://github.com/voku/dotfiles/blob/master/.gitmessage
a48494d2fb/README
2016-07-30 19:50:22 +02:00
Rodolphe Breard
ef99ab3a6a
Adding clang-format alias
2016-07-28 18:22:44 +02:00
Rodolphe Breard
4747abe034
Removing zsh autocorrect.
2016-07-18 11:30:31 +02:00
Rodolphe Breard
cc1cb7934b
Removing the unused bclean alias.
2016-07-09 19:30:26 +02:00
Rodolphe Breard
49e8fe8430
Commenting git aliases.
2016-07-09 19:20:21 +02:00
Rodolphe Breard
fc2e3b1c13
Add a vim configuration plugin for Rust.
2016-07-04 13:41:28 +02:00
Rodolphe Breard
5a6a0785e1
Replace the urxvt terminal emulator by termite.
...
urxvt has a few issues regarding font rendering, in particular with some
symbols used by liquidprompt.
2016-07-03 14:29:08 +02:00
Rodolphe Breard
21fdef6f86
Correct the export guards.
2016-06-28 23:14:30 +02:00
Rodolphe Breard
9e7ff8c226
Add guards before exporting the GPG Agent env variables.
2016-06-28 23:09:07 +02:00
Rodolphe Breard
17f6bb0801
Upgrade the way GPG agent is handled.
...
GnuPG 2.1.13 now uses "/run/user/$UID/gnupg/" as the default sockets
directory. This commit both update the path and cleans the way it was
handled by bash and zsh (why the hell was that done in different ways?).
https://lists.gnupg.org/pipermail/gnupg-announce/2016q2/000390.html
2016-06-28 22:54:29 +02:00
Rodolphe Breard
0858615d9c
updating vundle
2016-06-19 17:27:55 +02:00
Rodolphe Breard
084396d7a4
updating the steam alias
2016-06-19 17:24:41 +02:00
Rodolphe Breard
7bbb97487f
adding the chromium-tunnel script
2016-06-19 17:24:06 +02:00
Rodolphe Breard
5e8c8b2db6
Updating vundle.
2015-11-14 18:58:20 +01:00
Rodolphe Breard
9193dc5dc5
Quick bugfix for the mirrorlist update.
2015-11-10 11:10:17 +01:00
Rodolphe Breard
ee1998d38a
Adding abcde config.
2015-11-08 18:50:52 +01:00
Rodolphe Breard
bff9f3d92f
Updating xscreensaver's settings.
2015-11-03 10:59:28 +01:00
Rodolphe Breard
f577499865
Changing the qtile font.
2015-11-03 00:43:45 +01:00
Rodolphe Breard
e881ca3844
Checking if tree is installed.
2015-11-03 00:28:43 +01:00
Rodolphe Breard
73a75726d1
Add the missing variable.
2015-11-03 00:07:17 +01:00
Rodolphe Breard
0be3e6d37d
Add a license for the scripts.
2015-11-02 23:53:35 +01:00
Rodolphe Breard
5ce82d1642
Move bash and zsh aliases into a common file and functions to scripts.
...
Having two sets of aliases is hard to manage, therefore merging bash and
zsh aliases prevents duplicate content.
Some functions set with those aliases needs to be run with sudo and
therefore keeping them as functions does not work. Hence, they have been
moved into scripts located in a new dedicated "bin" folder.
https://serverfault.com/questions/177699/how-can-i-execute-a-bash-function-with-sudo
2015-11-02 23:47:10 +01:00
Rodolphe Breard
1a26a0a2b1
Add a script to update pacman's mirror list.
2015-11-02 23:01:08 +01:00
Rodolphe Breard
c90e95f787
Print the error message in stderr instead of stdout.
2015-11-02 22:08:37 +01:00
Rodolphe Breard
7b89640777
Add the clean command.
...
Sometimes it is useful to remove temporary files from a directory. I
used to do this with a shell script located in /usr/bin/, however that
wasn't very convenient. Putting the script in the .zshrc allows to
maintains the very small script with all the dotfiles instead of copying
the script from machines to machines.
2015-11-02 22:02:04 +01:00
Rodolphe Breard
c4671585e3
Adding the vim-troll-stopper plugin.
2015-10-28 10:03:40 +01:00
Rodolphe Breard
ba23c54b9f
Add the Xdg user directories configuration.
...
The default folders for pictures, music, etc starts with a capital
letter. Such folders are automatically created and used by some
programs, for example web navigators uses the download folder.
https://wiki.archlinux.org/index.php/Xdg_user_directories
2015-10-27 10:14:28 +01:00
Rodolphe Breard
0b5ef41997
Using only useful licenses.
2015-10-20 18:05:42 +02:00
Rodolphe Breard
6d66838424
Adding common aliases to bash.
2015-10-20 13:56:56 +02:00
Rodolphe Breard
6b99ba306b
Improving the prompt choice layout.
2015-10-20 13:52:26 +02:00
Rodolphe Breard
3781c6ffc7
Reindenting .zshrc.
2015-10-20 13:44:39 +02:00
Rodolphe Breard
7334726311
Removing unused protestation function.
2015-10-20 13:39:06 +02:00
Rodolphe Breard
1653cd78b7
Adding the top/htop alias back.
2015-10-20 13:37:25 +02:00
Rodolphe Breard
7bb8787b71
Checking if xscreensaver is installed before creating the lock alias.
2015-10-20 13:35:06 +02:00
Rodolphe Breard
344b86834d
Removing the NERD Commenter plugin.
...
I never really used this module and the only times I did I was
disappointed by the quality. Too much similar commands, no support for
block comments (each line of a block is commented individually) and so
on. Furthermore, I dislike the WTFPL license. Even the FSF do not
recommend this license.
https://www.gnu.org/licenses/license-list.html#WTFPL
2015-10-19 15:53:00 +02:00
Rodolphe Breard
f4fcf745f8
Switching from the molokai color scheme to badwolf.
...
I just realized molokai does not have any license and therefore is
non-free.
2015-10-19 15:39:38 +02:00
Rodolphe Breard
a2568f01ba
Adding the vim-dnsserial plugin.
2015-10-18 01:23:20 +02:00