Go to file
Aaron Fischer e1b50f7adc silly commit to test AP 2023-01-20 21:31:21 +01:00
README.md Silly change 2021-12-12 00:36:04 +01:00
c.sh silly commit to test AP 2023-01-20 21:31:21 +01:00
gitignore Minimal working POC 2021-12-06 15:01:12 +01:00
motd.sh Update 'motd.sh' 2021-12-07 22:45:46 +01:00
zsh.config Update 'zsh.config' 2022-12-20 22:48:11 +01:00

README.md

c.sh

Installation

mkdir -p /opt/tools/c/
cd /opt/tools/c/
git clone https://git.okoyono.de/f/c.sh.git src
cd src
ln -s motd.sh /etc/profile.d/
cp gitignore /.gitignore
echo "source /opt/tools/c/src/zsh.config" >> /root/.zshrc

git init repo
cd repo
git config pager.diff false
git config advice.addIgnoredFile false
git config core.worktree /
git config user.email "c@c.sh"
git config user.name "C C"

Usage and Help

c help