{"id":15007371,"url":"https://github.com/etoneananasbi95/mycustomization","last_synced_at":"2026-02-15T15:03:28.502Z","repository":{"id":219174421,"uuid":"748248639","full_name":"EtoNeAnanasbI95/MyCustomization","owner":"EtoNeAnanasbI95","description":"This is my personal repository with my customization of various systems and applications","archived":false,"fork":false,"pushed_at":"2025-03-03T11:15:12.000Z","size":772580,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T14:08:37.865Z","etag":null,"topics":["arch-linux","archlinux","customization","dots","eww","eww-config","eww-widgets","hyprland","hyprland-arch","hyprland-config","linux","linux-desktop","scripts","user","userscript"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/EtoNeAnanasbI95.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":"2024-01-25T15:30:48.000Z","updated_at":"2025-03-03T11:15:15.000Z","dependencies_parsed_at":"2024-02-29T19:26:28.041Z","dependency_job_id":"8b9c6ef4-e937-44ad-951c-5b823bdcc1ad","html_url":"https://github.com/EtoNeAnanasbI95/MyCustomization","commit_stats":{"total_commits":78,"total_committers":4,"mean_commits":19.5,"dds":0.3717948717948718,"last_synced_commit":"4117ae6c6a58e274ab2c7fc03cd8c6d962e04ec8"},"previous_names":["etoneananas95/mycustomization","etoneananasbi95/mycustomization"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EtoNeAnanasbI95%2FMyCustomization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EtoNeAnanasbI95%2FMyCustomization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EtoNeAnanasbI95%2FMyCustomization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EtoNeAnanasbI95%2FMyCustomization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EtoNeAnanasbI95","download_url":"https://codeload.github.com/EtoNeAnanasbI95/MyCustomization/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252892503,"owners_count":21820648,"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":["arch-linux","archlinux","customization","dots","eww","eww-config","eww-widgets","hyprland","hyprland-arch","hyprland-config","linux","linux-desktop","scripts","user","userscript"],"created_at":"2024-09-24T19:09:13.376Z","updated_at":"2026-02-15T15:03:23.482Z","avatar_url":"https://github.com/EtoNeAnanasbI95.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Терминалы\n* Конфигурации моих терминалов лежат в папке [terms](https://github.com/EtoNeAnanasbI95/MyCustomization/tree/main/terms).\n\n\u003cdetails\u003e\n   \u003csummary\u003eВ этой папке лежат конфигурации:\u003c/summary\u003e\n      1. Hyper terminal\u003cbr/\u003e\n      2. Alacritty\u003cbr/\u003e\n      3. Default windows terminal\u003cbr/\u003e\n\n\u003e Из всего выше перечисленного, файл (WindowsTerminalColorSchemes) является просто цветовой схемой для терминала windows, ***если вы хотите посмотреть конфигурацию именно powershellrc, то просмотрите папку Windows → PWSH***\n\u003c/details\u003e\n\n# [Редакторы кода (IDE)](https://github.com/EtoNeAnanasbI95/MyCustomization/tree/main/IDE)\n* Конфиги всех редакторов кода находятся в папке IDE\n\n\u003cdetails\u003e\n   \u003csummary\u003eТам находятся конфиги:\u003c/summary\u003e\n      1. IDE от jetbrains которыми я пользуюсь на постоянной основе\u003cbr/\u003e\n      2. VS code\u003cbr/\u003e\n      3. neovim\u003cbr/\u003e\n\n\u003e Гайд на кастомизацию vscode: (https://marred-chartreuse-801.notion.site/vs-code-acaf2e071b91435fad37bb784c9b3941?pvs=4)\n\u003c/details\u003e\n\n# [Linux](https://github.com/EtoNeAnanasbI95/MyCustomization/tree/main/Linux)\n* Наиболее крупная и важная папка. В ней содержатся мои dotfiles кастомизации Arch Linux \n## Fist omz set-up\n* At first install omz\n\n``` \nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n```\n\n* Next, install concurrent plugins\n\n```\ngit clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions\n\ngit clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting\n\ngit clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting\n\ngit clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete\n\nsed -i 's/plugins=(git)/plugins=(git zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting zsh-autocomplete)/g' \"$HOME/.zshrc\"\n```\n\n# [Windows](https://github.com/EtoNeAnanasbI95/MyCustomization/tree/main/Windows)\n* Эта папка, как и linux, содержит в себе кастомизацию системы. Там лежит конфигурация софта для эффекта прозрачности в проводнике и контекстном меню, красивого меню пуск и, наверное самое важное, конфигурация powershell, с внешней кастомизацией\n\u003e гайд на кастомизацию powershell: (https://marred-chartreuse-801.notion.site/oh-my-posh-869e9ae83c0b4df1aeed0cb64a34ab41?pvs=4)\n\n# [Wallpaper](https://github.com/EtoNeAnanasbI95/MyCustomization/tree/main/wallpapers)\n* Ну и на сладкое, не большой пак обоев, как гифки так и обычные минималистичные обои\n\n# Мусор\n* Помимо всего прочего, ради личного удобства, я закинул сюда свой [cs2AutoExecConfig](https://github.com/EtoNeAnanasbI95/MyCustomization/tree/main/CS2autoexec.cfg), а так же [мою тему для дискорда](https://github.com/EtoNeAnanasbI95/MyCustomization/tree/main/BetterDiscord)\n\n# TODO\n* ~~поменять конфиг alacritty~~\n* доделать linux\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetoneananasbi95%2Fmycustomization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetoneananasbi95%2Fmycustomization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetoneananasbi95%2Fmycustomization/lists"}