{"id":24344575,"url":"https://github.com/jackblackevo/dotfiles","last_synced_at":"2025-12-25T02:10:46.390Z","repository":{"id":37450991,"uuid":"128950939","full_name":"jackblackevo/dotfiles","owner":"jackblackevo","description":"My dotfiles for macOS / Ubuntu (WSL)","archived":false,"fork":false,"pushed_at":"2025-04-07T16:52:22.000Z","size":267,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T17:43:24.855Z","etag":null,"topics":["alacritty","astronvim","dotfiles","neovim","tigrc","tmux","vimrc","zimrc","zshrc"],"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/jackblackevo.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}},"created_at":"2018-04-10T14:59:39.000Z","updated_at":"2025-04-07T16:52:26.000Z","dependencies_parsed_at":"2023-11-23T11:26:27.548Z","dependency_job_id":"ba84a86e-f1bf-4e37-9a65-de13e3a2f219","html_url":"https://github.com/jackblackevo/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackblackevo/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblackevo%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblackevo%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblackevo%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblackevo%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackblackevo","download_url":"https://codeload.github.com/jackblackevo/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblackevo%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28017114,"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-12-25T02:00:05.988Z","response_time":58,"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":["alacritty","astronvim","dotfiles","neovim","tigrc","tmux","vimrc","zimrc","zshrc"],"created_at":"2025-01-18T09:55:26.590Z","updated_at":"2025-12-25T02:10:46.382Z","avatar_url":"https://github.com/jackblackevo.png","language":"Shell","readme":"# Installation\n\n## macOS\n\n1. Install [Homebrew](https://brew.sh/)\n   ```bash\n   /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n   ```\n2. Install all dependencies from the `Brewfile` through [Homebrew Bundle](https://docs.brew.sh/Manpage#bundle-subcommand)\n   ```bash\n   brew update \\\n   \u0026\u0026 brew upgrade \\\n   \u0026\u0026 curl -fsSL https://github.com/jackblackevo/dotfiles/raw/main/macOS/Brewfile | brew bundle --file=- \\\n   \u0026\u0026 brew cleanup\n   ```\n3. Configure [Alacritty](https://alacritty.org/)\n   ```bash\n   curl -fsSLO --create-dirs --output-dir ~/.config/alacritty/ https://github.com/jackblackevo/dotfiles/raw/main/macOS/.config/alacritty/alacritty.toml\n   ```\n4. Copy `.zshenv` and `.zshrc` file to home directory\n   ```bash\n   curl -fsSLO --output-dir ~/ https://github.com/jackblackevo/dotfiles/raw/main/macOS/.zshenv \\\n   \u0026\u0026 curl -fsSLO --output-dir ~/ https://github.com/jackblackevo/dotfiles/raw/main/macOS/.zshrc\n   ```\n5. Copy `.zimrc` file (for [Zim](https://zimfw.sh/)) to home directory\n   ```bash\n   curl -fsSLO --output-dir ~/ https://github.com/jackblackevo/dotfiles/raw/main/macOS/.zimrc\n   ```\n6. Copy `.p10k.zsh` file (for [Powerlevel10k](https://github.com/romkatv/powerlevel10k)) to home directory\n   ```bash\n   curl -fsSLO --output-dir ~/ https://github.com/jackblackevo/dotfiles/raw/main/.p10k.zsh\n   ```\n7. Reload Zsh configuration\n   ```bash\n   zsh\n   ```\n8. Copy `.tmux.conf` file to home directory\n   ```bash\n   curl -fsSLO --output-dir ~/ https://github.com/jackblackevo/dotfiles/raw/main/.tmux.conf\n   ```\n9. Copy `.tigrc` file to home directory\n   ```bash\n   curl -fsSLO --output-dir ~/ https://github.com/jackblackevo/dotfiles/raw/main/macOS/.tigrc\n   ```\n10. Install [AstroNvim](https://astronvim.com/) (use [unattended](https://docs.astronvim.com/reference/alt_install/#unattended-installation) and [isolated](https://docs.astronvim.com/reference/alt_install/#isolated-installation) installation)  \n    See: [AstroNvim configuration](https://github.com/jackblackevo/astronvim_config)\n    ```bash\n    git clone https://github.com/jackblackevo/astronvim_config.git ~/.config/astronvim \\\n    \u0026\u0026 NVIM_APPNAME=astronvim nvim --headless +q\n    ```\n\n## WSL - Ubuntu\n\n1. Install packages\n   ```bash\n   sudo apt update \\\n   \u0026\u0026 sudo apt upgrade -y \\\n   \u0026\u0026 curl -fsSL https://github.com/jackblackevo/dotfiles/raw/main/Ubuntu/pkgs | xargs sudo apt install -y \\\n   \u0026\u0026 sudo apt clean \\\n   \u0026\u0026 curl -fsSL https://github.com/jackblackevo/dotfiles/raw/main/Ubuntu/win-pkgs | xargs winget.exe install\n   ```\n2. Copy `.zshenv` and `.zshrc` file to home directory\n   ```bash\n   curl -fsSLO --output-dir ~/ https://github.com/jackblackevo/dotfiles/raw/main/Ubuntu/.zshenv \\\n   \u0026\u0026 curl -fsSLO --output-dir ~/ https://github.com/jackblackevo/dotfiles/raw/main/Ubuntu/.zshrc\n   ```\n3. Copy `.zimrc` file (for [Zim](https://zimfw.sh/)) to home directory\n   ```bash\n   curl -fsSLO --output-dir ~/ https://github.com/jackblackevo/dotfiles/raw/main/Ubuntu/.zimrc\n   ```\n4. Copy `.p10k.zsh` file (for [Powerlevel10k](https://github.com/romkatv/powerlevel10k)) to home directory\n   ```bash\n   curl -fsSLO --output-dir ~/ https://github.com/jackblackevo/dotfiles/raw/main/.p10k.zsh\n   ```\n5. Reload Zsh configuration\n   ```bash\n   zsh\n   ```\n6. Download \u0026 Install [Hack Nerd Font](https://www.nerdfonts.com/font-downloads)\n   ```bash\n   curl -fsSLO --output-dir /mnt/c/temp/ https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/Hack/Regular/HackNerdFontMono-Regular.ttf \\\n   \u0026\u0026 explorer.exe \"c:\\temp\"\n   ```\n7. Configure Windows Terminal\n   ```jsonc\n   {\n       // actions\n       [\n           {\n                \"command\":\n                {\n                    \"action\": \"copy\",\n                    \"singleLine\": false\n                },\n                \"keys\": \"ctrl+shift+c\"\n            },\n            {\n                \"command\": \"paste\",\n                \"keys\": \"ctrl+shift+v\"\n            },\n       ],\n       // profiles.list\n       \"colorScheme\": \"One Half Dark\",\n       \"font\":\n       {\n           \"face\": \"Hack Nerd Font Mono\"\n       },\n   }\n   ```\n8. Set Zsh as default shell\n   ```bash\n   chsh -s $(which zsh)\n   ```\n9. Copy `.tmux.conf` file to home directory\n   ```bash\n   curl -fsSLO --output-dir ~/ https://github.com/jackblackevo/dotfiles/raw/main/.tmux.conf\n   ```\n10. Make [diff-highlight](https://github.com/git/git/tree/master/contrib/diff-highlight) executable\n    ```bash\n    sudo chmod +x $(git --exec-path)/../../share/doc/git/contrib/diff-highlight/diff-highlight\n    ```\n11. Copy `.tigrc` file to home directory\n    ```bash\n    curl -fsSLO --output-dir ~/ https://github.com/jackblackevo/dotfiles/raw/main/Ubuntu/.tigrc\n    ```\n12. Install Neovim [stable version (release build)](https://github.com/neovim/neovim/releases/tag/stable)\n    ```bash\n    curl -fsSL --create-dirs --output ~/.local/bin/nvim.appimage https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage \u0026\u0026 chmod u+x ~/.local/bin/nvim.appimage \u0026\u0026 ln -sf ~/.local/bin/nvim.appimage ~/.local/bin/nvim\n    ```\n13. Install [AstroNvim](https://astronvim.com/) (use [unattended](https://docs.astronvim.com/reference/alt_install/#unattended-installation) and [isolated](https://docs.astronvim.com/reference/alt_install/#isolated-installation) installation)  \n    See: [AstroNvim configuration](https://github.com/jackblackevo/astronvim_config)\n    ```bash\n    git clone https://github.com/jackblackevo/astronvim_config.git ~/.config/astronvim \\\n    \u0026\u0026 NVIM_APPNAME=astronvim nvim --headless +q\n    ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackblackevo%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackblackevo%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackblackevo%2Fdotfiles/lists"}