https://github.com/arnos-stuff/term-drop
Whatever is needed to have nice drop-down terms in linux or windows
https://github.com/arnos-stuff/term-drop
Last synced: about 1 year ago
JSON representation
Whatever is needed to have nice drop-down terms in linux or windows
- Host: GitHub
- URL: https://github.com/arnos-stuff/term-drop
- Owner: arnos-stuff
- Created: 2023-08-04T00:07:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T00:07:47.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T13:13:02.603Z (about 1 year ago)
- Language: Lua
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A repository for Quake-Mode terms
## Wezterm
On Fedora 38, wezterm barely works outside Flatpak, so install that:
```shell
flatpak install org.wezfurlong.wezterm
```
Just make it into a shell executable:
```shell
echo "#\!/bin/bash" > wezterm
echo "flatpak run org.wezfurlong.wezterm" >> wezterm
chmod +x wezterm
sudo mv wezterm /usr/local/bin
```
compile `tdrop` (you will need to install a bunch of deps):
```shell
cd tdrop
sudo make install
```
```shell
echo "#\!/bin/bash" > wezterm-quake
echo "tdrop wezterm" >> wezterm-quake
chmod +x wezterm-quake
sudo mv wezterm-quake /usr/local/bin
```
## Config files
The config files for the terms are stored in `./config` when you need a pretty term with shortcuts quickly.