{"id":17222660,"url":"https://github.com/marksteve/dotfiles","last_synced_at":"2025-10-24T04:49:16.309Z","repository":{"id":138469666,"uuid":"2248326","full_name":"marksteve/dotfiles","owner":"marksteve","description":":black_circle:","archived":false,"fork":false,"pushed_at":"2025-07-31T14:55:20.000Z","size":607,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-31T18:31:42.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/marksteve.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}},"created_at":"2011-08-22T12:37:53.000Z","updated_at":"2025-07-31T14:55:24.000Z","dependencies_parsed_at":"2024-02-28T10:26:37.651Z","dependency_job_id":"ecf3c8c7-ee70-4cf6-810f-3cd834cf7733","html_url":"https://github.com/marksteve/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marksteve/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marksteve","download_url":"https://codeload.github.com/marksteve/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280742562,"owners_count":26382923,"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-24T02:00:06.418Z","response_time":73,"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":"2024-10-15T04:06:02.948Z","updated_at":"2025-10-24T04:49:16.292Z","avatar_url":"https://github.com/marksteve.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\u003e That's the Way (I Like It)\n\n## Requirements\n\n- zsh\n- [starship](https://starship.rs/)\n- [ripgrep](https://github.com/BurntSushi/ripgrep)\n- [zoxide](https://github.com/ajeetdsouza/zoxide)\n- [tpm](https://github.com/tmux-plugins/tpm)\n\n### Ubuntu\n\n1. Install dependencies\n    ```\n    sh -c \"$(curl -fsSL https://starship.rs/install.sh)\"\n    sh -c \"$(curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh)\"\n    sudo apt install zsh ripgrep tmux direnv syncthing pinentry-gtk2 gocryptfs keychain\n    ```\n\n### MacOS\n\n1. Install brew and port\n1. Install dependencies\n    ```\n    eval $(/opt/homebrew/bin/brew shellenv)\n    brew install zsh starship ripgrep zoxide tmux direnv syncthing gpg\n    brew install \\\n        actual \\\n        bitwarden \\\n        boop \\\n        cloudflare-warp \\\n        google-chrome \\\n        iterm2 \\\n        netnewswire \\\n        obsidian \\\n        rectangle \\\n        restic \\\n        spotify \\\n        sublime-merge \\\n        telegram \\\n        todoist\n    sudo port install gocryptfs\n    sudo ln -fsn /opt/local/Library/Filesystems/macfuse.fs /Library/Filesystems/macfuse.fs\n    ```\n\n## Install\n\n```sh\ngit clone https://github.com/marksteve/dotfiles\ncd dotfiles\ngit submodule update --init --recursive\ngpg # run to generate config directory\n./install.sh\ngit clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm\n```\n\nInstall tpm plugins by running tmux then pressing `Ctrl + a, i` after installing dotfiles\n\n## Secrets\n\n```\nmkdir ~/.secrets\nmount-secrets\nrm -rf ~/.ssh\nln -s ~/.secrets/ssh ~/.ssh\nln -s ~/.secrets/npmrc ~/.npmrc\ngpg --import ~/.secrets/gpg/secret.asc\ngpg --import-ownertrust ~/.secrets/gpg/ownertrust.txt\n```\n\n### MacOS\n\nStore SSH private key passphrase in keychain:\n\n```\nssh-add -K\n```\n\n## Ubuntu\n\n### Alacritty\n\n1. Follow [install instructions](https://github.com/alacritty/alacritty/blob/master/INSTALL.md)\n1. Set as default terminal\n    ```\n    sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/local/bin/alacritty 50\n    sudo update-alternatives --config x-terminal-emulator\n    ```\n\n## WSL\n\n### Setup systemd with genie\n\n```\nsudo su -\n\n# add Microsoft repo with .Net 3.1 runtime\nwget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb\ndpkg -i packages-microsoft-prod.deb\n\n# https://arkane-systems.github.io/wsl-transdebian/\nwget -O /etc/apt/trusted.gpg.d/wsl-transdebian.gpg https://arkane-systems.github.io/wsl-transdebian/apt/wsl-transdebian.gpg\nchmod a+r /etc/apt/trusted.gpg.d/wsl-transdebian.gpg\ncat \u003c\u003c EOF \u003e /etc/apt/sources.list.d/wsl-transdebian.list\ndeb https://arkane-systems.github.io/wsl-transdebian/apt/ $(lsb_release -cs) main\ndeb-src https://arkane-systems.github.io/wsl-transdebian/apt/ $(lsb_release -cs) main\nEOF\napt update\n\napt install systemd-genie\n```\n\nInstructions taken from https://kumekay.com/wsl2-and-systemd/\n\n## Python\n\n### Toolchains\n```\ncurl -sSf https://rye-up.com/get | bash\n```\n\n### Tools\n```\ncat requirements.in | xargs -I '{}' rye install {}\n```\n\n## Node\n\n```\ncurl https://mise.run | sh\nmise install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarksteve%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fdotfiles/lists"}