forked from extern/nix-config
d9cc57dc10
This commit puts all the KDE stuff together in one directory. There are a lot of extra packages that I may remove in the future, but this works just fine for now.
22 lines
825 B
Bash
22 lines
825 B
Bash
#!/bin/sh
|
|
#
|
|
# Random games from the KDE applications package. These are
|
|
# particularly fun to play and are great to pass the time with.
|
|
|
|
set -xe
|
|
|
|
sudo pacman -S kapman # Pacman
|
|
sudo pacman -S katomic # A game based on molecular geometry
|
|
sudo pacman -S kfourinline # Four in a row
|
|
sudo pacman -S kmines # Minesweeper
|
|
sudo pacman -S kpatience # Solitaire and other card games
|
|
sudo pacman -S kollision # Reaction game
|
|
sudo pacman -S ksnakeduel # Snake game
|
|
sudo pacman -S ksquares # Dots and boxes game
|
|
sudo pacman -S ksudoku # Sodoku
|
|
sudo pacman -S picmi # Logic game
|
|
sudo pacman -S kdiamond # Three in a row
|
|
sudo pacman -S blinken # Memory game
|
|
sudo pacman -S bovo # Like tic-tac-toe, but 5 rows instead
|
|
sudo pacman -S kbruch # Practice fractions
|