Add per-user zsh script loading
This commit is contained in:
10
README.md
10
README.md
@ -1,3 +1,13 @@
|
||||
# Linux Toolkit
|
||||
|
||||
A collection of useful files and scripts that make my life a whole lot easier with Linux.
|
||||
|
||||
## Installation
|
||||
|
||||
To install, complete the following steps:
|
||||
1. Execute `git clone https://git.cobypowers.com/cobyp/linux-toolkit /etc/toolkit` as **root** to install the toolkit and all necessary components.
|
||||
2. Navigate to the scripts directory and execute setup.sh and then update.sh
|
||||
|
||||
## Persistence
|
||||
|
||||
To allow the toolkit to update automatically, install the following cronjob as **root**: `0 * * * * cd /etc/toolkit/scripts && /usr/bin/bash ./update.sh >> /dev/null 2>&1`
|
||||
|
Reference in New Issue
Block a user