Compare commits

..

No commits in common. "099672acf66cc82db8e0ac29ff5b9abdac8c491d" and "9f3514a94568036eae9d12f4a1401be483405ab7" have entirely different histories.

5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Setup caddy config
mkdir -p /etc/caddy
cp -a ./caddy/caddy/. /etc/caddy/
cp ./caddy/caddy/* /etc/caddy
# Setup caddy service
cp ./caddy/systemd/caddy.service /etc/systemd/system

View file

@ -1,5 +1,5 @@
# Setup forgejo config
cp -a ./forgejo/forgejo/. /etc/forgejo/
cp ./forgejo/forgejo/* /etc/forgejo
chown -R root:forgejo /etc/forgejo && chmod -R 540 /etc/forgejo
# Setup forgejo service

View file

@ -1,2 +1,2 @@
# Setup vimrc
cp -a ./vim/vim/. /root/
cp ./vim/vim/* /root

View file

@ -1,3 +1,3 @@
# Setup zsh
cp -a ./zsh/zsh/. /root
cp ./zsh/zsh/* /root
chsh -s /usr/bin/zsh

View file

@ -12,4 +12,4 @@ fi
nala install -y zsh eza
# Check if Oh-My-ZSH already installed
which omz &> /dev/null || sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
which omz &> /dev/null || sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"