Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gucio321/warframeos
WarframeOS is a satirical bash configuration that adds warframe dialogs playing during your bash work.
https://github.com/gucio321/warframeos
Last synced: 7 days ago
JSON representation
WarframeOS is a satirical bash configuration that adds warframe dialogs playing during your bash work.
- Host: GitHub
- URL: https://github.com/gucio321/warframeos
- Owner: gucio321
- License: other
- Created: 2024-10-19T14:30:43.000Z (27 days ago)
- Default Branch: master
- Last Pushed: 2024-10-23T16:33:10.000Z (23 days ago)
- Last Synced: 2024-10-23T23:06:05.841Z (22 days ago)
- Language: Go
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WarframeOS
## Description
This project adds Warframe dialogs that are played according to what you're doing in your bash.
:warning: This project is just a kind of meme and it isn't a real working thing :smile:
## Setup
- ensure you have [`go`](https://go.dev) installed and added its user's bin directory to your PATH (`~/go/bin`)
- clone this repo
- run `make setup`
- restart terminal, it should work### Adding sounds
To add sounds a new sound:
- go to https://kasumata.ee/search
- download sound you need
- open `main.go`
- in this file you'll find a "go-like" map with a list of "command":"filename"
- add a new position
- run `make` (or `make update`)
- remember to open a PR! Keep Pushing!### Uninstallation
1. To disable: in your `~/.bashrc` remove/comment out `source $HOME/.bashrc.WarframeOS`
2. To completely uninstall: remove the following:
- line from `.bashrc` (step 1)
- `~/.bashrc.WarframeOS`
- `$(go env GOPATH)/bin/warframeos`