8 lines
No EOL
131 B
Bash
Executable file
8 lines
No EOL
131 B
Bash
Executable file
#!/bin/sh
|
|
|
|
name="i3"
|
|
description="Installs i3 with config"
|
|
|
|
files() {
|
|
descfile -l ./files/i3config {{home}}/.config/i3/config
|
|
} |