Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [git] update alias for commit | Franck Cuny | 2016-12-13 | 1 | -1/+1 | |
| | | | | I want to see what's going to be commited. | |||||
* | [bash] Set editor to vim and new alias for ctags. | Franck Cuny | 2016-12-13 | 1 | -1/+2 | |
| | ||||||
* | [bin] Add a script to render markdown to HTML. | Franck Cuny | 2016-12-12 | 1 | -0/+24 | |
| | ||||||
* | [tmux] New window PATH is $HOME | Franck Cuny | 2016-12-12 | 1 | -7/+1 | |
| | | | | | | | When I create a new window, I want to start in $HOME, not in the directory the previous window is. Show the status bar, and don't mess with colors. | |||||
* | [vim] Add basic configuration for vim. | Franck Cuny | 2016-12-10 | 2 | -3/+35 | |
| | ||||||
* | [iterm] update | Franck Cuny | 2016-12-09 | 1 | -98/+98 | |
| | ||||||
* | [bin] Script to get stats from Kestrel. | Franck Cuny | 2016-12-08 | 1 | -0/+25 | |
| | ||||||
* | [bin] Some targets were renamed. | Franck Cuny | 2016-12-06 | 1 | -2/+5 | |
| | ||||||
* | [Emacs] a few more changes to the theme. | Franck Cuny | 2016-12-06 | 1 | -14/+12 | |
| | ||||||
* | [bashrc] update prompt (again) | Franck Cuny | 2016-12-06 | 1 | -1/+1 | |
| | ||||||
* | [snippets] store some snippets / scripts here too. | Franck Cuny | 2016-12-06 | 3 | -0/+10 | |
| | ||||||
* | [bash] Add alias for tmux. | Franck Cuny | 2016-11-30 | 1 | -0/+1 | |
| | | | | Attach to the current session, and if none exists, create a new one. | |||||
* | [bash] Put current directory between square bracket. | Franck Cuny | 2016-11-30 | 1 | -1/+1 | |
| | ||||||
* | [tmux] Enable colors | Franck Cuny | 2016-11-30 | 1 | -0/+1 | |
| | ||||||
* | [iTerm] Misc. | Franck Cuny | 2016-11-30 | 1 | -5/+11 | |
| | ||||||
* | [Emacs] Set the cursor type. | Franck Cuny | 2016-11-30 | 1 | -0/+3 | |
| | ||||||
* | [Emacs] Simplify the mode-line by using only powerline. | Franck Cuny | 2016-11-26 | 1 | -57/+9 | |
| | | | | Simplify the configuration for flycheck too. | |||||
* | [tmux] simplify tmux as much as possible. | Franck Cuny | 2016-11-26 | 1 | -23/+1 | |
| | ||||||
* | [iterm] update. | Franck Cuny | 2016-11-26 | 1 | -78/+88 | |
| | ||||||
* | [Emacs] some small adjustments to the theme. | Franck Cuny | 2016-11-22 | 1 | -16/+28 | |
| | ||||||
* | [Emacs] Fix hook for Makefile. | Franck Cuny | 2016-11-22 | 1 | -3/+2 | |
| | ||||||
* | [Emacs] Add eldoc for python mode. | Franck Cuny | 2016-11-22 | 1 | -0/+1 | |
| | ||||||
* | [Emacs] slightly better colors for flycheck status. | Franck Cuny | 2016-11-22 | 1 | -3/+3 | |
| | ||||||
* | [README] misc. | Franck Cuny | 2016-11-22 | 1 | -2/+2 | |
| | ||||||
* | [tmux] colors for the status bar; indicates if docker runs | Franck Cuny | 2016-11-22 | 1 | -8/+8 | |
| | ||||||
* | [bin] Add tmux-status to the docker-gcp script. | Franck Cuny | 2016-11-22 | 1 | -1/+8 | |
| | ||||||
* | [bin] Dummy script to prettify JSON output. | Franck Cuny | 2016-11-21 | 1 | -0/+10 | |
| | ||||||
* | [tmux] Add tmux back (again) | Franck Cuny | 2016-11-21 | 2 | -17/+21 | |
| | ||||||
* | [bin] Add a script to run docker-machine with GCP. | Franck Cuny | 2016-11-21 | 2 | -0/+123 | |
| | | | | | This script is to interact with a remote VM for Docker, running in GCP. | |||||
* | [Emacs] remove another TAB. | Franck Cuny | 2016-11-21 | 1 | -3/+1 | |
| | ||||||
* | [Emacs] Add colors for flymake status. | Franck Cuny | 2016-11-21 | 1 | -3/+3 | |
| | ||||||
* | [Emacs] Display how long it takes to load the configuration | Franck Cuny | 2016-11-21 | 2 | -12/+3 | |
| | | | | | Instead of writing a custom function, use the emacs-startup-hook for that. | |||||
* | [Emacs] Don't hard code string. | Franck Cuny | 2016-11-21 | 1 | -2/+2 | |
| | ||||||
* | [Emacs] Remove TABS and replace them with spaces. | Franck Cuny | 2016-11-21 | 1 | -4/+4 | |
| | ||||||
* | [Emacs] proper configuration for white spaces. | Franck Cuny | 2016-11-20 | 1 | -3/+7 | |
| | | | | Enable it via a hook for all programming modes. | |||||
* | [Emacs] highlight current line. | Franck Cuny | 2016-11-20 | 1 | -4/+5 | |
| | ||||||
* | [iterm] Add initial configuraiton. | Franck Cuny | 2016-11-20 | 1 | -0/+833 | |
| | ||||||
* | [fonts] Remove Go font and add DejaVu | Franck Cuny | 2016-11-20 | 33 | -36/+0 | |
| | ||||||
* | [Emacs] Some updates to my own theme. | Franck Cuny | 2016-11-20 | 1 | -8/+7 | |
| | ||||||
* | [Emacs] Use spaceline to manage the mode-line. | Franck Cuny | 2016-11-20 | 1 | -0/+38 | |
| | | | | We can have a fancy and more readable mode line with the help of spaceline. | |||||
* | [Emacs] Use a symbol for the mode name for Magit. | Franck Cuny | 2016-11-20 | 1 | -0/+3 | |
| | ||||||
* | [Emacs] Make flycheck more readable in the mode line. | Franck Cuny | 2016-11-20 | 1 | -13/+16 | |
| | | | | | | This new configuration should be more easy to read, with report for individual errors/warnings/info. For every state other than 'finished', we display the report with ? instead of numbers. | |||||
* | [Emacs] Highlight current line. | Franck Cuny | 2016-11-20 | 1 | -0/+7 | |
| | ||||||
* | [Emacs] Use DejaVu Sans Mono for the font, add time, and bookmarks. | Franck Cuny | 2016-11-20 | 1 | -4/+12 | |
| | | | | | The bookmarks can be useful (for example, to go quickly to a thrift definition, when I never remember the path). | |||||
* | [Emacs] Split the configuration in individual lines. | Franck Cuny | 2016-11-20 | 1 | -14/+33 | |
| | | | | | Instead of having a large `(setq ...)', let's have multiple one. This makes it easier to comment on them. | |||||
* | [bash] Add alias for time and sort aliases. | Franck Cuny | 2016-11-19 | 1 | -2/+2 | |
| | ||||||
* | [bash] Do not put the date in the prompt. | Franck Cuny | 2016-11-19 | 1 | -1/+1 | |
| | | | | | | It would be more useful to add an alias to wrap commands with 'time' when needed instead. I don't care about the date the command was entered, I care about how long it takes to run it. | |||||
* | [Emacs] Add .projectile | Franck Cuny | 2016-11-17 | 1 | -0/+2 | |
| | | | | Once less thing to worry about. | |||||
* | [Emacs] Try a new font (Go Mono). | Franck Cuny | 2016-11-17 | 1 | -5/+2 | |
| | ||||||
* | [Makefile] rewrite it, to install correctly the fonts. | Franck Cuny | 2016-11-17 | 1 | -12/+23 | |
| | ||||||
* | [bash] Update the prompt. | Franck Cuny | 2016-11-17 | 1 | -1/+1 | |
| | ||||||
* | [fonts] Add a directory with some fonts I like. | Franck Cuny | 2016-11-17 | 11 | -0/+36 | |
| | ||||||
* | [Emacs] 'projectile-global-mode' has been renamed to 'projectile-mode'. | Franck Cuny | 2016-11-17 | 1 | -1/+1 | |
| | ||||||
* | [Emacs] Group ruby buffers on the mode name, not file extension. | Franck Cuny | 2016-11-17 | 1 | -1/+1 | |
| | ||||||
* | [Emacs] Load my theme. | Franck Cuny | 2016-11-17 | 1 | -0/+8 | |
| | ||||||
* | [Emacs] Add a custom theme. | Franck Cuny | 2016-11-17 | 1 | -0/+50 | |
| | | | | | A simple theme, with no syntax highlighting. The text is black, and comments / documentation are bold (to make it easier to see). | |||||
* | [Emacs] add a few comments | Franck Cuny | 2016-11-12 | 1 | -1/+3 | |
| | ||||||
* | [Emacs] Rename config.el to settings.el | Franck Cuny | 2016-11-12 | 2 | -3/+3 | |
| | ||||||
* | [bin] Before building pants targets, check source is available | Franck Cuny | 2016-11-12 | 1 | -1/+9 | |
| | ||||||
* | [bin] Add a script to update Emacs. | Franck Cuny | 2016-11-12 | 1 | -0/+8 | |
| | ||||||
* | [Emacs] Add docstring and update some settings. | Franck Cuny | 2016-11-11 | 1 | -148/+205 | |
| | | | | Hopefully this is the last time I 'batch commit' a large change that way. | |||||
* | [git] More human readable gitignore. | Franck Cuny | 2016-11-11 | 1 | -0/+5 | |
| | ||||||
* | [bin] Build the partition ownership tool and sort the targets. | Franck Cuny | 2016-11-11 | 1 | -3/+4 | |
| | ||||||
* | [tmux] delete configuration for tmux once again. | Franck Cuny | 2016-11-11 | 2 | -62/+2 | |
| | ||||||
* | [Emacs] renamed my custom files and load them with use-package. | Franck Cuny | 2016-11-11 | 4 | -9/+29 | |
| | | | | | | | The new names are more logical. They are loaded with `use-package', and the bindings are also set that way. For general bindings, we store them in the 'bindings.el' library. | |||||
* | [Emacs] small changes to the style. | Franck Cuny | 2016-11-09 | 1 | -1/+4 | |
| | | | | | Use a light gray for the mode line and a very light yellow for the background. | |||||
* | [Emacs] Add a few custom functions. | Franck Cuny | 2016-11-08 | 1 | -0/+46 | |
| | | | | Mostly stolen from spacemacs. | |||||
* | [bash] Small change to the prompt. | Franck Cuny | 2016-11-08 | 1 | -1/+1 | |
| | ||||||
* | [bash] Add a few more aliases. | Franck Cuny | 2016-11-08 | 1 | -0/+6 | |
| | ||||||
* | [bash] Add bin directory to path. | Franck Cuny | 2016-11-08 | 1 | -0/+3 | |
| | ||||||
* | [bin] Add a script to build twitter's tools. | Franck Cuny | 2016-11-08 | 1 | -0/+20 | |
| | ||||||
* | [Emacs] display message in mini buffer for a short amount of time | Franck Cuny | 2016-11-08 | 1 | -0/+3 | |
| | ||||||
* | [Emacs] A few more settings for flyspell. | Franck Cuny | 2016-11-08 | 1 | -3/+9 | |
| | | | | Use ivy to suggest words. | |||||
* | Revert "[tmux] remove it (again)" | Franck Cuny | 2016-11-03 | 2 | -1/+58 | |
| | | | | This reverts commit f82143bb2c81dec605d63f2b95a3d88a307a7974. | |||||
* | [emacs] Nicer configuration for flycheck. | Franck Cuny | 2016-11-02 | 1 | -23/+43 | |
| | ||||||
* | [emacs] Remove the configuration for time. | Franck Cuny | 2016-11-02 | 1 | -7/+0 | |
| | ||||||
* | [emacs] Move diminish at the top. | Franck Cuny | 2016-11-02 | 1 | -3/+3 | |
| | ||||||
* | [bash] I still need RVM to publish dashboards ... | Franck Cuny | 2016-11-02 | 1 | -1/+2 | |
| | ||||||
* | [bash] simplify a little bit more the configuration | Franck Cuny | 2016-11-01 | 1 | -21/+17 | |
| | ||||||
* | [tmux] remove it (again) | Franck Cuny | 2016-11-01 | 2 | -58/+1 | |
| | ||||||
* | [emacs] Main configuration for `swiper' is done with `ivy'. | Franck Cuny | 2016-10-29 | 1 | -6/+1 | |
| | ||||||
* | [emacs] A few more fixes for `exec-path-from-shell'. | Franck Cuny | 2016-10-29 | 1 | -2/+5 | |
| | ||||||
* | [emacs] More configuration for dired. | Franck Cuny | 2016-10-29 | 1 | -1/+12 | |
| | | | | | Enable the package `dired-x', and make sure we use `gls` instead of ls only if the binary is available. | |||||
* | [emacs] Add main configuration for `ivy'. | Franck Cuny | 2016-10-29 | 1 | -0/+37 | |
| | ||||||
* | [emacs] Move server configuration at the top. | Franck Cuny | 2016-10-29 | 1 | -4/+5 | |
| | ||||||
* | [emacs] A few more fixes | Franck Cuny | 2016-10-29 | 1 | -33/+44 | |
| | ||||||
* | [emacs] Use `shell-pop'. | Franck Cuny | 2016-10-29 | 1 | -0/+11 | |
| | ||||||
* | [emacs] Don't load settings for org-mode. | Franck Cuny | 2016-10-29 | 1 | -2/+0 | |
| | ||||||
* | [emacs] Ensure a few packages are indeed installed | Franck Cuny | 2016-10-29 | 1 | -0/+5 | |
| | ||||||
* | [emacs] REPL for racket is in a container. | Franck Cuny | 2016-10-29 | 1 | -1/+2 | |
| | ||||||
* | [emacs] Fix configuration for `flycheck'. | Franck Cuny | 2016-10-29 | 1 | -39/+41 | |
| | ||||||
* | [emacs] Make sure .py and .aurora files are marked as python. | Franck Cuny | 2016-10-29 | 1 | -1/+3 | |
| | ||||||
* | [emacs] Nicer configuration for `ibuffer'. | Franck Cuny | 2016-10-29 | 1 | -1/+28 | |
| | | | | Group buffers per mode. | |||||
* | [emacs] Ensure go-eldoc and gotest are installed. | Franck Cuny | 2016-10-29 | 1 | -1/+4 | |
| | ||||||
* | [emacs] Add settings for `eshell' and `lisp-mode'. | Franck Cuny | 2016-10-29 | 1 | -0/+27 | |
| | ||||||
* | [emacs] Fix for `exec-path-from-shell'. | Franck Cuny | 2016-10-29 | 1 | -1/+2 | |
| | | | | Still struggling to get this right. | |||||
* | [emacs] Add settings for `shell-pop'. | Franck Cuny | 2016-10-29 | 1 | -0/+11 | |
| | ||||||
* | [emacs] Add a few more settings for `helm'. | Franck Cuny | 2016-10-29 | 1 | -1/+11 | |
| | ||||||
* | [emacs] Add back missing binding for dired. | Franck Cuny | 2016-10-29 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Move binding to eval region. | Franck Cuny | 2016-10-29 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Ensure `diminish' is installed | Franck Cuny | 2016-10-29 | 1 | -1/+2 | |
| | ||||||
* | [emacs] Update settings for `ag'. | Franck Cuny | 2016-10-29 | 1 | -1/+5 | |
| | ||||||
* | [emacs] Don't set the location for the notes | Franck Cuny | 2016-10-29 | 1 | -4/+1 | |
| | | | | This has been removed. | |||||
* | [emacs] Re-organize variables for the package module. | Franck Cuny | 2016-10-29 | 1 | -7/+4 | |
| | ||||||
* | [emacs] Add configuration to manage terminals. | Franck Cuny | 2016-10-26 | 1 | -0/+36 | |
| | | | | | Manage my terminals in emacs. A few functions to quickly create new buffers and one to switch between them. | |||||
* | [emacs] Some changes to the UI. | Franck Cuny | 2016-10-26 | 1 | -8/+6 | |
| | ||||||
* | [bash] Add time (UTC) to my prompt. | Franck Cuny | 2016-10-26 | 1 | -7/+1 | |
| | | | | Remove a few alias for work (the aliases are in my ssh config). | |||||
* | [emacs] add a couple of functions to open temp files | Franck Cuny | 2016-10-26 | 1 | -11/+15 | |
| | | | | | | | | One of the function is to create a temp file locally, while the second one is to create it on nest. Remove the function to find the wiki pages (they are stored in Keep and Drive now). | |||||
* | [tmux] Add again tmux. | Franck Cuny | 2016-10-14 | 1 | -0/+56 | |
| | ||||||
* | [emacs] Use unicode for everything. | Franck Cuny | 2016-10-14 | 1 | -0/+2 | |
| | ||||||
* | [emacs] Change the font size and the frame's title. | Franck Cuny | 2016-10-14 | 1 | -2/+6 | |
| | | | | | | | | Use a bigger font for the main window, and a smaller one for the modeline. Change the title of the frame to contain the mode and the name of the file. | |||||
* | [emacs] Delete configuration for org-mode. | Franck Cuny | 2016-10-14 | 1 | -43/+0 | |
| | ||||||
* | [emacs] Copy more environment variables. | Franck Cuny | 2016-10-14 | 1 | -2/+6 | |
| | | | | | For the linter in puppet to work correctly, we need to copy the environment variables for GEM and so on. | |||||
* | [bash] Remove a couple of aliases. | Franck Cuny | 2016-10-14 | 2 | -15/+1 | |
| | | | | | | | I don't update my transactions for simple from the CLI, and I don't use the camera anymore. Let's try to replace `vi` with `ed` too. | |||||
* | Revert "[tmux] delete configuration for `tmux'." | Franck Cuny | 2016-08-26 | 2 | -1/+13 | |
| | | | | This reverts commit fe64da9ad511972229cb400c33ac0d1fcbe78f00. | |||||
* | [emacs] Fix indentation for a function. | Franck Cuny | 2016-08-22 | 1 | -7/+7 | |
| | ||||||
* | [emacs] Add a function to open a doc. page | Franck Cuny | 2016-08-22 | 2 | -0/+15 | |
| | | | | | | Use ivy/read to list all the documentation page and open one with. Closes #24. | |||||
* | [make] update email for git config | Franck Cuny | 2016-08-13 | 1 | -1/+1 | |
| | ||||||
* | Convert readme from org to md. | Franck Cuny | 2016-08-12 | 1 | -0/+2 | |
| | ||||||
* | [emacs] Open "bashrc" as a shell file. | Franck Cuny | 2016-08-10 | 1 | -0/+1 | |
| | | | | Closes #23. | |||||
* | [emacs] Add a css to preview markdown document | Franck Cuny | 2016-08-10 | 1 | -1/+1 | |
| | | | | Closes #22 | |||||
* | [emacs] Use "diminish" | Franck Cuny | 2016-08-10 | 1 | -0/+2 | |
| | | | | Closes #20 | |||||
* | [bash] avoid using vi | Franck Cuny | 2016-08-10 | 1 | -0/+2 | |
| | ||||||
* | [bash] function to preview markdown | Franck Cuny | 2016-08-10 | 1 | -0/+7 | |
| | | | | | | New bash function to render a preview of a markdown file. Closes #8. | |||||
* | [emacs] Add configuration for Makefile | Franck Cuny | 2016-08-04 | 1 | -0/+8 | |
| | | | | Closes #12. | |||||
* | [emacs] fix the configuration for org-mode | Franck Cuny | 2016-08-04 | 1 | -6/+6 | |
| | | | | | The name of the module for `use-package' was incorrect, therefore the hooks were not loaded when a org file was opened. | |||||
* | [git] re-enable colors for diff and so on. | Franck Cuny | 2016-08-04 | 1 | -1/+1 | |
| | ||||||
* | [emacs] Move back to `use-package'. | Franck Cuny | 2016-08-04 | 4 | -308/+332 | |
| | | | | | | Move some settings out from 'init.el' to make it easier to read. Closes #18, closes #17, closes #7. | |||||
* | Convert README from markdown to org-mode. | Franck Cuny | 2016-08-04 | 1 | -0/+0 | |
| | ||||||
* | [emacs] Add package 'use-package'. | Franck Cuny | 2016-08-02 | 1 | -0/+8 | |
| | | | | Closes #15. | |||||
* | [emacs] Show trailing white space | Franck Cuny | 2016-07-31 | 1 | -0/+3 | |
| | | | | Closes #5 | |||||
* | [emacs] cleanup. | Franck Cuny | 2016-07-31 | 1 | -3/+1 | |
| | | | | remove commented code. | |||||
* | [emacs] move around global settings. | Franck Cuny | 2016-07-31 | 1 | -11/+9 | |
| | | | | Closes #10 | |||||
* | [emacs] add package gist for emacs. | Franck Cuny | 2016-07-31 | 1 | -0/+3 | |
| | | | | | | I want to be able to create/list gists from emacs. Closes #8 | |||||
* | [emacs] aurora files are python code. | Franck Cuny | 2016-07-31 | 1 | -0/+1 | |
| | | | | Closes #4 | |||||
* | [tmux] delete configuration for `tmux'. | Franck Cuny | 2016-07-31 | 2 | -13/+1 | |
| | | | | | | | I have not used tmux in a while, and I don't see myself using it in a near future, this can be removed. Closes #13 | |||||
* | [emacs] markdown configuration | Franck Cuny | 2016-07-31 | 1 | -4/+3 | |
| | | | | | | | Set the default flavor of markdown to GitHub, and use `pandoc` as the default markdown command to render/preview. Closes #14 | |||||
* | [emacs] Set indentation width to 4 for go-mode. | Franck Cuny | 2016-07-28 | 1 | -0/+1 | |
| | | | | Closes #11. | |||||
* | Set the font to Droid Sans Mono | Franck Cuny | 2016-07-27 | 1 | -0/+3 | |
| | | | | Closes #9 | |||||
* | [emacs] add midnight mode to clean up buffers | Franck Cuny | 2016-07-25 | 1 | -0/+3 | |
| | ||||||
* | [emacs] set the path to pants correctly. | Franck Cuny | 2016-07-24 | 1 | -1/+1 | |
| | ||||||
* | [emacs] simplify the UI. | Franck Cuny | 2016-07-24 | 1 | -8/+2 | |
| | | | | Use default theme/colors/font. | |||||
* | [emacs] Cleanup go's configuration | Franck Cuny | 2016-07-24 | 1 | -9/+2 | |
| | | | | Use go-eldoc to get documentation, and remove some bindings. | |||||
* | [emacs] Bindings to quickly move between buffers | Franck Cuny | 2016-07-24 | 1 | -0/+2 | |
| | ||||||
* | [emacs] Fix the UI | Franck Cuny | 2016-07-16 | 1 | -4/+4 | |
| | | | | | Use DejaVu for the font, and slightly less yellow color for the background. | |||||
* | [bash] drop alias for docker, and move gcloud SDK | Franck Cuny | 2016-07-16 | 1 | -6/+3 | |
| | ||||||
* | [bash] don't build the PATH blindly | Franck Cuny | 2016-07-15 | 1 | -9/+18 | |
| | | | | | Check if directories / files exist before adding them to the path or sourcing them. | |||||
* | [git] don't use colors and remove a couple aliases | Franck Cuny | 2016-07-15 | 1 | -3/+1 | |
| | ||||||
* | [emacs] get back to a smaller font size | Franck Cuny | 2016-07-15 | 1 | -1/+1 | |
| | ||||||
* | [emacs] remove "use-package". | Franck Cuny | 2016-07-14 | 1 | -181/+145 | |
| | | | | | Stop using the "use-package" module, and rewrite the configuration without it. | |||||
* | [emacs] nicer colors for background and mode-line. | Franck Cuny | 2016-07-13 | 1 | -3/+3 | |
| | ||||||
* | Delete documentation | Franck Cuny | 2016-07-03 | 4 | -124/+0 | |
| | ||||||
* | Convert README from org to markdown. | Franck Cuny | 2016-07-03 | 1 | -0/+1 | |
| | ||||||
* | [emacs] move everything back to one file for now. | Franck Cuny | 2016-07-03 | 26 | -576/+347 | |
| | ||||||
* | [bash] clean up a little bit the configuration | Franck Cuny | 2016-07-03 | 1 | -19/+5 | |
| | ||||||
* | [tmux] remove a few options. | Franck Cuny | 2016-07-03 | 1 | -14/+0 | |
| | ||||||
* | [bash] Add a few more aliases. | Franck Cuny | 2016-06-25 | 1 | -2/+7 | |
| | ||||||
* | [bash] don't set GOROOT | Franck Cuny | 2016-06-25 | 1 | -1/+0 | |
| | ||||||
* | [makefile] remove empty line | Franck Cuny | 2016-06-25 | 1 | -1/+0 | |
| | ||||||
* | [emacs] Add lint for puppet to flycheck. | Franck Cuny | 2016-06-01 | 1 | -0/+2 | |
| | ||||||
* | [emacs] Add support for Docker files | Franck Cuny | 2016-06-01 | 1 | -0/+7 | |
| | ||||||
* | [emacs] simplify the UI | Franck Cuny | 2016-06-01 | 1 | -11/+12 | |
| | ||||||
* | [emacs] use default bindings for some modes | Franck Cuny | 2016-06-01 | 1 | -22/+1 | |
| | | | | Use default for smart-parens and projectile. | |||||
* | [make] remove bash files from installation | Franck Cuny | 2016-06-01 | 1 | -2/+0 | |
| | ||||||
* | [bash] remove some functions and add aliases | Franck Cuny | 2016-06-01 | 1 | -47/+23 | |
| | ||||||
* | [bash] delete a couple of files | Franck Cuny | 2016-06-01 | 2 | -4/+0 | |
| | ||||||
* | [emacs] copy environment variables for Ruby | Franck Cuny | 2016-05-25 | 1 | -0/+5 | |
| | | | | This is needed to get 'puppet-lint' running correctly. | |||||
* | [zsh] Remove configuration for zsh | Franck Cuny | 2016-05-24 | 6 | -122/+5 | |
| | | | | Remove unused documentation and configuration since we're back to bash. | |||||
* | [emacs] Drop configuration for org-mode. | Franck Cuny | 2016-05-24 | 2 | -50/+0 | |
| | | | | I'm not using it. | |||||
* | [emacs] Change mode line for flycheck. | Franck Cuny | 2016-05-24 | 1 | -0/+19 | |
| | | | | Display a unicode symbol to represent the status of the tests. | |||||
* | [emacs] open magit in full screen. | Franck Cuny | 2016-05-24 | 1 | -1/+16 | |
| | | | | | I prefer to have magit in full screen instead of having a new buffer to pop up. | |||||
* | [emacs] Name of the scala package has changed. | Franck Cuny | 2016-05-24 | 6 | -1/+94 | |
| | ||||||
* | a few more aliases | Franck Cuny | 2016-05-11 | 1 | -0/+4 | |
| | ||||||
* | [emacs] load term settings. | Franck Cuny | 2016-04-21 | 1 | -0/+1 | |
| | ||||||
* | [zsh] display the last 3 parts of the path. | Franck Cuny | 2016-04-08 | 1 | -1/+1 | |
| | | | | It makes it easier to spot where we are. | |||||
* | [emacs] Add configuration for ansi-term | Franck Cuny | 2016-04-08 | 1 | -0/+93 | |
| | | | | | | | Add configuration for ansi-term and use the package 'shell-pop' to pop a terminal. This is binded to 'C-:'. Most of the configuration is coming from 'spacemacs'. | |||||
* | [zsh] clean up zsh config. | Franck Cuny | 2016-03-23 | 5 | -29/+27 | |
| | | | | | Keep as few files as possible, and document the order this files are loaded in OS X. | |||||
* | [zsh] replace bash with zsh. | Franck Cuny | 2016-03-12 | 12 | -108/+58 | |
| | | | | | | | Add configuration files, delete bash config files, and update documentation. Closes #22 #19 | |||||
* | [emacs] Stop using smart-mode-line. | Franck Cuny | 2016-03-10 | 1 | -8/+15 | |
| | | | | Instead set the mode line manually. | |||||
* | [emacs] reduce the size of the font. | Franck Cuny | 2016-03-10 | 1 | -1/+1 | |
| | ||||||
* | [emacs] Fix settings for 'indent-tabs-mode'. | Franck Cuny | 2016-03-10 | 1 | -2/+3 | |
| | ||||||
* | [emacs] Remove code to support pants. | Franck Cuny | 2016-03-10 | 1 | -63/+10 | |
| | | | | This is now in it's own repository. | |||||
* | [emacs] Rename a couple of functions | Franck Cuny | 2016-03-10 | 2 | -8/+6 | |
| | ||||||
* | [emacs] Add configuration for scala | Franck Cuny | 2016-03-09 | 1 | -0/+7 | |
| | | | | Closes #17. | |||||
* | [zsh] Add configuration for zsh | Franck Cuny | 2016-03-09 | 5 | -1/+80 | |
| | | | | | | Basic configuration to start with zsh. Closes #18. | |||||
* | [emacs] Twitter's style check report warnings too | Franck Cuny | 2016-03-09 | 1 | -1/+2 | |
| | | | | Add pattern for warnings from Twitter's check style to flycheck. | |||||
* | [emacs] enable debug for exec-path-from-shell | Franck Cuny | 2016-03-09 | 1 | -0/+1 | |
| | | | | | It's helpful to see what's being loaded while trying to figure out why is something not working as expected. | |||||
* | [emacs] Use unicode symbols for org tasks status. | Franck Cuny | 2016-03-07 | 1 | -2/+8 | |
| | | | | | | Instead of using keyworks like 'TODO', 'DOING', let's use some unicode characters to represent the status. Set a different color of each status too. | |||||
* | [emacs] We need helm | Franck Cuny | 2016-02-26 | 1 | -0/+3 | |
| | ||||||
* | [emacs] Change the font size interactively | Franck Cuny | 2016-02-26 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Add binding for org-agenda. | Franck Cuny | 2016-02-26 | 1 | -1/+4 | |
| | ||||||
* | [tmux] small changes to the status line | Franck Cuny | 2016-02-22 | 1 | -2/+5 | |
| | ||||||
* | [emacs] move functions for pants to it's own file | Franck Cuny | 2016-02-22 | 3 | -63/+66 | |
| | ||||||
* | [emacs] start to rewrite the code to manage the UI | Franck Cuny | 2016-02-22 | 1 | -2/+18 | |
| | ||||||
* | [emacs] Explain why git is disabled in VC backend | Franck Cuny | 2016-02-22 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Add a binding for ibuffer | Franck Cuny | 2016-02-22 | 1 | -1/+1 | |
| | ||||||
* | [emacs] code cleanup | Franck Cuny | 2016-02-22 | 2 | -23/+11 | |
| | ||||||
* | [emacs] a few updates to org configuration | Franck Cuny | 2016-02-22 | 1 | -2/+9 | |
| | ||||||
* | [emacs] load org-mode configuration | Franck Cuny | 2016-02-22 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Fix broken code ... | Franck Cuny | 2016-02-19 | 1 | -3/+3 | |
| | ||||||
* | [emacs] More code related to pants | Franck Cuny | 2016-02-19 | 2 | -10/+46 | |
| | | | | | | | | Rename the function `jump-to-build-file` to `find-build-file`. Add a function to run a target from the build file. This function searches for the BUILD file, and if one is found, will propose a list of targets to run (for now, only the "binary" goal is supported). | |||||
* | [emacs] Add a function to jump to a BUILD file. | Franck Cuny | 2016-02-19 | 2 | -0/+31 | |
| | | | | | | | | When working on code at Twitter, I regularly need to jump to the associated BUILD file. The function `fcuny/jump-to-build-file` open the related BUILD file if it exists in a new buffer. Bind this function to "C-c t" for now. | |||||
* | [emacs] Fix regexp to set python-mode for aurora | Franck Cuny | 2016-02-17 | 1 | -1/+1 | |
| | | | | Stupid regex are stupids. | |||||
* | [emacs] Add the notebook to the agenda for org. | Franck Cuny | 2016-02-17 | 1 | -1/+2 | |
| | ||||||
* | [emacs] Remove the documentation from README. | Franck Cuny | 2016-02-17 | 4 | -73/+92 | |
| | | | | Add a 'doc' directory with the documentation for emacs, bash and git. | |||||
* | [emacs] Rename a few functions and update bindings | Franck Cuny | 2016-02-17 | 2 | -12/+14 | |
| | ||||||
* | [emacs] Enable flyspell for org-mode. | Franck Cuny | 2016-02-17 | 1 | -2/+2 | |
| | ||||||
* | [emacs] More settings for org-mode. | Franck Cuny | 2016-02-17 | 1 | -5/+22 | |
| | | | | | Add configuration for templates; set the list of files for the agenda; add a binding to capture notes; etc. | |||||
* | Fix a typo in the README. | Franck Cuny | 2016-02-15 | 1 | -1/+1 | |
| | ||||||
* | Update the README. | Franck Cuny | 2016-02-15 | 1 | -32/+61 | |
| | ||||||
* | [emacs] Start a configuration for org-mode. | Franck Cuny | 2016-02-15 | 1 | -0/+15 | |
| | ||||||
* | [emacs] some UI tweaks. | Franck Cuny | 2016-02-15 | 1 | -4/+1 | |
| | ||||||
* | [emacs] Add more key binding to the documentation. | Franck Cuny | 2016-02-14 | 1 | -1/+9 | |
| | ||||||
* | [emacs] Add a few configuration files to sh-mode. | Franck Cuny | 2016-02-14 | 1 | -0/+11 | |
| | ||||||
* | [emacs] Binding to switch to the scratch buffer | Franck Cuny | 2016-02-13 | 1 | -0/+2 | |
| | ||||||
* | [emacs] Add a few functions | Franck Cuny | 2016-02-13 | 1 | -0/+31 | |
| | ||||||
* | [emacs] highlight the current line. | Franck Cuny | 2016-02-13 | 1 | -0/+3 | |
| | ||||||
* | [emacs] set options for 'dired'. | Franck Cuny | 2016-02-13 | 1 | -0/+6 | |
| | ||||||
* | [emacs] change binding for projectile. | Franck Cuny | 2016-02-13 | 1 | -0/+1 | |
| | | | | Use 's-p' as the prefix binding for projectile commands. | |||||
* | [emacs] Set yaml-mode for files ending in .y(a)?ml | Franck Cuny | 2016-02-13 | 1 | -0/+1 | |
| | ||||||
* | [emacs] Import golang variables for OS X. | Franck Cuny | 2016-02-13 | 1 | -0/+5 | |
| | ||||||
* | [emacs] Add a few more packages for git. | Franck Cuny | 2016-02-13 | 1 | -0/+6 | |
| | | | | Add the `gitconfig-mode` and `gitignore-mode` packages. | |||||
* | [emacs] Load `exec-path-from-shell` only on OS X | Franck Cuny | 2016-02-13 | 1 | -5/+6 | |
| | ||||||
* | Convert the README to org-mode. | Franck Cuny | 2016-02-13 | 2 | -43/+68 | |
| | | | | Editing tables is way easier in org-mode than it is with markdown. | |||||
* | [emacs] Add support for Ansible | Franck Cuny | 2016-02-13 | 1 | -0/+7 | |
| | ||||||
* | [emacs] Enable flycheck for puppet-mode | Franck Cuny | 2016-02-13 | 1 | -1/+4 | |
| | ||||||
* | [emacs] Split the config into 'core' and 'modes'. | Franck Cuny | 2016-02-12 | 27 | -110/+128 | |
| | | | | | | Separate the modules that are 'core' (e.g.: related to editing, manipulating text, and so on) and the 'modes' (e.g.: related to syntax, langage support, etc). | |||||
* | [emacs] Move some packages to a new config file. | Franck Cuny | 2016-02-12 | 1 | -0/+10 | |
| | | | | | Create the new "editor" package that will contains configure some external packages related to the editor itself. | |||||
* | [emacs] Add custom functions. | Franck Cuny | 2016-02-12 | 1 | -0/+7 | |
| | ||||||
* | [emacs] some updates to the UI package. | Franck Cuny | 2016-02-12 | 1 | -0/+19 | |
| | | | | | | | | Shorter scratch message. Don't make the cursor blink, this is annoying and distracting. Use (again) "leuven" as a theme (I like this color scheme). And start using (yes, again) the "smart-mode-line". | |||||
* | [emacs] rename the *emacs.el* file to *default.el* | Franck Cuny | 2016-02-12 | 1 | -10/+4 | |
| | | | | | This file contains a bunch of defaults, so the new name makes more sense. | |||||
* | [emacs] replacing 'helm' with 'ivy'. | Franck Cuny | 2016-02-11 | 5 | -17/+17 | |
| | ||||||
* | [emacs] add configuration for Haskell. | Franck Cuny | 2016-01-29 | 1 | -0/+22 | |
| | ||||||
* | [emacs] BUILD files are python files. | Franck Cuny | 2016-01-29 | 1 | -1/+1 | |
| | ||||||
* | [git] cleanup a little bit gitconfig. | Franck Cuny | 2016-01-29 | 1 | -12/+5 | |
| | ||||||
* | [emacs] always split the frame vertically for helm | Franck Cuny | 2016-01-29 | 1 | -0/+6 | |
| | | | | | Instead of having either vertical or horizontal split, always force the split to be vertical. | |||||
* | [emacs] stop using `smart-mode-line` module. | Franck Cuny | 2016-01-29 | 1 | -14/+0 | |
| | ||||||
* | [emacs] add `helm-ag` | Franck Cuny | 2016-01-29 | 1 | -0/+3 | |
| | | | | Neat module! | |||||
* | [emacs] stop using `diminish`. | Franck Cuny | 2016-01-29 | 3 | -9/+0 | |
| | ||||||
* | [tmux] try a new binding to split windows. | Franck Cuny | 2016-01-28 | 1 | -3/+5 | |
| | | | | Use binding similar to Emacs to split the windows (using 2 and 3). | |||||
* | [bash] cleanup basic configuration. | Franck Cuny | 2016-01-26 | 1 | -37/+12 | |
| | | | | Remove a few things and move other stuff around. | |||||
* | [makefile] clean it up by removing vim and bin | Franck Cuny | 2016-01-22 | 1 | -4/+1 | |
| | ||||||
* | [emacs] slightly smaller font. | Franck Cuny | 2016-01-19 | 1 | -1/+1 | |
| | ||||||
* | [emacs] Fix a couple of bindings for helm. | Franck Cuny | 2016-01-19 | 1 | -0/+2 | |
| | ||||||
* | Remove configuration for `vim` and all the scripts | Franck Cuny | 2016-01-17 | 13 | -1496/+0 | |
| | | | | | | No need to carry a configuration for `vim` anymore, and most of the scripts are either useless, or have moved to the *toolbox* repository on GitHub (and are now in go, and sometimes with tests). | |||||
* | [emacs] some small changes to the UI. | Franck Cuny | 2016-01-13 | 1 | -13/+10 | |
| | | | | | Bigger font, and a few changes to the mode line (drop the time/date; remove the function name, etc.). | |||||
* | [emacs] remove a few config files. | Franck Cuny | 2016-01-12 | 2 | -11/+0 | |
| | | | | | Remove configuration for racket and scala. I don't have time to make them work correctly for now. I'll get back to them later if I need. | |||||
* | [bash] the shell waits for emacsclient | Franck Cuny | 2016-01-07 | 1 | -1/+1 | |
| | | | | | We need to wait otherwise we have some issues with `git commit` (will figure it out later). | |||||
* | [bash] Set TERM to "xterm-256color" for Emacs. | Franck Cuny | 2016-01-06 | 1 | -1/+1 | |
| | | | | Because ... | |||||
* | [bash] Update alias for `emacsclient`. | Franck Cuny | 2016-01-06 | 1 | -1/+3 | |
| | | | | | | | | | Change the default alias for EDITOR to not wait for Emacs (a new frame is created with the file, and the shell is not waiting for the edit to be done). Rename the alias `em` to `et` (for "emacs terminal") to do a quick edit. |