{"id":31809881,"url":"https://github.com/psilore/psiloc","last_synced_at":"2026-07-17T01:34:41.660Z","repository":{"id":317702292,"uuid":"481481578","full_name":"psilore/psiloc","owner":"psilore","description":"Imagine your terminal as the Grid, but with more jokes and less danger!","archived":false,"fork":false,"pushed_at":"2025-10-02T13:45:15.000Z","size":751,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T15:21:56.914Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psilore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-14T05:47:24.000Z","updated_at":"2025-10-02T13:45:18.000Z","dependencies_parsed_at":"2025-10-02T15:22:27.316Z","dependency_job_id":"f834c29e-6c97-45e0-b7fd-d4dabc4a6232","html_url":"https://github.com/psilore/psiloc","commit_stats":null,"previous_names":["psilore/psiloc"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/psilore/psiloc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psilore%2Fpsiloc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psilore%2Fpsiloc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psilore%2Fpsiloc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psilore%2Fpsiloc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psilore","download_url":"https://codeload.github.com/psilore/psiloc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psilore%2Fpsiloc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006352,"owners_count":26084088,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-10-11T05:54:04.168Z","updated_at":"2026-07-17T01:34:41.650Z","avatar_url":"https://github.com/psilore.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Psiloc\n\nA dotfiles repository for Debian Trixie development environments with automated setup and backup scripts.\n\n![Comical TRON-inspired terminal scene](docs/images/psiloc.png)\n\n## Overview\n\nPersonal configuration repository containing dotfiles, a Go-based setup automation CLI, and backup scripts for maintaining a consistent development environment across machines. The legacy bash setup menu has been replaced with a robust, zero-dependency Go application.\n\n## Structure\n\n```bash\npsiloc/\n├── config/                # Configuration files for various applications\n│   ├── vscode/            # VS Code settings and extensions\n│   ├── nvim/              # Neovim with LazyVim configuration\n│   ├── ghostty/           # Ghostty terminal config (Dracula theme)\n│   ├── gnome-terminal/    # GNOME Terminal color profiles\n│   ├── shell/zsh/         # Zsh configuration\n│   └── git/               # Git configuration\n├── src/                   # Go source code for setup-client CLI\n│   ├── main.go            # Entry point for the Go app\n│   └── README.md          # Developer docs for setup-client\n├── scripts/               # Utility scripts executed by the Go app or manually\n│   ├── backup.sh          # Configuration backup menu\n│   ├── audit.sh           # Workstation security audit\n│   ├── harden.sh          # Interactive security hardening\n│   └── unharden.sh        # Interactive hardening reversal\n└── docs/                  # Documentation and images\n    ├── SECURITY.md        # Security audit \u0026 hardening guide\n    └── CONTRIBUTING.md    # Guidelines for Conventional Commits\n```\n\n## Contributing\n\nPlease review our [Contributing Guidelines](docs/CONTRIBUTING.md) which requires the use of **Conventional Commits** to support our automated Semantic Release pipeline.\n\n## Quick Start (Go App Usage)\n\nThe setup process is now managed by a Go CLI application `setup-client`, which provides an interactive menu for installing tools and hardening the system.\n\n```bash\n# Clone repository\ncd ~/github/psilore\ngit clone https://github.com/psilore/psiloc.git\ncd psiloc\n\n# Build the Go setup client\ncd src\ngo build -o ../setup-client main.go\ncd ..\n\n# Run interactive setup\n./setup-client\n```\n\n### Features of `setup-client`\n\nThe Go application provides a robust menu with options to:\n\n- Install necessary packages, tools, and environments (Docker, Terraform, Neovim, VS Code, Zsh, etc.)\n- Set up automated cron backup jobs via `backup.sh`\n- Perform local security audits and workstation hardening (calling `scripts/audit.sh`, `scripts/harden.sh`, and `scripts/unharden.sh`)\n\n## Security\n\nPsiloc provides built-in tools for auditing and hardening your Debian-based workstation. These can be run from the Go app menu or manually. For detailed information on these features, see the [Security Guide](docs/SECURITY.md).\n\n- **Audit**: Select the audit option in `setup-client` or run `./scripts/audit.sh` (may prompt for sudo) to see your current security posture.\n- **Harden**: Select the harden option in `setup-client` or run `./scripts/harden.sh` for an interactive security setup.\n- **Revert**: Select the revert option in `setup-client` or run `./scripts/unharden.sh` to safely undo security changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsilore%2Fpsiloc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsilore%2Fpsiloc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsilore%2Fpsiloc/lists"}