{"id":27068285,"url":"https://github.com/dracuxan/dotfiles","last_synced_at":"2025-04-05T20:36:58.436Z","repository":{"id":250357110,"uuid":"834236799","full_name":"dracuxan/dotfiles","owner":"dracuxan","description":"dotfiles for my WSL and Arch setup","archived":false,"fork":false,"pushed_at":"2025-04-05T16:04:41.000Z","size":513,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T16:31:31.080Z","etag":null,"topics":["dotfiles","neovim","neovim-configuration","vim","zsh","zsh-configuration"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dracuxan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-26T18:14:53.000Z","updated_at":"2025-04-05T14:09:47.000Z","dependencies_parsed_at":"2024-07-26T20:11:15.477Z","dependency_job_id":"e96d8fe5-c816-4b43-8bdd-eac84da51ccc","html_url":"https://github.com/dracuxan/dotfiles","commit_stats":{"total_commits":45,"total_committers":2,"mean_commits":22.5,"dds":0.4222222222222223,"last_synced_commit":"6532a540fb64fbe332163f2bf2f6d66f8bcec0fa"},"previous_names":["nisarg2061/dot-files","dracuxan/dot-files","dracuxan/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracuxan%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracuxan%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracuxan%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dracuxan%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dracuxan","download_url":"https://codeload.github.com/dracuxan/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399895,"owners_count":20932876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotfiles","neovim","neovim-configuration","vim","zsh","zsh-configuration"],"created_at":"2025-04-05T20:36:57.692Z","updated_at":"2025-04-05T20:36:58.419Z","avatar_url":"https://github.com/dracuxan.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![wakatime](https://wakatime.com/badge/user/0d75cfc5-da70-41b7-b8c8-661ef9d8338b/project/9358976a-67c2-4357-8140-bd4a4c743b96.svg)](https://wakatime.com/badge/user/0d75cfc5-da70-41b7-b8c8-661ef9d8338b/project/9358976a-67c2-4357-8140-bd4a4c743b96)\n\n# Dotfiles\n\nDotfiles for my WSL setup. Supports automatic installation of dependencies and configuration of Neovim, Fastfetch and Starship!\n\n## ✅ Pre-requisites\n\nYou can install these manually, but if you're using Arch, they can be installed through the script.\n\n- [Neovim (v0.8 or higher)](https://neovim.io/)\n- [Fastfetch](https://github.com/fastfetch-cli/fastfetch)\n- [Starship](https://starship.rs/)\n\nIf you want Language Server Protocol (LSP) support, install the necessary runtimes (Installation included in the script):\n\n- [Go](https://go.dev/)\n- [Rust](https://www.rust-lang.org/)\n- [Clang](https://clang.llvm.org/)\n- [Node.js](https://nodejs.org/)\n- [Python](https://www.python.org/)\n\n## 📁 Directory Structure\n\n```\ndotfiles\n├── fastfetch\n│   ├── config.jsonc .......... (Fastfetch Config)\n│   └── logos ................. (Custom Logos)\n├── nvim\n│   ├── lua\n│   │   ├── core .............. (Core Config)\n│   │   └── plugins ........... (Custom Plugin Configs)\n│   └── init.lua .............. (Main Init File)\n├── starship\n│   └── starship.toml ......... (Starship Config)\n├── config.sh ................. (Dependency Installer)\n├── install.sh ................ (Configuration Setup)\n├── LICENSE\n└── README.md ................. (Documentation)\n```\n\n## 🚀 Installation\n\n\u003e [!WARNING]\\\n\u003e Under _**active development**_, expect changes. Existing configuration files will be overwritten. Please make a backup of any files you wish to keep before proceeding.\n\u003e Compatable Package Managers: pacman\n\n1. Clone the repository to your preferred location:\n\n```\ngit clone https://github.com/dracuxan/Dot-Files.git ~/dotfiles \u0026\u0026 cd ~/dotfiles\n```\n\n2. Install dependencies (only if needed!):\n\n```\n./install.sh\n```\n\n3. Configure the tools:\n\n```\n./config.sh\n```\n\n## 📸 Screenshots\n\n![Fastfetch](https://github.com/user-attachments/assets/31804d54-ff43-45c6-8f1b-79e3ae28cd0d)\n![Neovim](https://github.com/user-attachments/assets/cb92ce16-dd48-48de-aea7-0d83d5bd2709)\n![Neovim](https://github.com/user-attachments/assets/ab2f30a2-6305-4d98-af52-cd81d4dc5b1f)\n![toggleterm](https://github.com/user-attachments/assets/e465ac94-6129-469a-94f4-8658a2dbc416)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracuxan%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdracuxan%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracuxan%2Fdotfiles/lists"}