Go to file
2021-12-06 15:01:12 +01:00
c.sh Minimal working POC 2021-12-06 15:01:12 +01:00
gitignore Minimal working POC 2021-12-06 15:01:12 +01:00
motd.sh Minimal working POC 2021-12-06 15:01:12 +01:00
README.md Minimal working POC 2021-12-06 15:01:12 +01:00
zsh.config Minimal working POC 2021-12-06 15:01:12 +01:00

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