2025-06-14 23:46:09 +02:00
2025-06-14 22:29:14 +02:00
2025-06-14 22:30:03 +02:00
2025-06-14 23:46:09 +02:00
2025-05-28 20:00:35 +02:00
2025-06-14 22:30:03 +02:00
2025-06-14 23:25:03 +02:00
2025-05-28 20:00:35 +02:00
2025-06-14 23:46:09 +02:00
2025-06-14 22:32:16 +02:00
2025-06-14 23:25:03 +02:00

My motherfucking dotfiles

Installation

# Clone the Repository
git clone https://git.simonis.lol/csimonis/dotfiles.git ~/dotfiles

cd ~/dotfiles

# Install Script uses apt so if your not root get fucked idiot

if [ "$(id -u)" -ne 0 ]; then
    alias apt='sudo apt'
fi

# Installs system dependencies and does some other stuff
./install
# Creates Symlinks and installs zsh themes and plugins
./setup

Contributing

If you want to contribute for whatever fucking reasion go fuck yourself

Description
No description provided
Readme 238 KiB
Languages
Shell 100%