Dotfiles config update (2022-07-08)
This commit is contained in:
parent
c6f26f2ae6
commit
3f8e45568c
|
@ -42,8 +42,11 @@ dist: clean
|
|||
|
||||
install: st
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/share/applications
|
||||
cp -f st $(DESTDIR)$(PREFIX)/bin
|
||||
cp -f st.desktop $(DESTDIR)$(PREFIX)/share/applications
|
||||
chmod 755 $(DESTDIR)$(PREFIX)/bin/st
|
||||
chmod 755 $(DESTDIR)$(PREFIX)/share/applications/st.desktop
|
||||
cp -f st-autocomplete $(DESTDIR)$(PREFIX)/bin
|
||||
chmod 755 $(DESTDIR)$(PREFIX)/bin/st-autocomplete
|
||||
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
|
||||
|
@ -54,6 +57,7 @@ install: st
|
|||
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)$(PREFIX)/bin/st
|
||||
rm -f $(DESTDIR)$(PREFIX)/share/applications/st.desktop
|
||||
rm -f $(DESTDIR)$(PREFIX)/bin/st-autocomplete
|
||||
rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||
|
||||
|
|
11
.config/st/st.desktop
Executable file
11
.config/st/st.desktop
Executable file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=st
|
||||
TryExec=st
|
||||
Icon=utilities-terminal
|
||||
Terminal=false
|
||||
Categories=System;TerminalEmulator;
|
||||
Name=st
|
||||
GenericName=Terminal
|
||||
Comment=st is a simple terminal implementation for X
|
||||
StartupWMClass=st-256color
|
Loading…
Reference in New Issue
Block a user