{"id":28826440,"url":"https://github.com/anusikh/dot","last_synced_at":"2025-07-08T04:03:37.678Z","repository":{"id":243491265,"uuid":"812566809","full_name":"anusikh/dot","owner":"anusikh","description":"my setup","archived":false,"fork":false,"pushed_at":"2025-06-15T02:30:28.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T03:28:48.753Z","etag":null,"topics":[],"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/anusikh.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,"zenodo":null}},"created_at":"2024-06-09T09:09:32.000Z","updated_at":"2025-06-15T02:30:31.000Z","dependencies_parsed_at":"2024-09-10T05:13:42.094Z","dependency_job_id":"ec9b31aa-96d3-4cd3-92f3-dd65cf62ffe5","html_url":"https://github.com/anusikh/dot","commit_stats":null,"previous_names":["anusikh/nvim-conf","anusikh/nvim-vim","anusikh/dot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anusikh/dot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusikh%2Fdot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusikh%2Fdot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusikh%2Fdot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusikh%2Fdot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anusikh","download_url":"https://codeload.github.com/anusikh/dot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusikh%2Fdot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264192194,"owners_count":23570727,"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":"2025-06-19T03:04:08.348Z","updated_at":"2025-07-08T04:03:37.672Z","avatar_url":"https://github.com/anusikh.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"## my dot files\n\n#### install the following:\n- terminal: vim, neovim, lazygit, tmux\n- ide: vscode, intellij (language specific)\n\n### neovim configuration\n\n- clone repo in ~/.config/nvim\n- install `java-debug-adapter`, `java-test` from mason for debugging capabilities\n- go to java.lua, and change config_linux to config_mac or vice-versa depending on OS\n- ftplugin is a special folder that store fileType based config, lsp should have single file mode for this to work\n- find and replace in current file: `:%s/\u003cbef\u003e/\u003cafter\u003e`\n\n### vim configuration\n\n- clone repo and run `ln -s ~/.config/nvim/.vimrc ~/.vimrc`\n- pre-req: vim-plug, ripgrep\n- source and run :PlugInstall to install all plugins\n- for java lombok support and kotlin language server add this in coc config\n```json\n{\n  \"java.jdt.ls.vmargs\": \"-javaagent:/home/anusikh/Downloads/lombok-1.18.34.jar\",\n  \"java.jdt.ls.lombokSupport.enabled\": true,\n  \"java.trace.server\": \"verbose\",\n  \"java.jdt.ls.java.home\": \"/home/anusikh/.jvem/java\",\n  \"languageserver\": {\n    \"kotlin\": {\n      \"command\": \"~/.local/share/nvim/mason/packages/kotlin-language-server/server/bin/kotlin-language-server\",\n      \"filetypes\": [\n        \"kotlin\"\n      ]\n    }\n  }\n}\n```\n- first run the jar of a java application with below command and attach the debugger\n```java -jar -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 ./target/demo-0.0.1-SNAPSHOT.jar```\n\n### i3 configuration\n\n- simply install i3 and paste the config, install brightnessctl, pavucontrol, xfce4-settings, xfce4-power-manager\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanusikh%2Fdot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanusikh%2Fdot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanusikh%2Fdot/lists"}