{"id":17316571,"url":"https://github.com/mwallner/myenv","last_synced_at":"2025-03-27T02:15:05.790Z","repository":{"id":109659810,"uuid":"158849887","full_name":"mwallner/myenv","owner":"mwallner","description":"stuff I need to feel cozy on my boxes","archived":false,"fork":false,"pushed_at":"2021-11-23T17:33:23.000Z","size":32,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-01T07:28:40.557Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mwallner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-11-23T15:32:25.000Z","updated_at":"2023-01-10T03:19:48.000Z","dependencies_parsed_at":"2023-04-26T14:19:04.192Z","dependency_job_id":null,"html_url":"https://github.com/mwallner/myenv","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/mwallner%2Fmyenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwallner%2Fmyenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwallner%2Fmyenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwallner%2Fmyenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mwallner","download_url":"https://codeload.github.com/mwallner/myenv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245767364,"owners_count":20668826,"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-15T13:13:24.050Z","updated_at":"2025-03-27T02:15:05.758Z","avatar_url":"https://github.com/mwallner.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# myenv\r\nstuff I need to feel cozy on my boxes\r\n\r\n## setup Linux shell env\r\n\r\ncheckout \"myenv\" to homedir:\r\n```\r\ncd ~\r\ngit clone https://github.com/mwallner/myenv.git\r\n```\r\n\r\ncreate required links\r\n```\r\ncd ~\r\nmv .bashrc .bashrc_bk\r\nln -s myenv/bash/.* .\r\n```\r\n\r\n## dot-source PowerShell profile in Windows\r\n```\r\ncode $profile\r\n```\r\nadd the following content to the file\r\n```\r\n$myenv = Join-Path ~ \"\\myenv\\powershell\\Microsoft.PowerShell_profile.ps1\"\r\nif (Test-Path $myenv) {\r\n  . $myenv\r\n}\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwallner%2Fmyenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwallner%2Fmyenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwallner%2Fmyenv/lists"}