summary refs log tree commit diff
path: root/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-23[tmux] delete it again.Franck Cuny2-27/+1
2018-11-23[bash] Let's try to use emacs ttyFranck Cuny15-12/+311
2018-11-18[tmux] Small change to binding + fix terminalFranck Cuny1-4/+5
At this point we can use xterm instead of screen.
2018-11-18[bash] Add '#' at the beginning of the promptFranck Cuny1-6/+2
To avoid pasting by accident the same line, add a '#' at the beginning of the prompt. Cleanup.
2018-11-17[tmux] Add comments and don't display status.Franck Cuny1-0/+10
2018-10-22[emacs] Some update for flycheck and go.Franck Cuny1-14/+15
2018-10-22[emacs] Don't import ruby stuff in the pathFranck Cuny1-5/+1
2018-10-22[aspell] Add more wordsFranck Cuny1-2/+3
2018-10-18[emacs] Further simplifications.Franck Cuny1-12/+15
- consistently use 'fcuny/' for custom prefixes - add a function to remove | in text (when I need to trim input from MySQL) - do not use ivy completion with magit
2018-10-18[emacs] A few more simplifications.Franck Cuny1-30/+1
2018-10-18[emacs] Remove ivy and switch to idoFranck Cuny1-19/+26
2018-10-18[emacs] Simplify UIFranck Cuny1-21/+2
Don't need anything fancy.
2018-10-15[emacs] Customize appearance.Franck Cuny1-92/+69
A few tweaks to the default UI: - modeline is blue - highlighted line is blue - transparent title window on OSX - ensure fonts are using antialiasing
2018-10-14[tmux] Add tmux config backFranck Cuny3-1/+22
Also a global config for `ag`.
2018-10-14[README] update.Franck Cuny1-1/+4
2018-10-06[emacs] add company-modeFranck Cuny1-0/+9
This will require more configuration later.
2018-10-06[emacs] empty scratch bufferFranck Cuny1-0/+1
2018-10-04[bash] remove a few unused thingsFranck Cuny1-6/+1
2018-10-04[scripts] add a few scriptsFranck Cuny2-0/+6
2018-10-04[emacs] Smaller fontFranck Cuny1-1/+1
2018-10-04[emacs] Update python configFranck Cuny1-1/+2
2018-10-01[emacs] Remove code to manage display.Franck Cuny1-60/+10
I don't need so many custom code to manage the display. We just want to specify the font size, and how to switch to full screen.
2018-09-28[emacs] new binding for dired-jumpFranck Cuny1-1/+2
2018-09-28[emacs] Add uniquifyFranck Cuny1-0/+8
2018-09-28[emacs] Some updates for markdown, counsel, etc.Franck Cuny1-10/+13
2018-09-23[emacs] Add flycheck.Franck Cuny1-0/+5
2018-09-23[emacs] Small improvement to markdown config.Franck Cuny1-1/+5
2018-09-23[emacs] set font size to 15Franck Cuny1-1/+1
2018-09-23[emacs] Add support for markdownFranck Cuny1-0/+5
2018-09-23[emacs] Groups directories first with dired.Franck Cuny1-0/+1
2018-09-23[emacs] Use package 'general' for key bindings.Franck Cuny1-4/+5
2018-09-22[emacs] Update configuration for flyspell.Franck Cuny1-12/+13
2018-09-22[Emacs] Fix configuration for recentf.Franck Cuny1-3/+0
2018-09-22[emacs] a few updates to flyspell configurationFranck Cuny1-3/+11
2018-09-22[emacs] group things in the configurationFranck Cuny1-57/+72
2018-09-21[emacs] A few misc. updates.Franck Cuny1-27/+18
2018-09-18[configs] add some aurora configs.Franck Cuny3-0/+70
2018-09-15[emacs] Adding a few modes backFranck Cuny1-68/+186
Adding back counsel / projectile, since I actually miss using them. Rewrote some other configs, and added a couple new modules.
2018-09-15[bash] set editor back to emacsFranck Cuny1-1/+1
2018-09-09[vim] ffsFranck Cuny8-2668/+2
2018-09-09[README] updateFranck Cuny1-20/+1
2018-09-09[vim] disable syntaxFranck Cuny1-2/+1
2018-09-09[vim] add more syntax / ftplugin stuffFranck Cuny3-0/+3
2018-09-09[tmux] add tmux config backFranck Cuny2-1/+56
2018-09-09[bash] set vim for the default editorFranck Cuny1-1/+1
2018-09-08Revert "[vim] Guess what."Franck Cuny4-2/+2611
This reverts commit 2f8889f15056a3d02012c98c0eb701ee6fb16a57.
2018-09-08[emancs] remove projectile and ivyFranck Cuny1-64/+0
2018-09-08[emacs] remove eldoc configurationFranck Cuny1-4/+0
2018-09-08[emacs] remove magit configurationFranck Cuny1-26/+0
2018-09-08[emacs] clean up go configurationFranck Cuny1-21/+0
2018-09-08[emacs] remove flycheckFranck Cuny1-37/+8
2018-09-08[emacs] remove markdown configurationFranck Cuny1-10/+0
2018-09-08[emacs] remove flycheckFranck Cuny1-8/+0
2018-09-08[emacs] remove trampFranck Cuny1-5/+0
2018-09-08[emacs] remove duplicated package declarationFranck Cuny1-4/+0
2018-09-05[bash] Move all aliases to bashrc.Franck Cuny3-29/+28
2018-09-05[vim] Guess what.Franck Cuny4-2611/+2
2018-09-05[emacs] drop a bunch of useless stuff from the configFranck Cuny1-61/+2
Remove Python stuff, they don't work well (I don't know how to configure them correctly) and more importantly, I don't care. Remove the linter for puppet (it never works well). Also remove a few unused variables.
2018-09-02[vim] syntax on and don not show whitespaces for goFranck Cuny2-1/+2
2018-09-02[emacs] smaller font (again)Franck Cuny1-1/+1
2018-08-27[emacs] set the font size.Franck Cuny1-0/+2
2018-08-27[vim] Add vim again. Will give it another try for a week.Franck Cuny4-3/+2611
2018-08-19[emacs] merge configurationsFranck Cuny7-307/+243
2018-08-12[emacs] Move some more configuration back to init.elFranck Cuny3-235/+215
2018-08-11[emacs] Move back some configs to init.elFranck Cuny2-72/+71
Simplify by moving important variables and functions to the main init file.
2018-08-11[emacs] Automatically update elpa packages.Franck Cuny1-0/+8
2018-08-11[emacs] Set correctly the path for "source".Franck Cuny1-1/+1
2018-08-11[emacs] ensure use-package is installed.Franck Cuny1-0/+5
This is needed to bootstrap a new installation.
2018-08-05Shuffling things around in this repoFranck Cuny17-0/+0
2018-07-29[emacs] set font size for osxFranck Cuny1-1/+1
2018-07-17[emacs] BUILD files are python (at work)Franck Cuny1-1/+4
2018-07-17[emacs] Simplify the configurationFranck Cuny21-375/+294
Reduce the number of configuration files.
2018-07-08[emacs] Set font per operating system.Franck Cuny2-0/+6
2018-07-08[emacs] Reduce number of configuration files.Franck Cuny5-55/+45
Group settings in a sensible way.
2018-07-07[emacs] Ensure magit is installed.Franck Cuny1-0/+1
2018-07-07[emacs] Configure correctly for linux (chrome).Franck Cuny4-2/+17
Ensure go binaries are in the path for emacs and add custom settings for linux.
2018-07-06[emacs] All spelling configs in one place.Franck Cuny4-18/+20
2018-07-06[emacs] Forgot to add the serializer config.Franck Cuny2-0/+39
Closes #6
2018-07-06[emacs] Consolidate all serializers format in one file.Franck Cuny5-41/+1
This is easier to maintain. Closes #6
2018-07-03[emacs] Configure correctly python.Franck Cuny1-5/+16
Add anacondo, load eldoc correctly, etc.
2018-07-03[emacs] A number of fixes for go-modeFranck Cuny1-21/+30
Set correctly go-eldoc, set the width of tab to 2, define a proper hook, etc.
2018-07-01[emacs] Remove configuration for rustFranck Cuny3-34/+0
Remove backup file too for basic settings.
2018-07-01general cleanupFranck Cuny4-2589/+2
Remove vim and tmux
2018-06-29[emacs] Massive rewriteFranck Cuny58-766/+532
2018-06-13[emacs] Move back some configs to init.elFranck Cuny3-66/+54
2018-06-13[bash] fix an aliasFranck Cuny1-1/+1
2018-06-11[emacs] mehFranck Cuny1-2/+0
2018-06-11[emacs] fix comment for fringeFranck Cuny1-1/+1