{"id":17302378,"url":"https://github.com/coriolinus/dotfiles","last_synced_at":"2025-03-26T22:24:13.185Z","repository":{"id":52344680,"uuid":"138058651","full_name":"coriolinus/dotfiles","owner":"coriolinus","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-28T08:26:34.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T04:16:23.743Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/coriolinus.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}},"created_at":"2018-06-20T16:27:57.000Z","updated_at":"2022-06-02T11:53:18.000Z","dependencies_parsed_at":"2022-09-13T15:10:41.995Z","dependency_job_id":null,"html_url":"https://github.com/coriolinus/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coriolinus","download_url":"https://codeload.github.com/coriolinus/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245744341,"owners_count":20665262,"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":[],"created_at":"2024-10-15T11:47:23.236Z","updated_at":"2025-03-26T22:24:13.167Z","avatar_url":"https://github.com/coriolinus.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nFor the purpose of standardizing my shells across a variety of machines, it turns out to be easiest to just keep my dotfiles in git.\n\n## Usage\n\n```sh\ncd ~\ngit clone git@github.com:coriolinus/dotfiles.git\nln -f ~/dotfiles/.profile .profile\nln -f ~/dotfiles/.bash_profile .bash_profile\nln -f ~/dotfiles/.bashrc .bashrc\n```\n\n### Automatically Connect Boxcryptor\n\nOn unixy systems, we can automatically connect to Boxcryptor. \n\n- Ensure that Dropbox is syncing or linked to `~/Dropbox`\n- Ensure that there is an empty directory at `~/Boxcryptor`\n- Install necessary tooling:\n\n    ```sh\n    sudo apt install encfs libsecret-tools\n    ```\n\n- Add the boxcryptor password to the keyring:\n\n    ```sh\n    secret-tool store --label='Personal Boxcryptor' boxcryptor personal\n    ```\n\n    This will present a password prompt; enter the boxcryptor password, _not_ the system password.\n\nBoxcryptor will then automatically mount when the profile is sourced.\n\n### Clipboard access on WSL\n\nUbuntu has a nice `clip` command which doesn't work by default on WSL.\nThere's a shim to make it work in this repo:\n\n```sh\nmkdir -p ~/bin\nln -f ~/dotfiles/bin/clip ~/bin/clip\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoriolinus%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoriolinus%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoriolinus%2Fdotfiles/lists"}