Commit graph

  • 30e0ccccf3 Move stuff from .xinitrc to .xprofile Rodolphe Breard 2016-10-30 12:09:31 +0100
  • 084d9cf04b Add a second "misc" window group Rodolphe Breard 2016-10-30 12:02:05 +0100
  • 8f3e16f21e Remove the battery widget if there is no battery Rodolphe Breard 2016-10-22 19:21:03 +0200
  • 9ac8f2b2bb Add pew zsh config Rodolphe Breard 2016-10-22 19:20:16 +0200
  • 480db874d5 extra compose key Rodolphe Breard 2016-08-30 21:10:06 +0200
  • 6055bb758d [qtile] toggle floating shortcut Rodolphe Breard 2016-08-30 21:09:43 +0200
  • 2f82268829 vundle update Rodolphe Breard 2016-08-10 23:03:21 +0200
  • 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 Rodolphe Breard 2016-07-30 19:50:22 +0200
  • ef99ab3a6a Adding clang-format alias Rodolphe Breard 2016-07-28 18:22:44 +0200
  • 4747abe034 Removing zsh autocorrect. Rodolphe Breard 2016-07-18 11:30:31 +0200
  • cc1cb7934b Removing the unused bclean alias. Rodolphe Breard 2016-07-09 19:30:26 +0200
  • 49e8fe8430 Commenting git aliases. Rodolphe Breard 2016-07-09 19:20:21 +0200
  • fc2e3b1c13 Add a vim configuration plugin for Rust. Rodolphe Breard 2016-07-04 13:41:28 +0200
  • 5a6a0785e1 Replace the urxvt terminal emulator by termite. urxvt has a few issues regarding font rendering, in particular with some symbols used by liquidprompt. Rodolphe Breard 2016-07-03 14:29:08 +0200
  • 21fdef6f86 Correct the export guards. Rodolphe Breard 2016-06-28 23:14:30 +0200
  • 9e7ff8c226 Add guards before exporting the GPG Agent env variables. Rodolphe Breard 2016-06-28 23:09:07 +0200
  • 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 Rodolphe Breard 2016-06-28 22:54:29 +0200
  • 0858615d9c updating vundle Rodolphe Breard 2016-06-19 17:27:55 +0200
  • 084396d7a4 updating the steam alias Rodolphe Breard 2016-06-19 17:24:41 +0200
  • 7bbb97487f adding the chromium-tunnel script Rodolphe Breard 2016-06-19 17:24:06 +0200
  • 5e8c8b2db6 Updating vundle. Rodolphe Breard 2015-11-14 18:58:20 +0100
  • 9193dc5dc5 Quick bugfix for the mirrorlist update. Rodolphe Breard 2015-11-10 11:10:17 +0100
  • ee1998d38a Adding abcde config. Rodolphe Breard 2015-11-08 18:50:52 +0100
  • bff9f3d92f Updating xscreensaver's settings. Rodolphe Breard 2015-11-03 10:59:28 +0100
  • f577499865 Changing the qtile font. Rodolphe Breard 2015-11-03 00:43:45 +0100
  • e881ca3844 Checking if tree is installed. Rodolphe Breard 2015-11-03 00:28:43 +0100
  • 73a75726d1 Add the missing variable. Rodolphe Breard 2015-11-03 00:07:17 +0100
  • 0be3e6d37d Add a license for the scripts. Rodolphe Breard 2015-11-02 23:53:35 +0100
  • 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 Rodolphe Breard 2015-11-02 23:47:10 +0100
  • 1a26a0a2b1 Add a script to update pacman's mirror list. Rodolphe Breard 2015-11-02 23:01:08 +0100
  • c90e95f787 Print the error message in stderr instead of stdout. Rodolphe Breard 2015-11-02 22:08:37 +0100
  • 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. Rodolphe Breard 2015-11-02 22:02:04 +0100
  • c4671585e3 Adding the vim-troll-stopper plugin. Rodolphe Breard 2015-10-28 10:03:40 +0100
  • 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 Rodolphe Breard 2015-10-27 10:14:28 +0100
  • 0b5ef41997 Using only useful licenses. Rodolphe Breard 2015-10-20 18:05:42 +0200
  • 6d66838424 Adding common aliases to bash. Rodolphe Breard 2015-10-20 13:56:56 +0200
  • 6b99ba306b Improving the prompt choice layout. Rodolphe Breard 2015-10-20 13:52:26 +0200
  • 3781c6ffc7 Reindenting .zshrc. Rodolphe Breard 2015-10-20 13:44:39 +0200
  • 7334726311 Removing unused protestation function. Rodolphe Breard 2015-10-20 13:39:06 +0200
  • 1653cd78b7 Adding the top/htop alias back. Rodolphe Breard 2015-10-20 13:37:25 +0200
  • 7bb8787b71 Checking if xscreensaver is installed before creating the lock alias. Rodolphe Breard 2015-10-20 13:35:06 +0200
  • 344b86834d Removing the NERD Commenter plugin. Rodolphe Breard 2015-10-19 15:53:00 +0200
  • f4fcf745f8 Switching from the molokai color scheme to badwolf. I just realized molokai does not have any license and therefore is non-free. Rodolphe Breard 2015-10-19 15:39:38 +0200
  • a2568f01ba Adding the vim-dnsserial plugin. Rodolphe Breard 2015-10-18 01:23:20 +0200
  • 2a7d607dc6 Adding the missing session signs. Rodolphe Breard 2015-10-17 12:26:08 +0200
  • e3c972b06b Adding documentation for vim plugins. Rodolphe Breard 2015-10-17 12:11:10 +0200
  • b34b959d20 Adding Vundle as a git submodule. Rodolphe Breard 2015-10-17 12:03:42 +0200
  • 69b00cc08f Documenting the Vundle plugins. Rodolphe Breard 2015-10-17 10:59:32 +0200
  • c28b15494b Using Vundle to manage the color theme. Rodolphe Breard 2015-10-17 10:54:51 +0200
  • 50332d9f32 Removing emacs configuration. Rodolphe Breard 2015-10-17 10:43:06 +0200
  • 64d2c15a46 Fixing tmux default-terminal Rodolphe Breard 2015-10-15 12:00:29 +0200
  • 837f1681c3 Adding the vim-licenses plugin. Rodolphe Breard 2015-10-11 21:48:23 +0200
  • 9ebd5ca30a Ignoring vim temp files. Rodolphe Breard 2015-10-11 17:32:52 +0200
  • c3a6e55f9c Adding the nerdcommenter plugin. Rodolphe Breard 2015-10-11 17:31:50 +0200
  • b1d33a22c8 Improving the vimrc file. Rodolphe Breard 2015-10-11 17:02:15 +0200
  • 7351144c63 Fix indent. Rodolphe Breard 2015-10-05 11:46:57 +0200
  • b1058efd69 Add a template for git commit. Such a template will help to write better commit messages. http://codeinthehole.com/writing/a-useful-template-for-commit-messages/ Rodolphe Breard 2015-10-05 11:04:27 +0200
  • d077bcb924 Starting to move away from emacs in favor of vim. Rodolphe Breard 2015-10-02 21:03:55 +0200
  • 3a030059ca Updating GPG agent's auto-start. From GPG 2.1, the auto-start mechanism has changed. https://www.gnupg.org/faq/whats-new-in-2.1.html Rodolphe Breard 2015-10-02 20:59:51 +0200
  • 6501871262 Logging qtile's errors. Rodolphe Breard 2015-10-02 19:53:20 +0200
  • 638a91c01b Making qtile the default session. Rodolphe Breard 2015-10-02 19:38:03 +0200
  • b81f9fdb92 Replacing "awesome" by "qtile" in the readme. Rodolphe Breard 2015-10-02 15:39:40 +0200
  • 161b548111 Adding the apache license. Rodolphe Breard 2015-10-02 14:21:54 +0200
  • c924913c11 Setting the custom bin directory first in the PATH. Rodolphe Breard 2015-09-13 17:43:29 +0200
  • dbd988064e Removing the useless rbenv support. Rodolphe Breard 2015-09-13 14:48:16 +0200
  • c302b90e7e removing awesome wm Rodolphe Breard 2015-08-26 17:36:30 +0200
  • f51563c065 Adding a battery widget. Rodolphe Breard 2015-08-16 17:50:44 +0200
  • 798acc059a Adding CPU and RAM widgets. Rodolphe Breard 2015-08-16 17:41:15 +0200
  • f917f2bfd3 Using inconsolata as the default font for urxvt. Rodolphe Breard 2015-08-12 12:07:00 +0200
  • d973bf1ad2 Moving setxkbmap from .xinitrc to .xprofile Rodolphe Breard 2015-08-11 20:58:06 +0200
  • 301eea05b4 Setting the keymap from .xinitrc Rodolphe Breard 2015-08-06 20:12:36 +0200
  • 781fd45d4c Adding "du" alias. Rodolphe Breard 2015-08-06 20:12:10 +0200
  • c64cc7b5fa Adding ReST comments. Rodolphe Breard 2015-07-23 11:13:11 +0200
  • 9fbb1bbcc1 Adding default layouts to groups. Rodolphe Breard 2015-07-18 14:52:27 +0200
  • 8085aea394 Adding screenshot shortcut. Rodolphe Breard 2015-07-13 14:04:40 +0200
  • 5f8555e62f Adding a screen lock shortcut. Rodolphe Breard 2015-07-08 17:07:38 +0200
  • 16da32d9d9 Improving the gitignore file. Rodolphe Breard 2015-07-08 16:30:23 +0200
  • 53f9a13c44 Moving the background definition to the startup hook. Rodolphe Breard 2015-07-08 16:28:44 +0200
  • 964ae293d0 Adding qtile configuration. Rodolphe Breard 2015-07-08 16:24:21 +0200
  • 63b9576199 Removing a '#' from python block comments. This is helpful for pep8 compliance. Rodolphe Breard 2015-07-04 23:23:41 +0200
  • c726a1f4c9 Removing autocd: it do more harm than good Rodolphe Breard 2015-07-04 21:57:12 +0200
  • 1a33656aad removing useless names Rodolphe Breard 2015-06-02 17:52:27 +0200
  • 059ea41d16 Opening .toml files in config-mode Rodolphe Breard 2015-05-29 12:18:18 +0200
  • ebb9d2a1d3 Creating an alias for steam because of the "steam runtime". https://github.com/ValveSoftware/steam-runtime/issues/13 Rodolphe Breard 2015-05-25 02:49:41 +0200
  • ef3f487f9f adding tree alias Rodolphe Breard 2015-05-16 17:33:39 +0200
  • 6fafca1a19 adding emacs rust-mode support Rodolphe Breard 2015-05-16 17:01:48 +0200
  • 91fb3d7695 Adding a random string to the "stop censorship" message. This is intended to bypass log grouping by creating (almost) unique messages, thus maximizing the visibility. Rodolphe Breard 2015-04-29 14:48:40 +0200
  • b177158e96 tmux index Rodolphe Breard 2015-04-17 21:35:35 +0200
  • 8ea82120c6 everything's better with a cowsay Rodolphe Breard 2015-03-18 00:46:14 +0100
  • 3b71b785a4 istheinternetonfire Rodolphe Breard 2015-03-18 00:34:15 +0100
  • c9b71b4276 Stop internet censorship Rodolphe Breard 2015-03-16 11:40:03 +0100
  • f0b241366a adding sqlmap helpers Rodolphe Breard 2015-02-21 16:23:04 +0100
  • 60b413bf83 adding a chromium helper for tor Rodolphe Breard 2015-02-21 16:14:22 +0100
  • 77f8febe5b Adding custom PATH to .xinitrc The WM not being started with a login shell, the user preference aren't loaded. For example, awesome's quick exec bar cannot profit from the .zshrc custom PATH. Setting it in the .xinitrc solves this problem. Rodolphe Breard 2015-02-14 10:39:15 +0100
  • 2dc3dcdc5a cleanup Rodolphe Breard 2015-02-13 18:31:43 +0100
  • 2e686faca1 inlining the rbenv part Rodolphe Breard 2015-02-13 17:43:13 +0100
  • ad78c2a78f Checking whether or not the path has already been exported Rodolphe Breard 2015-02-13 13:07:26 +0100
  • b3099d7f7c Adding an awesome psql prompt. Rodolphe Breard 2015-02-11 17:45:43 +0100
  • b3b0e62b9f Removing the -m and the f**king -F option to less. -m was not wanted anymore. -F implementation has changed. It used to make less behave like cat if the text could fit the terminal, now it displays nothing. I know the later is the intended behavior, however it makes this option absolutely awful when used in psql and there is no known replacement. Rodolphe Breard 2015-02-11 17:24:02 +0100
  • 0f50be3a6d exporting some gpg agent variables and initializing rbenv if found Rodolphe Breard 2015-02-09 22:28:28 +0100