{"id":30801870,"url":"https://github.com/stiliajohny/.dotfiles","last_synced_at":"2025-09-05T21:10:41.325Z","repository":{"id":52691674,"uuid":"278666630","full_name":"stiliajohny/.dotfiles","owner":"stiliajohny","description":"Personal collection of dotfiles","archived":false,"fork":false,"pushed_at":"2024-12-10T10:22:39.000Z","size":218094,"stargazers_count":7,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-10T11:29:13.110Z","etag":null,"topics":["dotfiles","dotfiles-linux","i3","i3-config","i3wm","polybar","polybar-scripts","tmux","tmux-conf","tmuxrc","vim-configuration","vim-plugin","vimrc","zsh-configuration","zshrc"],"latest_commit_sha":null,"homepage":"https://stiliajohny.github.io/dotfiles/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stiliajohny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-07-10T15:16:58.000Z","updated_at":"2024-12-10T10:22:43.000Z","dependencies_parsed_at":"2023-12-26T20:38:56.287Z","dependency_job_id":"d20c6c7f-a3e2-447d-aae2-a86cbcad01e0","html_url":"https://github.com/stiliajohny/.dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stiliajohny/.dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stiliajohny%2F.dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stiliajohny%2F.dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stiliajohny%2F.dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stiliajohny%2F.dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stiliajohny","download_url":"https://codeload.github.com/stiliajohny/.dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stiliajohny%2F.dotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273820972,"owners_count":25174125,"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-09-05T02:00:09.113Z","response_time":402,"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":["dotfiles","dotfiles-linux","i3","i3-config","i3wm","polybar","polybar-scripts","tmux","tmux-conf","tmuxrc","vim-configuration","vim-plugin","vimrc","zsh-configuration","zshrc"],"created_at":"2025-09-05T21:10:05.305Z","updated_at":"2025-09-05T21:10:41.301Z","avatar_url":"https://github.com/stiliajohny.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles ❤ ~/\u003c/h1\n\n![](.config/wallpaper/screenshot/screen.png)\n\n## Install it on vanila system\n\n```bash\ngit clone --bare git@github.com:stiliajohny/dotfiles.git $HOME/.cfg\n```\n\n```bash\nfunction config {\n   /usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@\n}\n```\n\n```bash\nmkdir -p .config-backup\n```\n\n```bash\nconfig checkout\n```\n\n```bash\nif [ $? = 0 ]; then\n  echo \"Checked out config.\";\nelse\n  echo \"Backing up pre-existing dot files.\";\n  config checkout 2\u003e\u00261 | egrep \"\\s+\\.\" | awk {'print $1'} | xargs -I{} mv {} .config-backup/{}\nfi;\n```\n\n```bash\nconfig checkout\n```\n\n```bash\nconfig config status.showUntrackedFiles no\n```\n\n## Manual steps to automate later\n\n- `git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search`\n- `git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions`\n- `git clone https://github.com/chrissicool/zsh-256color ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-256color`\n- `git clone https://github.com/sobolevn/wakatime-zsh-plugin.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/wakatime`\n- `git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions`\n\n## Apps Installed\n\n### Security and VPN\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to expand\u003c/summary\u003e\n\n- AdGuard VPN\n- Little Snitch\n- NordVPN\n- Pareto Security\n- VPN by Google One\n\n\u003c/details\u003e\n\n### Creative and Design Tools\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to expand\u003c/summary\u003e\n\n- Adobe Acrobat DC\n- Adobe After Effects (2022, 2023)\n- Adobe Bridge 2024\n- Adobe Illustrator 2023\n- Adobe Lightroom Classic\n- Adobe Media Encoder 2023\n- Adobe Photoshop 2024\n- Adobe Premiere Pro (2022, 2023)\n- Blender\n- GIMP\n- Maxon Cinema 4D R25\n- Perfectly Clear Workbench\n- Silhouette Studio\n- UltiMaker Cura\n\n\u003c/details\u003e\n\n### Productivity and Office\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to expand\u003c/summary\u003e\n\n- Alfred 5\n- Amphetamine\n- Cyberduck\n- DevPod\n- Discord\n- Dropbox\n- Evernote\n- Google Docs\n- Google Drive\n- Google Sheets\n- Google Slides\n- Keybase\n- Microsoft Office Suite\n- Notion\n- Obsidian\n- OneDrive\n- OneNote\n- OpenLens\n- OrbStack\n- Postman\n- Slack\n- SoundWaves\n- Spotify\n- TeX\n- TestFlight\n- Trello\n- Visual Studio Code\n- WakaTime\n- WhatsApp Web\n- draw.io\n\n\u003c/details\u003e\n\n### Development and Programming\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to expand\u003c/summary\u003e\n\n- Android Studio\n- AppCleaner\n- Arduino (IDE, app)\n- DBeaver\n- Docker\n- GitKraken\n- IntelliJ IDEA\n- iTerm\n- pgAdmin 4\n- Processing\n- PrusaSlicer\n- PyCharm\n- Raspberry Pi Imager\n- SEGGER\n- SQLiteFlow\n- Sublime Text\n- Unity\n- Xcode-beta\n- balenaEtcher\n\n\u003c/details\u003e\n\n### System Utilities\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to expand\u003c/summary\u003e\n\n- AlDente\n- AppCleaner\n- Bartender 5\n- Bitwarden\n- CleanMyMac X\n- CubicSDR\n- DisplayLink Manager\n- DisplayLink Software Uninstaller\n- GeekTool\n- Gqrx\n- Gyroflow\n- HandBrake\n- Hyper\n- Macs Fan Control\n- Micro Snitch\n- NoSleep\n- OBS\n- Ollama\n- OneMenu\n- Parallels Desktop (Activation Tool, app)\n- ProcessMonitor\n- RAR Extractor\n- Rancher Desktop\n- ReiKey\n- SDRangel\n- SF Symbols\n- Sequel Ace\n- SiteSucker\n- Steam (Link, app)\n- TeamViewer\n- The Unarchiver\n- Transporter\n- Utilities\n- VLC\n- VMware Fusion\n- VNC Viewer\n- XQuartz\n- xbar\n\n\u003c/details\u003e\n\n### Entertainment and Media\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to expand\u003c/summary\u003e\n\n- GarageBand\n- GoPro Webcam\n- Netflix\n- Plex\n- Steam\n- Unsplash Wallpapers\n\n\u003c/details\u003e\n\n### Others\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to expand\u003c/summary\u003e\n\n- Elgato Stream Deck\n- Fig\n- Firefox\n- Safari\n- uTorrent Web\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiliajohny%2F.dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstiliajohny%2F.dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiliajohny%2F.dotfiles/lists"}