This commit is contained in:
pgrondek 2020-07-01 16:45:35 +02:00
parent f3127405af
commit b038d93447
3 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@
pkg:
- git
- make
- build-essential
- gcc
- libx11-dev
- libxft-dev
- libxinerama-dev

View File

@ -5,3 +5,4 @@
update_cache: yes
pkg:
- i3lock
- dmenu

View File

@ -13,7 +13,6 @@
mkdir -p ~/src
cd ~/src
git clone {{ st.repo }}
- name: build st
make:
chdir: ~/src/stterm