Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-25 | (Emacs)~minor edits | Aryadev Chavali | |
~haskell-process-type is now stack-ghci +feature to switch to dashboard with each new frame | |||
2021-07-25 | (Scripts)+simple script to test my dl speed on any computer | Aryadev Chavali | |
Just downloads a PDF from my site (hence verifiably secure (for me at least ¯\_(ツ)_/¯)) | |||
2021-07-25 | (Emacs)+html auto insert template | Aryadev Chavali | |
2021-07-25 | (Emacs)+undo-tree package and fit into Evil | Aryadev Chavali | |
2021-07-25 | (Emacs)~some changes, checkout the message for details | Aryadev Chavali | |
~changed unicode true ~minor edits to text ~org-imenu-depth is set higher so it can be substituted for org-goto -+autotyping/gen-skeleton-abbrev as I'm using yasnippet now | |||
2021-07-25 | (Emacs)+snippets from doom-snippet and removed default package | Aryadev Chavali | |
I've re-enabled yasnippet for ease of use, and added a ton of snippets directly into my Dotfiles so only I get to curate what snippets are removed. Screw downloading them off someone else's repository at their total mercy. | |||
2021-07-11 | (xboxdrv)~split config into general, typing and media | Aryadev Chavali | |
Each config file is loaded in gamepad-daemon, general then typing then media. Each profile is pretty self explanatory, and allows for splitting of responsibilities. Config switches occur through the guide button. | |||
2021-07-11 | (xboxdrv)+configurations to make the xbox controller a working mouse | Aryadev Chavali | |
Xbox controllers are cool, and the ton of buttons allow for a lot of customisation and ease of use. Hence I created an xboxdrv configuration which has the standard mouse capabilities as well as the ability to access an on screen keyboard and some basic media manipulation capabilities. This is mostly for when I want to sit back and just CONSOOM content rather than do actual work (hence trying to remove the keyboard). | |||
2021-07-11 | (XServer)-ssh-agent call in xinitrc, just do it in zprofile | Aryadev Chavali | |
2021-07-11 | (General)~some minor changes for supporting the desktop | Aryadev Chavali | |
These changes are mostly surface level. | |||
2021-07-11 | (XServer)+xrandr records for oldboy desktop | Aryadev Chavali | |
My desktop uses VGA and display port for it's outputs, distinct from the Laptops outputs. Hence we can setup all xrandr records in one go and be fine for the ride. | |||
2021-07-10 | (alacritty)~0.5->0.7 transparency | Aryadev Chavali | |
2021-07-10 | (Mail)+mbsync config | Aryadev Chavali | |
2021-07-10 | (Shell)~zshrc to be a bit more featureful~ps1 | Aryadev Chavali | |
The PS1 variable has been changed to look a bit nicer, added some nice functions for quick edits in the terminal (though I still expect to use Emacs for anything above a quick edit) | |||
2021-07-10 | (General)~updates to various files due to reinstall on laptop | Aryadev Chavali | |
By reinstalling arch on my laptop, I've had the chance to see any loose ends or errors in my setup that, by virtue of how fresh the system is, I'm motivated to fix. | |||
2021-07-10 | (Scripts/status)~few minor edits for functionality and cleanliness | Aryadev Chavali | |
Status scripts needed some updating for dwmblocks, so did it. | |||
2021-07-10 | (SXHKD)~basic edits | Aryadev Chavali | |
~pactl->pamixer to toggle mutes ~xdg-open search.aryadevchavali.com -> html.duckduckgo.com cos search.aryadevchavali.com is deprecated now | |||
2021-07-10 | (Install.org)+sessions and tangle file outputs for each optional sh item | Aryadev Chavali | |
2021-07-10 | (Emacs)~emacs 27 downgrade, no need for evil-undo-system | Aryadev Chavali | |
Keep this commit in case I wanna go back to Emacs 28 | |||
2021-07-06 | (Pictures)~just pull backgrounds yourself | Aryadev Chavali | |
https://gitlab.com/odavep/Wallpapers.git | |||
2021-07-06 | (General)~loads of commits, getting ready to port dotfiles to another machine | Aryadev Chavali | |
2021-05-24 | (Scripts)~lock script: constant image and a few new flags for i3lock | Aryadev Chavali | |
2021-05-06 | (Repo)~general changes that I cba to document | Aryadev Chavali | |
2021-03-25 | (Emacs)-preambles, just make it part of the main text body | Aryadev Chavali | |
2021-03-25 | (Emacs)~cleaned up loads of bindings into one use-package decl | Aryadev Chavali | |
2021-03-25 | (Emacs)-table of contents from org file in exports | Aryadev Chavali | |
2021-03-25 | (Scripts)~use SystemD for eselect | Aryadev Chavali | |
Instead of random calls to emacsclient and emacs, just use systemd to do it for me! | |||
2021-03-25 | (Emacs)+byte compilation and messages to +literate/compile-config | Aryadev Chavali | |
2021-03-25 | (Emacs)~clean up code as a result of byte compile | Aryadev Chavali | |
2021-03-25 | (Emacs)~clean up modelines for refined output | Aryadev Chavali | |
2021-03-25 | (Emacs)~straight thawed versions | Aryadev Chavali | |
Update loads of packages for better Emacs 28 support and just why not? May need to adapt this later on after debugging. | |||
2021-03-25 | (Emacs)~minor edits | Aryadev Chavali | |
2021-03-25 | (Emacs)+telephone-line config | Aryadev Chavali | |
This replaces the default modeline for a cleaner more colourful and dynamic one. | |||
2021-03-25 | (Emacs)~minor edits and configurations | Aryadev Chavali | |
2021-03-25 | (Emacs)~disable ido and use ivy | Aryadev Chavali | |
Trying out ivy again, thinking it might be the one to use. | |||
2021-03-25 | (Emacs)~move Amx to core packages | Aryadev Chavali | |
Now I can use amx in any completion package of my choice. | |||
2021-03-25 | (Emacs)~async-shell-command use-package async -> simple | Aryadev Chavali | |
async is not a package in Emacs 28, so no need to use it. | |||
2021-03-25 | (SystemD)+emacs service as part of new SystemD module | Aryadev Chavali | |
2021-03-25 | (Repo)+emacs eglot eclipse cache to ignore | Aryadev Chavali | |
2021-03-24 | (Emacs)~clean up code | Aryadev Chavali | |
2021-03-24 | (Emacs)~evil-magit -> evil-collection-magit | Aryadev Chavali | |
2021-03-24 | (Emacs)+local-leader binds,~org-fragtog -> inbuilt org-latex-preview | Aryadev Chavali | |
2021-03-24 | (Zathura)+init config | Aryadev Chavali | |
Basic config with a few binds, nothing much. | |||
2021-03-24 | (Emacs)~xwidget added some new features | Aryadev Chavali | |
2021-03-24 | (Emacs)~moved =Emacs Mode-line= to =Core Packages= | Aryadev Chavali | |
2021-03-24 | (Emacs)~html_container setup for headings, html export is nicer | Aryadev Chavali | |
2021-03-24 | (Emacs)~split XWidget Core: XWidget Core + XWidget Extensions | Aryadev Chavali | |
2021-03-24 | (Emacs)+local-leader and some binds for dired and eshell using it | Aryadev Chavali | |
2021-03-23 | (Emacs)~eglot C/C++ lsp server ccls->clangd | Aryadev Chavali | |
clangd comes inbuilt with clang-lib so it should be on your system already, it's much faster and cleaner than ccls currently and takes less memory. | |||
2021-03-23 | (Emacs)~formatting and minor edits for clarity and such | Aryadev Chavali | |