{"id":19947298,"url":"https://github.com/clementvidon/config","last_synced_at":"2025-05-03T17:33:46.550Z","repository":{"id":38403374,"uuid":"463901924","full_name":"clementvidon/config","owner":"clementvidon","description":"My most used tools configuration files.","archived":false,"fork":false,"pushed_at":"2025-05-02T19:24:45.000Z","size":13680,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-02T20:27:13.728Z","etag":null,"topics":["alacritty","alacritty-colorscheme","alacritty-config","gitconfig","gitignore","i3","i3-config","i3wm","iterm2","iterm2-colors","tmux","tmux-conf","tmux-configs","tmux-configuration","vim","vim-configuration","vimrc","zsh","zsh-configuration","zshrc"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clementvidon.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":"2022-02-26T16:11:58.000Z","updated_at":"2025-05-02T19:24:48.000Z","dependencies_parsed_at":"2024-01-08T22:31:51.736Z","dependency_job_id":"d35a56a4-2804-4ae8-8b7b-9ac2a69bd7d8","html_url":"https://github.com/clementvidon/config","commit_stats":null,"previous_names":["clementvidon/config","clemedon/config"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementvidon%2Fconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementvidon%2Fconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementvidon%2Fconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clementvidon%2Fconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clementvidon","download_url":"https://codeload.github.com/clementvidon/config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252227160,"owners_count":21714955,"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-colorscheme","alacritty-config","gitconfig","gitignore","i3","i3-config","i3wm","iterm2","iterm2-colors","tmux","tmux-conf","tmux-configs","tmux-configuration","vim","vim-configuration","vimrc","zsh","zsh-configuration","zshrc"],"created_at":"2024-11-13T00:35:23.664Z","updated_at":"2025-05-03T17:33:44.092Z","avatar_url":"https://github.com/clementvidon.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\tCONFIG\n\u003c/h1\u003e\n\n\u003ch3 align=\"center\"\u003e\n\t\u003ca href=\"#Summary\"\u003eSummary\u003c/a\u003e\n\t\u003cspan\u003e · \u003c/span\u003e\n\t\u003ca href=\"#Prereq\"\u003eSummary\u003c/a\u003e\n\t\u003cspan\u003e · \u003c/span\u003e\n\t\u003ca href=\"#Usage\"\u003eUsage\u003c/a\u003e\n\t\u003cspan\u003e · \u003c/span\u003e\n\t\u003ca href=\"#Tester\"\u003eTester\u003c/a\u003e\n\t\u003cspan\u003e · \u003c/span\u003e\n\t\u003ca href=\"#Misc\"\u003eTools\u003c/a\u003e\n\u003c/h3\u003e\n\n## Summary\n\nThe configuration of my everyday tools.\n\n## Prereq\n\nInstall Zsh and Tmux\n\n``` bash\nsudo apt update\nsudo apt install zsh tmux\n```\n\nBuild Alacritty\n\n``` bash\n# install deps\nsudo apt update\nsudo apt install rustup\nrustup override set stable\nrustup update stable\napt install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3\n# clone the repo\ngit clone https://github.com/alacritty/alacritty.git \u0026\u0026 cd alacritty\n# build\ncargo build --release\n\necho \"\\nPost Build:\"\necho \"https://github.com/alacritty/alacritty/blob/master/INSTALL.md#post-build\"\n```\n\nBuild Vim\n\n``` bash\n# install deps\nsudo apt install git make clang libtool-bin python3-dev\n# clone the repo\ngit clone https://github.com/vim/vim.git \u0026\u0026 cd vim\n# configure\n./configure --with-features=huge --enable-python3interp=yes --with-python3-config-dir=$(python3-config --configdir) --prefix=/usr/local\n# build\nmake \u0026\u0026 sudo make install\n```\n\nInstall Synonym and Translator tools\n\n```bash\nsudo apt update\nsudo apt install translate-shell\nsudo wget https://raw.githubusercontent.com/smallwat3r/synonym/master/synonym \\\n    -P /usr/local/bin \u0026\u0026 sudo chmod 755 /usr/local/bin/synonym\n```\n\nClone pass and noesis\n\n```\ngit clone git@github.com:clementvidon/noesis.git\ngit clone git@github.com:clementvidon/pass.git\n```\n\n## Usage\n\n```bash\nbash deploy.sh\n```\n\n## Misc\n\n[Iosevka Customizer](https://typeof.net/Iosevka/customizer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclementvidon%2Fconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclementvidon%2Fconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclementvidon%2Fconfig/lists"}