Age | Commit message (Collapse) | Author |
|
|
|
Editor command will now pass all command line args to emacs program
|
|
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.
|
|
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
|
|
Binaries are stored in ~/bin/binaries. Repositories for binaries are in ~/bin/repos.
|
|
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.
|
|
Rust compilers and modules
|
|
using pfetch instead of neofetch
spc fails if no emacs open
|
|
|
|
|
|
|
|
|
|
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 :)
|
|
Using a new query url ("duckduckgo.com/?=something"), I don't need to
replace all spaces with underscores as duckduckgo does it for me
|
|
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
|
|
|
|
In case I'm offline, just use this function to generate new projects
through copying the template item directly
|
|
|
|
|
|
|
|
Removed clang format file
|
|
|
|
|
|
|
|
|
|
|
|
Will instead just sym link all exes to /usr/local/bin
|
|
|
|
|
|
|
|
|
|
|