aboutsummaryrefslogtreecommitdiff
path: root/Shell
AgeCommit message (Collapse)Author
2021-09-15(General)~small changesAryadev Chavali
Just check each edit, there's nothing to describe or explain here.
2021-07-28(Shell)+hlight alias+a ton of options for history in zshAryadev Chavali
hlight alias highlights words via grep. Basic usage is for files but can also be used for piped input. Just a bit nicer to use. zsh history management makes zsh-fish-autocomplete an even more powerful tool (as it now has a giant history to read through instead of just a local history)
2021-07-27(Shell|XServer)~minor edits with indentingAryadev Chavali
(Shell)~propagate change to emacs service (no -s MAIN) and editing (XServer)~state explicit full path for lock script for ease of understanding (it's a user script, not some other program)
2021-07-26(Emacs|Scripts)~minor editsAryadev Chavali
(Emacs)~changed some descriptions, formatting, edits of assigned functions (Scripts)~allow psearch to use all arguments supplied rather than just the first one (pacman -Ss actually greedily consumes all arguments given as part of the search)
2021-07-25(Shell|Scripts|Emacs)~minor editsAryadev Chavali
+psearch function to search pacman with less (I use this all the time, just makes it easier to do in one go) ~speed script to use a slightly larger file so user can get a better estimate of dl speed ~ada-mode slightly better comments
2021-07-11(General)~some minor changes for supporting the desktopAryadev Chavali
These changes are mostly surface level.
2021-07-10(Shell)~zshrc to be a bit more featureful~ps1Aryadev 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 laptopAryadev 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-06(General)~loads of commits, getting ready to port dotfiles to another machineAryadev Chavali
2021-05-06(Repo)~general changes that I cba to documentAryadev Chavali
2021-03-08(Shell)+sdkman config to zshAryadev Chavali
2021-02-28(Shell)+sudo alias for doas ~emacsclient aliasesAryadev Chavali
2020-12-30(Shell)+TERM variable to make ssh easierAryadev Chavali
2020-12-02(Shell)~permananetly add rsa keys to ssh when bootingAryadev Chavali
2020-09-29(Shell)+eclient alias to zshrcAryadev Chavali
Emacs client alias for main server
2020-09-27(Shell)+zshrc now has emdir to go directly to emacs directoryAryadev Chavali
2020-09-01~ssh-agent and ssh-addAryadev Chavali
2020-08-28+ls -la bind to lAryadev Chavali
2020-08-09-figlet call in zprofileAryadev Chavali
2020-08-01-extraneous templates from gentemplateAryadev Chavali
2020-08-01-exaAryadev Chavali
No need for exa when ls works so well
2020-08-01-setxkbmap call in zprofileAryadev Chavali
Already handled in xinitrc
2020-07-15+autocd option to zshdx
This allows me to instantly go to a directory just by typing its name
2020-07-15+set default terminal as Suckless Terminaldx
2020-07-12~set prompt colorsdx
2020-07-12+set alternate editor for emacsclient to be emacsdx
2020-07-07-instant startx, do it myselfdx
2020-06-27+devour function for zshrcdx
This destroys the terminal after launching the script
2020-06-21-vi binding to nvimdx
2020-06-10~sedit now uses eserverdx
2020-06-10~st -> alacritty for $TERMINALdx
2020-06-06+dre = doom sync along with other bindingsdx
2020-06-06~path: ~ -> $HOME and use find to get all the script foldersdx
2020-05-25+binding to open emacsclient (connect to server) called seditdx
2020-05-25~EDITOR nvim -> emacsclientdx
2020-05-24+alias to load other emacs (user based one in .config/emacs/init.el)dx
2020-05-24+C-x C-e bind to zsh to edit command linedx
2020-05-24~set alternate editor for emacsclient to be vimdx
2020-05-17~ls -> exadx
exa seems like a nicer, faster program. Also rust replacements
2020-05-12-gentemplate offline commanddx
Most of the time I'm doing something like this, I'll just do the copying myself.
2020-05-12~rearranged a few thignsdx
2020-05-12~zsh -> Shelldx