First commit
+ .bashrc loads scripts dynamically from .sz.shrc.d .sz.shrc.d processing: {shell-name}.pre/* (sorted) * (sorted) {shell-name}.post/* (sorted) + .sz.shrc.d includes: - chemoiz auto completion (bash) - gcloud auto completion (bash) + chemacs2 with deault profiles conifgured + spacemacs standard set as default emacs profile + *.desktop launch files created for - CopyQ Flatpak - Spacemacs (Emacs Daemon) - Spacemacs (Emacs Client)
This commit is contained in:
commit
4720ab81dc
13 changed files with 227 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Name=CopyQ (flatpak)
|
||||
Comment=Clipboard manager
|
||||
Icon=com.github.hluk.copyq
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Categories=Utility
|
||||
Exec=/usr/bin/flatpak run com.github.hluk.copyq
|
||||
Keywords=copyq;copy-q;clipboard;
|
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Name=Spacemacs (Client)
|
||||
Comment=GNU Emacs is an extensible, customizable text editor - and more
|
||||
Icon=emacs
|
||||
Type=Application
|
||||
Exec=/usr/bin/emacs --create-frame --socker-name=spacemacs
|
||||
Terminal=false
|
||||
Categories=Utility;Development;TextEditor;
|
||||
Keywords=Text;Editor;
|
||||
Version=1.0
|
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Name=[Spacemacs Daemon]
|
||||
Comment=GNU Emacs is an extensible, customizable text editor - and more
|
||||
Icon=emacs
|
||||
Type=Application
|
||||
Exec=/usr/bin/emacs --with-profile spacemacs --daemon
|
||||
Terminal=false
|
||||
Categories=Utility;Development;TextEditor;
|
||||
Keywords=Text;Editor;
|
||||
Version=1.0
|
Loading…
Add table
Add a link
Reference in a new issue