more stuff
This commit is contained in:
parent
adf4cf3e0e
commit
462b92cb00
14 changed files with 257 additions and 0 deletions
8
crates/i3/crate.sh
Executable file
8
crates/i3/crate.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
name="i3"
|
||||
description="Installs i3 with config"
|
||||
|
||||
files() {
|
||||
descfile -l ./files/i3config {{home}}/.config/i3/config
|
||||
}
|
0
crates/i3/files/i3config
Normal file
0
crates/i3/files/i3config
Normal file
2
crates/i3/package.list
Normal file
2
crates/i3/package.list
Normal file
|
@ -0,0 +1,2 @@
|
|||
i3
|
||||
i3blocks
|
Loading…
Add table
Add a link
Reference in a new issue