repo housekeeping + theming + terraform
+ terraform auto-completion + oh-my-posh + nerd-font: Code New Roman Nerd Font
This commit is contained in:
parent
5c083d662c
commit
db7b065b6c
20 changed files with 260 additions and 9 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