aboutsummaryrefslogtreecommitdiff
path: root/zshenv
AgeCommit message (Collapse)Author
2020-03-17~rearrange stuff in zshenvodave
2020-03-02~no need for opam config anymoreAChavali
2020-03-02+set guile version to 2.2AChavali
2020-03-02+~/Scripts to PATHAChavali
2020-02-18~paths for bin -> BinAChavali
2020-02-17+new java template so update gentemplatesAChavali
2020-02-09~pass all commandline args to emacsAChavali
Editor command will now pass all command line args to emacs program
2020-02-09~replaced spc, spu -> editorAChavali
I really don't use emacs server anymore, it's kinda annoying and the online features just don't work. Therefore, I'm just going to use Emacs GUI directly. This obsoletes spc and spu, which means I need a new command. This command is editor, which nohups and reroutes the output of Emacs to /dev/null and disjoins it from the terminal.
2020-02-09~gentemplateAChavali
Moved around a few sections for a more flowing summary. Changed generate-template to only download a template if it hasn't already been copied
2020-02-09~configuration system has been changedAChavali
Binaries are stored in ~/bin/binaries. Repositories for binaries are in ~/bin/repos.
2020-02-09+fix for when you're opening without guiAChavali
I've setup sddm to not load in bootup, because usually if I've restarted my system then getting onto a terminal will allow me to quickly debug without loading and bootstrapping and entire GUI. I don't restart my PC often, so if I do it's likely cos I'm debugging some OS level bug. Furthermore, accessing the terminal directly will give me a bit more control over whether to load a GUI or not. And it's just faster.
2020-02-08+cargo/bin to pathAChavali
Rust compilers and modules
2020-01-03~made spc use emacs as backup editor, export PF_INFOAChavali
using pfetch instead of neofetch spc fails if no emacs open
2019-12-30+comments Emacs functionsAChavali
2019-12-30+zsh_theme is af-magicAChavali
2019-12-30~editor vim -> emacsAChavali
2019-12-30~path variable: ~/.bin -> ~/binAChavali
2019-12-20~gentemplate capable of handling variadic argsA. Chavali
By iterating over all arguments from index 1 .. the end of the list, we can get multiple projects generate at once. gentemplateoff also gets this benefit :)
2019-12-20~no need for regex replace in search() functionA. Chavali
Using a new query url ("duckduckgo.com/?=something"), I don't need to replace all spaces with underscores as duckduckgo does it for me
2019-12-20~redid Emacs commands from terminalA. Chavali
Instead of SPC you have two commands: + spc: Opens a new frame with a file open + spu: Updates a currently opened frame with this new file
2019-12-20+zshenv header for mode in Emacs, changed pathA. Chavali
2019-11-18+Generate template offline by copying the git diroreodave
In case I'm offline, just use this function to generate new projects through copying the template item directly
2019-11-18~move emote meme to endoreodave
2019-11-05~yapf to python2oreodave
2019-11-05+for the memeoreodave
2019-11-01+e alias so emacsclient is easier to openoreodave
Removed clang format file
2019-10-25+alias clang-format to use local files for stylesoreodave
2019-09-26+.local/bin to pathoreodave
2019-08-22+config for nvm, node version manageroreodave
2019-08-15+variables for tmuxinatororeodave
2019-08-11Added arduino template to template funcoreodave
2019-08-11~Path to be a constantoreodave
Will instead just sym link all exes to /usr/local/bin
2019-07-29+Cargo to pathoreodave
2019-07-26+fzf binary to pathoreodave
2019-07-23+append to pathoreodave
2019-07-13Removed memes section and changed function to remove git in gentemplateoreodave
2019-07-12Added dotfiles for spacemacs, tmux, vim and zshoreodave