aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-07Enable git LFSAdrian Kummerlaender
2020-06-04Add function for quickly adding deft links in emacsAdrian Kummerlaender
2020-06-03Add org interleave modeAdrian Kummerlaender
2020-06-03Explicitly depend on env for Jupyter tasksAdrian Kummerlaender
This way the Jupyter environment is built during home instantiation and not only when actually calling the launcher script. This solves various GC and network availability related issues for this task type.
2020-06-03Redisable unsupported system derivationsAdrian Kummerlaender
2020-06-03Taking another run at using Orgmode for note takingAdrian Kummerlaender
2020-06-02Revert "Switch back to vim for note taking"Adrian Kummerlaender
This reverts commit fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5.
2020-05-19Change note scratchpad into a second drop down terminalAdrian Kummerlaender
2020-04-23Use terminal vim for note scratchpadAdrian Kummerlaender
Setting the WM_CLASS in neovim-qt happens too late for XMonad to corretly place the scratchpad window. As for this usecase the difference between neovim-qt and plain neovim in kitty do not matter this is the simplest solution.
2020-04-23Remove gnvimAdrian Kummerlaender
Weird font scaling issues, crashes
2020-04-23Add SciPy to Jupyterlab launcherAdrian Kummerlaender
2020-04-22Restore password prompt to center float after update to 20.03Adrian Kummerlaender
2020-04-20Switch back to vim for note takingAdrian Kummerlaender
More convenient than getting into Emacs just for this
2020-02-29Add some evilorg bindingsAdrian Kummerlaender
2020-02-29Add rofi selector for passAdrian Kummerlaender
2020-02-25Add Emacs scratchpad to XMonadAdrian Kummerlaender
2020-02-25Add basic Emacs configAdrian Kummerlaender
2020-02-23Add basic Emacs+Evil+Orgmode configAdrian Kummerlaender
2020-02-19Add flag for inheriting shell to nix-shell aliasAdrian Kummerlaender
2020-02-18Export tasker commands to environmentAdrian Kummerlaender
2020-02-18Fix jupyterWith revisionAdrian Kummerlaender
2020-02-18Replace lorri with custom persistent-nix-shellAdrian Kummerlaender
Lorri has shown itself to be rather unstable for my particular use case: * It is unclear when derivations are actually rebuilt * Polling did not seem consistent, i.e. I had to issue manual `ping_` calls * I do not want to issue manual `lorri watch` calls to fix this * It sporadically started building GC roots without any clear reason for doing so In the end all I really want is a way to prevent nix-shells from being garbage-collected. In this scenario using lorri is overkill. `persistent-nix-shell` is a simple wrapper around `nix-shell` that adds GC roots prior to entering the environment.
2020-02-18Increase HUD size in XMonadAdrian Kummerlaender
2020-01-22Add multihop ssh configAdrian Kummerlaender
2020-01-17Turn down direnv verbosityAdrian Kummerlaender
Without this flag terminal output is spammed with various environment messages.
2020-01-17Implement Jupyter Lab type in Tasker moduleAdrian Kummerlaender
Allows for convenient creation of shortcuts to Jupyter Lab sessions. As a bonus they are wrapped in Chromium App View instances and automatically terminated when required.
2020-01-14Setup lorriAdrian Kummerlaender
2020-01-07Add zoteroAdrian Kummerlaender
2019-12-09Alias `cat` to `bat`Adrian Kummerlaender
2019-12-09Add gthumb to set of default file viewersAdrian Kummerlaender
2019-11-08Add some new XMonad layouts and keybindingsAdrian Kummerlaender
2019-11-06Add majestix ssh aliasAdrian Kummerlaender
2019-10-25Add `bat` as a nice cli file viewerAdrian Kummerlaender
2019-10-24Pull in GNvim from unstableAdrian Kummerlaender
2019-10-18Update kitty configAdrian Kummerlaender
2019-09-11Update experimental qtile configAdrian Kummerlaender
2019-09-05Fix download directory variable name #1Adrian Kummerlaender
2019-07-16Add basic qtile wm configAdrian Kummerlaender
2019-07-11Update default applicationsAdrian Kummerlaender
2019-07-06Add Python console task typeAdrian Kummerlaender
2019-05-30Add calculator scratchpadAdrian Kummerlaender
2019-05-28Enable touch scrolling in FirefoxAdrian Kummerlaender
2019-05-23Update majestix screen resolutionAdrian Kummerlaender
2019-05-22Add tasksAdrian Kummerlaender
2019-05-21Add nix-shell fish aliasAdrian Kummerlaender
2019-05-11Update Tasker tasksAdrian Kummerlaender
2019-05-09Add alternative screenshot binding for athenaAdrian Kummerlaender
2019-04-27Set meld as git merge toolAdrian Kummerlaender
2019-04-27Update qt config to use new flagAdrian Kummerlaender
2019-04-27Enable stalonetray on asterixAdrian Kummerlaender