mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-31 02:26:44 +10:00
time-management
This commit is contained in:
parent
0f077062d1
commit
54fc5c058a
1 changed files with 15 additions and 0 deletions
|
|
@ -401,6 +401,21 @@ RUN yarn global add \
|
|||
tldr && \
|
||||
tldr --update
|
||||
|
||||
# Install gantt
|
||||
RUN wget -O /usr/local/bin/gantt -q https://raw.githubusercontent.com/andrew-ls/gantt/master/bin/gantt && \
|
||||
chmod +x /usr/local/bin/gantt
|
||||
|
||||
# install taskwarrior
|
||||
RUN apt-get install -qq taskwarrior
|
||||
|
||||
# Install taskwarrior-tui
|
||||
RUN wget -O taskwarrior.deb -q https://github.com/kdheepak/taskwarrior-tui/releases/download/v0.9.5/taskwarrior-tui.deb && \
|
||||
dpkg -i taskwarrior.deb && \
|
||||
rm taskwarrior.deb
|
||||
|
||||
# Install trellowarrior
|
||||
RUN pip install trellowarrior
|
||||
|
||||
# Configure openvpn
|
||||
RUN mkdir -p $HOME/.config/openvpn && \
|
||||
mknod $HOME/.config/openvpn/tun c 10 200 && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue