Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Ignore flycheck temp files | Alan Pearce | 2017-08-03 | -0/+1 |
| | ||||
* | Emacs: Remove counsel-dash | Alan Pearce | 2017-08-03 | -68/+0 |
| | | | | I don't seem to be using it, and it's currently not installable via nix | |||
* | Ignore .elc files | Alan Pearce | 2017-08-03 | -0/+1 |
| | | | | With lentic-mode, these are now created inside the repository | |||
* | Emacs: Update Makefile to only byte-compile init | Alan Pearce | 2017-08-03 | -14/+1 |
| | ||||
* | Emacs: Switch from org-babel to lentic-mode | Alan Pearce | 2017-08-03 | -203/+3037 |
| | ||||
* | Emacs: Fix building emacs config files on macOS | Alan Pearce | 2017-08-03 | -2/+6 |
| | ||||
* | Emacs: Use smartparens from melpa-stable | Alan Pearce | 2017-08-02 | -1/+1 |
| | | | | Recommended by author: https://github.com/Fuco1/smartparens/issues/775#issuecomment-315853084 | |||
* | Emacs: Guard against startup errors from frame-title setting | Alan Pearce | 2017-07-31 | -1/+1 |
| | ||||
* | Emacs: Fix typo in base16-theme init | Alan Pearce | 2017-07-20 | -1/+1 |
| | ||||
* | i3: Don't toggle workspaces | Alan Pearce | 2017-07-19 | -1/+0 |
| | ||||
* | Emacs: Move eyebrowse bindings from under WM keybinds | Alan Pearce | 2017-07-18 | -11/+27 |
| | ||||
* | i3: Add initial configuration | Alan Pearce | 2017-07-17 | -0/+325 |
| | ||||
* | adopt: Use stow to create backlinks | Alan Pearce | 2017-07-17 | -2/+2 |
| | ||||
* | Merge remote-tracking branch 'origin/master' | Alan Pearce | 2017-07-17 | -4/+2 |
|\ | ||||
| * | Emacs: Use Fira Code on macOS (Macbook display) | Alan Pearce | 2017-07-17 | -1/+1 |
| | | ||||
| * | Emacs: Don't load base16-mexico-theme | Alan Pearce | 2017-07-17 | -3/+1 |
| | | | | | | | | Keep base16-theme around so that I can experiment with it, though | |||
* | | dunst: Add initial configuration | Alan Pearce | 2017-07-17 | -0/+245 |
| | | ||||
* | | sxhkd: Configure WLAN with Fn+F9 (settings key) | Alan Pearce | 2017-07-17 | -1/+4 |
|/ | ||||
* | xprofile: re-create according to current config | Alan Pearce | 2017-07-16 | -8/+4 |
| | ||||
* | sxhkd: Adopt configuration | Alan Pearce | 2017-07-16 | -0/+18 |
| | ||||
* | Add shell script to adopt dotfiles into repo | Alan Pearce | 2017-07-16 | -0/+28 |
| | ||||
* | Emacs: Update fonts in XResources | Alan Pearce | 2017-07-16 | -3/+3 |
| | ||||
* | Xresources: Use base16-mexico-light theme | Alan Pearce | 2017-07-16 | -1/+55 |
| | ||||
* | Emacs: Install base16 theme package | Alan Pearce | 2017-07-16 | -0/+12 |
| | ||||
* | zsh: Fix keybinds in st | Alan Pearce | 2017-07-16 | -0/+1 |
| | ||||
* | Emacs: Enable crux-reopen-as-root-mode | Alan Pearce | 2017-07-15 | -0/+2 |
| | ||||
* | fix location of xmodmaprc | Alan Pearce | 2017-07-15 | -0/+0 |
| | ||||
* | Emacs: Show numerical nix generation even for system profiles | Alan Pearce | 2017-07-15 | -4/+6 |
| | ||||
* | Emacs: Use common var to detect nixified emacs | Alan Pearce | 2017-07-15 | -1/+1 |
| | ||||
* | Emacs: Use ripgrep for projectile-commander "A" binding | Alan Pearce | 2017-07-11 | -0/+3 |
| | ||||
* | Emacs: Don't ignore hidden files with ripgrep | Alan Pearce | 2017-07-11 | -1/+2 |
| | ||||
* | Emacs: Simplify nix title generation | Alan Pearce | 2017-07-11 | -17/+17 |
| | ||||
* | Emacs: Remove extra space in title | Alan Pearce | 2017-07-10 | -1/+1 |
| | ||||
* | Emacs: Install suggest | Alan Pearce | 2017-07-10 | -0/+1 |
| | ||||
* | Emacs: Add nix generation info to title if built via nix | Alan Pearce | 2017-07-10 | -1/+19 |
| | ||||
* | Merge branch 'master' of ssh://alanpearce.eu/dotfiles | Alan Pearce | 2017-07-08 | -1/+45 |
|\ | ||||
| * | Merge branch 'master' of ssh://alanpearce.eu/dotfiles | Alan Pearce | 2017-07-06 | -0/+1 |
| |\ | ||||
| * | | Nix: Create package for zr | Alan Pearce | 2017-07-06 | -0/+44 |
| | | | ||||
| * | | Karabiner: Ignore builtin keyboard | Alan Pearce | 2017-07-06 | -1/+1 |
| | | | | | | | | | | | | | | | It seems to work better when I'm disconnecting and reconnecting the external keyboard | |||
* | | | Nix: Use nixos-unstable for nodejs on Linux | Alan Pearce | 2017-07-08 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | My Laptop uses the stable channel for the system by default, but also has the unstable channel available for when I need it. NodeJS 8 isn't available on the stable channel, so manually import nixos-unstable. Other machines shouldn't be affected, as they're using nixpkgs unstable on other OSes. | |||
* | | | Emacs: Remove company-nixos-options from installation | Alan Pearce | 2017-07-08 | -1/+0 |
| |/ |/| | ||||
* | | Merge branch 'master' of ssh://alanpearce.eu/dotfiles | Alan Pearce | 2017-07-05 | -12/+29 |
|\| | ||||
| * | Emacs: Load avy on idle | Alan Pearce | 2017-07-05 | -0/+1 |
| | | ||||
| * | Emacs: Diminish some Javascript minor modes | Alan Pearce | 2017-07-05 | -1/+2 |
| | | ||||
| * | Emacs: Use mac-auto-operator-composition-mode on mac-port | Alan Pearce | 2017-07-05 | -2/+5 |
| | | ||||
| * | Emacs: Remove company-nixos-options | Alan Pearce | 2017-07-05 | -7/+0 |
| | | | | | | | | It keeps breaking completion, which is annoying. | |||
| * | Karabiner: Swap ~ <-> ยง | Alan Pearce | 2017-07-05 | -0/+13 |
| | | ||||
| * | nix: Use node 8 for node packages | Alan Pearce | 2017-07-05 | -1/+4 |
| | | ||||
| * | Emacs: Diminish flyspell mode | Alan Pearce | 2017-07-04 | -0/+1 |
| | | ||||
| * | Emacs: Diminish editorconfig mode | Alan Pearce | 2017-07-04 | -0/+1 |
| | |