Commit Graph

14 Commits

Author SHA1 Message Date
Daniel - d813267061
Add separate default prompt to main tmux session
Use this for simple tasks without requiring an extra tmux window.
2022-01-05 17:55:48 +01:00
Daniel - 1b673af022
Remove redundant calls to sudo 2021-12-27 11:27:47 +01:00
Daniel - 542550031f
Add little snippet to decompress zlib files from bash 2021-11-07 07:15:17 +01:00
Daniel - 7ce84b45cf
Add missing sudo call for systemd-inhibit 2021-08-22 10:03:46 +02:00
Daniel - 8a0f6f1d7c
Try to inhibit interruptions during system package updates
`systemd-inhibit` should do this, but experience shows that it's not always
working as expected.  However, having it is better than not having it.
2021-08-08 09:33:10 +02:00
Daniel - 8fe64b7d9c
Do not automatically start offlineimap
Risk of data loss is too high.
2021-06-12 14:06:48 +02:00
Daniel - 9e6c46893e
Start offlineimap in main tmux view
It's good to have this synchronization going on and being visible in the main
tmux dashboard.
2021-06-12 12:50:23 +02:00
Daniel - b1ccf8616d
Run local updates also in tmux
It's more robust if things fail.
2020-12-27 12:28:49 +01:00
Daniel - 1d7801c1ea
Extend upgrade function to support local updates 2020-09-06 15:51:42 +02:00
Daniel - fd78ed471c
Add missing call to sudo 2020-08-30 12:33:24 +02:00
Daniel - e703f1332a
Add shell auxiliary function to start default tmux session 2020-08-23 12:23:37 +02:00
Daniel - 880db2d7a3
Make custom shell scripts shellcheck clean 2020-08-23 12:10:29 +02:00
Daniel - a709a2145f
Add simple shell function to remotely run apt updates
This is a very simple function just to save some typing.  No fancy logic is
included in here, and that's deliberate.
2020-08-23 12:09:49 +02:00
Daniel - 7f12f001c0
Move custom shell functions to common file
This allows to use the functions in both zsh and bash (and everywhere
where bash is understood).
2020-08-02 17:01:23 +02:00