add many more fun apps to kinoite
This commit is contained in:
@@ -22,7 +22,8 @@ RUN pacman -S --noconfirm \
|
||||
python-pip \
|
||||
python-pipx \
|
||||
ansible \
|
||||
tmux
|
||||
tmux \
|
||||
ffmpeg
|
||||
|
||||
# Ollama
|
||||
RUN curl -fsSL https://ollama.com/install.sh | sh
|
||||
|
||||
@@ -19,6 +19,12 @@
|
||||
- [Fedora Media Writer](#fedora-media-writer)
|
||||
- [Pods](#pods)
|
||||
- [Bambu Studio](#bambu-studio)
|
||||
- [Eyedropper](#eyedropper)
|
||||
- [Mingle](#mingle)
|
||||
- [Mission Center](#mission-center)
|
||||
- [Obsidian](#obsidian)
|
||||
- [Dev Toolbox](#dev-toolbox)
|
||||
- [Junction](#junction)
|
||||
- [Toolbox](#toolbox)
|
||||
- [Reese's Arch Toolbox](#reeses-arch-toolbox)
|
||||
- [Using Reese's Arch Toolbox](#using-reeses-arch-toolbox)
|
||||
@@ -205,6 +211,54 @@ At the very top of the config you can add a pin for a printer permanently with:
|
||||
}
|
||||
```
|
||||
|
||||
### Eyedropper
|
||||
|
||||
Pick a color, any color (from your screen).
|
||||
|
||||
```bash
|
||||
flatpak install com.github.finefindus.eyedropper
|
||||
```
|
||||
|
||||
### Mingle
|
||||
|
||||
Create custom emojis.
|
||||
|
||||
```bash
|
||||
flatpak install io.github.halfmexican.Mingle
|
||||
```
|
||||
|
||||
### Mission Center
|
||||
|
||||
Literally Windows task manager but for linux and it's awesome
|
||||
|
||||
```bash
|
||||
flatpak install io.missioncenter.MissionCenter
|
||||
```
|
||||
|
||||
### Obsidian
|
||||
|
||||
Show your friends your massive graph
|
||||
|
||||
```bash
|
||||
flatpak install md.obsidian.Obsidian
|
||||
```
|
||||
|
||||
### Dev Toolbox
|
||||
|
||||
Format JSON, base64 encode, and color blindness simulator.
|
||||
|
||||
```bash
|
||||
flatpak install me.iepure.devtoolbox
|
||||
```
|
||||
|
||||
### Junction
|
||||
|
||||
Choose how to open links you click on
|
||||
|
||||
```bash
|
||||
flatpak install re.sonny.Junction
|
||||
```
|
||||
|
||||
## Toolbox
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user