From c3e605effa4c646d68470a1785dfcfa2da288a99 Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Sat, 18 Oct 2025 03:04:00 +0200 Subject: [PATCH] Added empty setup.sh --- README.md | 11 +++++++++++ fastfetch/config.jsonc | 34 ++++++++++++++++++++++++++++++++++ setup.sh | 1 + 3 files changed, 46 insertions(+) create mode 100644 README.md create mode 100644 fastfetch/config.jsonc create mode 100644 setup.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..ee17472 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# My Dotfiles + +My personal configuration files for various applications and tools running on CachyOS or Arch Linux. + +## Installation + +To set up my dotfiles on your system, you can use the following command: + +```bash +curl -sL https://raw.githubusercontent.com/DerTyp7/.dotfiles/refs/heads/master/setup.sh | sudo bash +``` diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc new file mode 100644 index 0000000..25edb76 --- /dev/null +++ b/fastfetch/config.jsonc @@ -0,0 +1,34 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json", + "modules": [ + "title", + "separator", + "os", + "host", + "kernel", + "uptime", + "packages", + "shell", + "display", + "de", + "wm", + "wmtheme", + "theme", + "icons", + "font", + "cursor", + "terminal", + "terminalfont", + "cpu", + "gpu", + "memory", + "swap", + "disk", + "localip", + "battery", + "poweradapter", + "locale", + "break", + "colors" + ] +} diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..d3065fe --- /dev/null +++ b/setup.sh @@ -0,0 +1 @@ +sudo pacman -Syu --noconfirm \ No newline at end of file