{"id":16886597,"url":"https://github.com/you-n-g/deploy","last_synced_at":"2026-04-05T17:40:15.312Z","repository":{"id":28247410,"uuid":"31753296","full_name":"you-n-g/deploy","owner":"you-n-g","description":"My dot files and automatic environment deployment scripts","archived":false,"fork":false,"pushed_at":"2024-05-23T08:45:24.000Z","size":703,"stargazers_count":7,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-23T09:32:18.564Z","etag":null,"topics":["configuration","dotfiles","neovim","python","tmux","vim","zsh","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/you-n-g.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":"2015-03-06T04:57:09.000Z","updated_at":"2024-05-30T07:16:13.934Z","dependencies_parsed_at":"2023-01-14T08:27:30.627Z","dependency_job_id":"eea234dc-e907-4e22-bca1-4860a6e899b0","html_url":"https://github.com/you-n-g/deploy","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/you-n-g%2Fdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/you-n-g%2Fdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/you-n-g%2Fdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/you-n-g%2Fdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/you-n-g","download_url":"https://codeload.github.com/you-n-g/deploy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244931408,"owners_count":20534005,"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":["configuration","dotfiles","neovim","python","tmux","vim","zsh","zshrc"],"created_at":"2024-10-13T16:40:20.593Z","updated_at":"2026-04-05T17:40:15.307Z","avatar_url":"https://github.com/you-n-g.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Introduction\nThis repository helps deploy a development environment tailored for Python programmers in their home directory. The following tools will be configured:\n- neovim\n- zsh\n- miniconda\n- tmux\n\n\n![image](https://github.com/user-attachments/assets/f8995ea6-c961-4019-9a48-c9705fe0e155)\n\n\n# My Config/Dotfiles and Installation Scripts for Tools\nUsers can find individual configuration and installation scripts below.\n\n| Tools     | Config/Dotfiles Path                               | Installation script                                                              |\n|-----------|----------------------------------------------------|----------------------------------------------------------------------------------|\n| neovim    | [configs/lazynvim/](configs/lazynvim/)             | [deploy_apps/nonauto/install_lazyvim.sh](deploy_apps/nonauto/install_lazyvim.sh) |\n| zsh       | [configs/shell/rcfile.sh](configs/shell/rcfile.sh) | [deploy_apps/install_zsh.sh](deploy_apps/install_zsh.sh)                         |\n| tmux      | [configs/tmux/](configs/tmux/)                     | [deploy_apps/install_tmux.sh](deploy_apps/install_tmux.sh)                       |\n| miniconda | -                                                  | [deploy_apps/deploy_miniconda.sh](deploy_apps/deploy_miniconda.sh)               |\n\n# Environment\nIt is mainly tested on ubuntu.\n\nUbuntu 18.04 or below is not supported now.\n- mainly due to  [nodejs](deploy_apps/deploy_nodejs.sh)\n\n# Installation\nYou can install the entire environment with a single command (experimental):\n\n```bash\nsudo apt-get install -y git curl\ncd ~\ngit clone https://github.com/you-n-g/deploy  # (Alternative) git clone git@github.com:you-n-g/deploy.git\n# Not using visudo is very dangerous!!!  visudo is suggested!!!\necho  \"$USER ALL=(ALL) NOPASSWD:ALL\" | sudo tee /etc/sudoers.d/80-personal\n\ncd deploy\n./deploy.sh # (Alternative if ssh clone instead of ssh) ./deploy.sh -s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyou-n-g%2Fdeploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyou-n-g%2Fdeploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyou-n-g%2Fdeploy/lists"}