{"id":15712266,"url":"https://github.com/aswinpajayan/dot-files","last_synced_at":"2025-05-12T21:20:22.802Z","repository":{"id":165571037,"uuid":"207001731","full_name":"aswinpajayan/dot-files","owner":"aswinpajayan","description":"configs for nvim, tmux, alacritty, ranger, awesomewm, zathura, i3lock-color, rofi, userChrome.css","archived":false,"fork":false,"pushed_at":"2024-12-17T03:30:20.000Z","size":9174,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T17:40:44.109Z","etag":null,"topics":["alacritty","alacritty-configs","autocompletion","awesomewm","dot-files","firefox-customization","firefox-hide-tabs","firefox-no-address-bar","i3lock-color","language-server-protocol","neovim-config","neovim-configuration","neovim-dotfiles","nvim-configs","ranger","rofi-theme","tmux","vimrc","zathurarc"],"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/aswinpajayan.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":"2019-09-07T17:21:30.000Z","updated_at":"2024-12-17T03:30:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2f62812-5e2f-493e-81c1-b2e0172876b7","html_url":"https://github.com/aswinpajayan/dot-files","commit_stats":{"total_commits":86,"total_committers":1,"mean_commits":86.0,"dds":0.0,"last_synced_commit":"769c9b915e0ce791d147a9484bfeec0cbd76b71e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinpajayan%2Fdot-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinpajayan%2Fdot-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinpajayan%2Fdot-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aswinpajayan%2Fdot-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aswinpajayan","download_url":"https://codeload.github.com/aswinpajayan/dot-files/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253823657,"owners_count":21969881,"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":["alacritty","alacritty-configs","autocompletion","awesomewm","dot-files","firefox-customization","firefox-hide-tabs","firefox-no-address-bar","i3lock-color","language-server-protocol","neovim-config","neovim-configuration","neovim-dotfiles","nvim-configs","ranger","rofi-theme","tmux","vimrc","zathurarc"],"created_at":"2024-10-03T21:15:20.561Z","updated_at":"2025-05-12T21:20:22.777Z","avatar_url":"https://github.com/aswinpajayan.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dot-files\nconfigs for nvim, tmux,awesomewm, rofi, i3color-lock\n\nUses Vim plug for installing plugins \nGot some time to try out some configs..\nMany of these files are adapted from internet\nThier license and author information are left as such\n\n# Nvim configs\nWas having trouble with vim devicons and vim airline.. \nafter using patched fonts in alacritty terminal emulator,\nfinally i got it working. The patched font, alacritty config and init.vim are \ngiven in the repo \n![nvim config](nvim_config.png)\n\nalso note that the code completion with pytorch is working seemlessly.\nChanged to vim-lsp for completion suggestions\nKey Features\n  * auto completeion               - ncm2 (buffer, path, languages)\n  * python code style enforcement  - pylint\n  * Multiple language support      - vim-lsp and vim-lsp-settings\n  * Semantic highlighting          - Semshi (python) , vim-lsp (for supported languages)\n  * check for errors as you type   - neomake\n  \nYou can use  [this script](setup-scripts/setup-nvim.sh) for setting up neovim on debian based OS.\nIt will take care of installing and setting up dependencies \n - pynvim\n - node version \u003e= 10\n - neovim \u003e= 0.4\n - pylint\n - python-language-server\n \n\nAlso take care you python environment using \n`python3_host_prog`. It takes care of my conda env.\nor `python_host_prog` for python 2.7\n\n\nFor getting completion for supported languages, run \n:LspInstallServer \u003cserver-name\u003e\n\n\n# Ranger config\n\nRanger is a terminal based file manager . It can display files in your terminal , using ueberzug or w3m. \nBut your terminal should support it. I got it working with terminology and alacritty. I am adding alacritty configs here\n\n![ranger config](ranger_config.png)\n\nOf course you need a patched font for this to work.. I have uploaded Courier 10 here. You can download font of your choice from ryanoasis/nerdfonts\n\n# General configuration\n  - locking\n    - i3lock-color \n    - xautolock\n    - imagemagick\n  - run launcher \n    - rofi\n  - gtk theming\n    - xsettingsd\n    - gtk-chtheme\n    - qt4-qtconfig\n    - lxappearence\n   - patched font \n    - Courier 10 Pitch for Powerline \n    \n ## Other related conf files\n  - .xsettingsd for antialiasing of fonts \n  - .Xresourses\n  - Pop-Black.rasi theme for rofi\n  - 70-touch-pad-settings.conf - mouse settings\n  - userChrome.css to get the look for firefox\n  \n  ### Application softwares used \n   - neovim\n   - ranger as file manager \n   - alacritty as terminal emulator\n   - awesomewm as window manager \n   - cmus as musicplayer \n   - zathura as document viewer\n   - firefox with custom userChrome.css file\n   \n Checkout awesome-copycats for awesome themes, Hollow theme(awesome-copycats)  with my tweaks\n   ![AwesomeWM Copycat holo theme](awesome-holo.png)\n   \n   ### GTK Theme\n    - arc-darker\n    - zafiro icon theme\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faswinpajayan%2Fdot-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faswinpajayan%2Fdot-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faswinpajayan%2Fdot-files/lists"}