Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-17 | ~rearrange stuff in zshenv | odave | |
2020-03-02 | ~no need for opam config anymore | AChavali | |
2020-03-02 | +set guile version to 2.2 | AChavali | |
2020-03-02 | +~/Scripts to PATH | AChavali | |
2020-02-18 | ~paths for bin -> Bin | AChavali | |
2020-02-17 | +new java template so update gentemplates | AChavali | |
2020-02-09 | ~pass all commandline args to emacs | AChavali | |
Editor command will now pass all command line args to emacs program | |||
2020-02-09 | ~replaced spc, spu -> editor | AChavali | |
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 | ~gentemplate | AChavali | |
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 changed | AChavali | |
Binaries are stored in ~/bin/binaries. Repositories for binaries are in ~/bin/repos. | |||
2020-02-09 | +fix for when you're opening without gui | AChavali | |
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 path | AChavali | |
Rust compilers and modules | |||
2020-01-03 | ~made spc use emacs as backup editor, export PF_INFO | AChavali | |
using pfetch instead of neofetch spc fails if no emacs open | |||
2019-12-30 | +comments Emacs functions | AChavali | |
2019-12-30 | +zsh_theme is af-magic | AChavali | |
2019-12-30 | ~editor vim -> emacs | AChavali | |
2019-12-30 | ~path variable: ~/.bin -> ~/bin | AChavali | |
2019-12-20 | ~gentemplate capable of handling variadic args | A. 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() function | A. 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 terminal | A. 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 path | A. Chavali | |
2019-11-18 | +Generate template offline by copying the git dir | oreodave | |
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 end | oreodave | |
2019-11-05 | ~yapf to python2 | oreodave | |
2019-11-05 | +for the meme | oreodave | |
2019-11-01 | +e alias so emacsclient is easier to open | oreodave | |
Removed clang format file | |||
2019-10-25 | +alias clang-format to use local files for styles | oreodave | |
2019-09-26 | +.local/bin to path | oreodave | |
2019-08-22 | +config for nvm, node version manager | oreodave | |
2019-08-15 | +variables for tmuxinator | oreodave | |
2019-08-11 | Added arduino template to template func | oreodave | |
2019-08-11 | ~Path to be a constant | oreodave | |
Will instead just sym link all exes to /usr/local/bin | |||
2019-07-29 | +Cargo to path | oreodave | |
2019-07-26 | +fzf binary to path | oreodave | |
2019-07-23 | +append to path | oreodave | |
2019-07-13 | Removed memes section and changed function to remove git in gentemplate | oreodave | |
2019-07-12 | Added dotfiles for spacemacs, tmux, vim and zsh | oreodave | |