{"id":21758601,"url":"https://github.com/skarlso/devops","last_synced_at":"2026-04-08T18:02:48.519Z","repository":{"id":145257617,"uuid":"44965329","full_name":"Skarlso/devops","owner":"Skarlso","description":"Scripts I use for building stuff.","archived":false,"fork":false,"pushed_at":"2021-04-07T07:53:29.000Z","size":444,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T04:13:43.181Z","etag":null,"topics":["bash","devops","vim","zsh"],"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/Skarlso.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-10-26T11:53:28.000Z","updated_at":"2021-04-07T07:53:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e29b494-7c8c-479b-9988-89eb6ae42fba","html_url":"https://github.com/Skarlso/devops","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Skarlso/devops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skarlso%2Fdevops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skarlso%2Fdevops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skarlso%2Fdevops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skarlso%2Fdevops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Skarlso","download_url":"https://codeload.github.com/Skarlso/devops/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skarlso%2Fdevops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31567227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bash","devops","vim","zsh"],"created_at":"2024-11-26T11:22:49.027Z","updated_at":"2026-04-08T18:02:48.496Z","avatar_url":"https://github.com/Skarlso.png","language":"Shell","readme":"# DevOps\nVarious scripts and settings I use for building software. \n\nAlso, vim.\n\nInstall https://github.com/sindresorhus/pure.\n\nNote, this has to go in ZSHRC:\n\n```bash\n# ZSH_THEME=\"\"\n...\n...\n# Loading plugins\nsource $ZSH/oh-my-zsh.sh\n# User configuration\nautoload -U promptinit; promptinit\nautoload -Uz compinit \u0026\u0026 compinit\nprompt pure\n```\nNote, plugins are loaded first, than oh-my-zsh.sh and than the rest. This is because fpath is set later on. So stuff that I'm\nputting into oh-my-zsh/functions is not loaded otherwise. The two files, async and prompt.\n\nTmux Docker marrige:\n\n```bash\ntmux new -d -s minecraft 'docker exec -it mc_server3 java -jar minecraft_server.jar nogui'\n```\n\nUsing tmuxp to manage tmux sessions and auto start them with the right commands already running:\n\nhttps://tmuxp.git-pull.com/en/latest/examples.html\n\n```yaml\nstart_directory: \"~/code/\"\nsession_name: devel\nwindows:\n  - window_name: Kube\n    layout: main-vertical \n    focus: true\n    automatic-rename: 'off'\n    shell_command_before:\n      - wd kube\n    panes:\n      - clear\n      - clear\n      - shell_command:\n        - echo \"hi\"\n\n  - window_name: go-furnace\n    layout: main-vertical \n    automatic-rename: 'off'\n    shell_command_before:\n      - wd furnace\n    panes:\n      - clear\n      - clear\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskarlso%2Fdevops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskarlso%2Fdevops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskarlso%2Fdevops/lists"}