{"id":24761168,"url":"https://github.com/myseq/dotfiles","last_synced_at":"2026-05-06T19:03:46.908Z","repository":{"id":159394098,"uuid":"284704684","full_name":"myseq/dotfiles","owner":"myseq","description":"Backup of my configs","archived":false,"fork":false,"pushed_at":"2024-12-23T09:03:01.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T18:37:11.348Z","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/myseq.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":"2020-08-03T13:15:17.000Z","updated_at":"2024-12-23T09:03:06.000Z","dependencies_parsed_at":"2025-01-28T18:42:23.284Z","dependency_job_id":null,"html_url":"https://github.com/myseq/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/myseq%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myseq%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myseq%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myseq%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myseq","download_url":"https://codeload.github.com/myseq/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245099317,"owners_count":20560577,"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":"2025-01-28T18:30:11.239Z","updated_at":"2026-05-06T19:03:46.896Z","avatar_url":"https://github.com/myseq.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DotFiles\n\nThis includes all my `dotfiles` setup/config.\n\nFor quick start, just:\n\n - `git clone https://github.com/myseq/dotfiles.git`\n - `git pull --rebase`\n - `echo \"source $HOME/dotfiles/shellstartup\" \u003e\u003e .bashrc`\n - `echo \"source $HOME/dotfiles/shellstartup\" \u003e\u003e .zshrc`\n\n## Begin \n\nAnd everything start from `shellstartup`.\n\n\u003e To update, simple `git pull --rebase`.\n\u003e It simply combining your local changes with the latest published changes on your remote.\n\nHere's the basic file structure.\n\n```bash\ndotfiles/\n├── bash.aliases        # BASH: aliases\n├── bash.func           # BASH: functions\n├── gitconfig           # git config file\n├── private.envs        # Excluded by .gitignore\n├── profiles/           # Folder: profile pictures\n├── pythonstartup       # Python startup file\n├── shell.envs          # All env exports\n├── shellstartup        # main startup file\n├── utils/              # Folder: utilities/scripts\n├── vimrc               # vim config file\n├── zsh.aliases         # ZSH: aliases\n├── zsh.func            # ZSH: functions\n└── zshrc               # ZSH: zshrc\n```\n\n### BASH\n\nAppend the following line to the end `.bashrc`.\n\n```bash\nsource $HOME/dotfiles/shellstartup\n```\n\n### ZSH\n\nInstall `zsh` first.\n\n```console\n$ sudo apt install zsh\n$ touch .zshrc\n```\n\nAppend the following line to the end `.zshrc`.\n\n```bash\nsource $HOME/dotfiles/shellstartup\n```\n\n### Markdown Viewer (mdv)\n\n```console\n% sudo apt install python3-pip\n% pip3 install mdv --break-system-packages \n```\n\n## Troubleshoot\n\nTo setup the `.gitconfig`: `ln -s dotfiles/gitconfig ~/.gitconfig`\n\nTo reset the Git repo remote-url from HTTPS to SSH: `git remote set-url origin git@github.com:myseq/dotfiles.git`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyseq%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyseq%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyseq%2Fdotfiles/lists"}