aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-06~setup lock and bg variables in i3odave
$bg is the background command using feh, and is a random item from the backgrounds folder $lock is the i3lock command I use. Uses a png from locksreens folder, and also sets a colour in case the lockscreen image is not present.
2020-04-06~translated writers.org content into config.orgodave
No point having a separate module for something that is basically part of the config.
2020-04-05~restructured the elfeed package config for literacyodave
2020-04-05~redo the dashboard functionsodave
Instead of just a summary at the end, break up the code into sections to comment on and write about. More literate
2020-04-05+snippet for a default media review in ~/Textodave
2020-04-05-delete some stuff from zshenvodave
Mostly web querying
2020-04-05~set some bar propertiesodave
Position is top, font is arial and seperator symbol is ||
2020-04-05~merged all rofi bindsodave
2020-04-05+scratchpad binds for use in i3odave
2020-04-05~some aestheticsodave
+Every window should only be a 5 pixel border (no title bar). +gaps for outer and inner (i3-gaps)
2020-04-05+lock command to abstract away constant argumentsodave
2020-04-05~solarized-dark -> monokaiodave
2020-04-05~Keymap -> Key-mapodave
2020-04-05~make review open keybindodave
2020-04-05~Just use lambda for open dotfilesodave
Removed the oreodave/goto-dotfiles function.
2020-04-05~make the directory "~/Text" for org-agenda-filesodave
2020-04-05~interval for status bar 1 -> 5odave
Less CPU usage, less toll and polling
2020-04-05+PluginClean to reload bindingodave
2020-04-05+recursive path variableodave
Suggestion from a YouTube video to allow quick editing and jumping around a directory.
2020-04-05-opam config in vimodave
2020-04-05~removed quite a few plugins, moving to normal vimodave
Normal vim is enough, I want fast speeds and ease of use. Vim is not something I use for main editing - it's just for quick edits and super speed.
2020-03-29~changed hook to lsp!odave
2020-03-29+READMEs for both ocaml and oreolineodave
2020-03-29~cleaned up gentemplate a bitodave
2020-03-29~moved config/*.org -> org/*.orgodave
Also changed literate to for this change
2020-03-26-projectile configodave
2020-03-26~set the default theme doom-molokai -> base16-3024odave
2020-03-26+increased theme-list to include base16 themesodave
2020-03-26~updated how I feel about certain themesodave
2020-03-26+user variables section to personal configodave
2020-03-26+base16 themes packageodave
2020-03-26~cleaning up written text and codeodave
Stuff that is inaccurate now, cleaned up to be up-to-date.
2020-03-26+unity support for c# moduleodave
2020-03-26-collab modulesodave
They don't exist in doom anymore, so no need for them to take up space
2020-03-26+ocaml private with lsp, -ocaml doom moduleodave
2020-03-26+custom ocaml moduleodave
This ocaml module has proper lsp support, and has the bindings I require regularly. I use utop to REPL my code, with bindings to send parts of my code to UTOP
2020-03-18~moved around headersodave
2020-03-18~changed faces coloursodave
2020-03-18~lsp-segment -> oreline-lsp-segmentodave
2020-03-17~changed gentemplate binding in config.orgodave
2020-03-17+gentemplate to init.el modulesodave
2020-03-17~changed font to Waree i3odave
Waree is a nice font, sans serif. Cleaner UI as a result
2020-03-17+description for oredave/literate/compile-hookodave
2020-03-17+some descriptions for each variable in constantsodave
This is for the literate org file.
2020-03-17~rearrange stuff in zshenvodave
2020-03-17~changed literate to reflect changes in filesystemodave
2020-03-17~modules/*.org -> config/*.orgodave
Moved all org files from modules, which should really just hold modules, to another location (config). Cleaner and easier to use
2020-03-17~gentemplate.org -> gentemplate moduleodave
Gentemplate is one of those things that just makes sense as a module. Thus, converted it. I may convert a few more org files into full blown modules.
2020-03-17+volume module to i3barodave
2020-03-17+i3lock command for quick locking my systemodave