add files missed in 65fea2ec
This commit is contained in:
parent
220c01d397
commit
465a6306dd
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
from src.util import run, copy_file, command_exists
|
||||
from src.util import copy_file, command_exists
|
||||
from src.constants import tmp_dir
|
||||
|
||||
name = "pomky"
|
||||
|
@ -8,7 +8,9 @@ def setup():
|
|||
"""conky but rusty"""
|
||||
|
||||
if not command_exists("pomky"):
|
||||
run(f"git clone --depth 1 https://github.com/developomp/pomky {tmp_dir}/pomky")
|
||||
run(f"cd {tmp_dir}/pomky && cargo install --path .")
|
||||
system(
|
||||
f"git clone --depth 1 https://github.com/developomp/pomky {tmp_dir}/pomky"
|
||||
)
|
||||
system(f"cd {tmp_dir}/pomky && cargo install --path .")
|
||||
|
||||
copy_file("home/.config/autostart/pomky.desktop")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue