26 lines
355 B
Markdown
26 lines
355 B
Markdown
|
# c.sh
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```
|
||
|
cd /opt/tools/c/
|
||
|
git clone https://git.okoyono.de/f/c.sh.git
|
||
|
cd c.sh
|
||
|
ln -s motd.sh /etc/profile.d/
|
||
|
cp gitignore /.gitignore
|
||
|
echo "source /opt/tools/c/zsh.config" >> /root/.zshrc
|
||
|
|
||
|
git init repo
|
||
|
cd repo
|
||
|
git config pager.diff false
|
||
|
git config advice.addIgnoredFile false
|
||
|
git config core.worktree /
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```
|
||
|
c help
|
||
|
```
|
||
|
|