{"id":13605022,"url":"https://github.com/victory-sokolov/dotfiles","last_synced_at":"2026-01-23T04:47:48.232Z","repository":{"id":40553491,"uuid":"189820023","full_name":"victory-sokolov/dotfiles","owner":"victory-sokolov","description":"👨‍💻  My Dotfiles Configs","archived":false,"fork":false,"pushed_at":"2024-11-02T10:39:18.000Z","size":7681,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-02T11:24:55.659Z","etag":null,"topics":["cli","dotfiles","macos","setup","vim","vscode","wsl2","zsh"],"latest_commit_sha":null,"homepage":"","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/victory-sokolov.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":"2019-06-02T08:02:19.000Z","updated_at":"2024-11-02T10:39:22.000Z","dependencies_parsed_at":"2023-11-01T18:32:39.844Z","dependency_job_id":"b3152e61-78ca-4a0e-bda3-f3aef5bf417d","html_url":"https://github.com/victory-sokolov/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/victory-sokolov%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victory-sokolov%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victory-sokolov%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victory-sokolov%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victory-sokolov","download_url":"https://codeload.github.com/victory-sokolov/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223489714,"owners_count":17153811,"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":["cli","dotfiles","macos","setup","vim","vscode","wsl2","zsh"],"created_at":"2024-08-01T19:00:53.815Z","updated_at":"2026-01-23T04:47:43.202Z","avatar_url":"https://github.com/victory-sokolov.png","language":"Shell","funding_links":[],"categories":["vim"],"sub_categories":[],"readme":"# My DotFiles for Linux/Windows/MacOS\n\n![](https://i.imgur.com/yuX27Pt.png)\n\nThis is my personalized Linux/WSL2 dotfiles.\nConfigurations include predefined aliases, functions, vim settings, scripts for the installation of various CLI utilities and software.\n\nCurrently using **Windows 11 + WSL2**\n\n### Contents\n\n* [Installation](#installation)\n* [Aliases and functions](#aliases-and-functions)\n* [ZSH](#zsh-settings)\n* [VIM](#vim)\n* [VSCode](#vs-code)\n\n## Installation\n\n1. Clone repo `git clone https://github.com/victory-sokolov/dotfiles`\n2. Installation of environment is defined in Makefile, execute `make` to see available commands. Check `make install` command which will set-up base development environment and soft link `dotfiles` like `aliases`, `function` and etc.\n\n![](https://i.imgur.com/pwsL7mm.png)\n\n## Aliases and functions\n\nYou can list all available custom aliases and functions via the following commands:\n\n* aliases - `lalias`\n* functions - `fhelp`\n\n## ZSH\n\nList of ZSH plugins I use\n\n* [git](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/git) - Git aliases\n* [extract](https://github.com/thetic/extract) - extracts all types of archives\n* [sudo](https://github.com/hcgraf/zsh-sudo) - press ESC twice to prepend command with sudo\n* [npm](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/npm) - npm aliases\n* [react-native](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/react-native) ReactNative aliases\n* [web-search](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/web-search)  - aliases for searching with Google, Wiki, Bing, YouTube\n* [you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use) - reminds you to use defined aliases\n* [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) - suggests commands as you type\n* [zsh-completions](https://github.com/zsh-users/zsh-completions) - zsh autocomplete\n* [z](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/z) -  tracks your most visited directories and allows you to access them with few keystrokes\n* [kubectl](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kubectl) Kubernetes aliases\n* [encode64](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/encode64) base64 encode/decoder\n* [docker](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker) docker autocompletion\n\n## VIM\n\nNeoVim + NerdTree\n\n![](https://i.imgur.com/x6Vy2Qx.png)\n\n### Plugins\n\n## VS Code\n\nI'm using the default VS code Theme as well I like [Cobalt2](https://marketplace.visualstudio.com/items?itemName=wesbos.theme-cobalt2itemName=wesbos.theme-cobalt2) theme\n\nList of [Extensions](vscode/extensions.md) that I use\n\n\n## Try out with Docker\n\nInside dotfiles directory run: `docker build . -t dotfiles --rm`\nRun: `docker run -it dotfiles`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictory-sokolov%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictory-sokolov%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictory-sokolov%2Fdotfiles/lists"}