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