{"id":13727500,"url":"https://github.com/simnalamburt/.dotfiles","last_synced_at":"2025-04-05T13:06:47.760Z","repository":{"id":15537561,"uuid":"18272288","full_name":"simnalamburt/.dotfiles","owner":"simnalamburt","description":":memo: My UNIX-like system configuration files","archived":false,"fork":false,"pushed_at":"2025-03-24T17:50:46.000Z","size":2264,"stargazers_count":120,"open_issues_count":3,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-29T12:09:19.583Z","etag":null,"topics":["dotfiles","vimrc"],"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/simnalamburt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2014-03-30T19:50:04.000Z","updated_at":"2025-03-29T11:27:53.000Z","dependencies_parsed_at":"2023-02-09T22:15:39.758Z","dependency_job_id":"ac21629d-3cda-4b27-af85-17dfc471a638","html_url":"https://github.com/simnalamburt/.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/simnalamburt%2F.dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simnalamburt%2F.dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simnalamburt%2F.dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simnalamburt%2F.dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simnalamburt","download_url":"https://codeload.github.com/simnalamburt/.dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339155,"owners_count":20923014,"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":["dotfiles","vimrc"],"created_at":"2024-08-03T01:04:02.473Z","updated_at":"2025-04-05T13:06:47.742Z","avatar_url":"https://github.com/simnalamburt.png","language":"Vim Script","readme":"\u003cp align=center\u003e\n  \u003ca href=\"https://github.com/simnalamburt\"\u003e\n    \u003cimg alt=\"dotfiles\" src=\"https://raw.githubusercontent.com/simnalamburt/i/master/.dotfiles/logo.png\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003cb\u003e\u003ca href=\"docs/\"\u003edocumentation\u003c/a\u003e\u003c/b\u003e | \u003ca href=\"packages/\"\u003epackages\u003c/a\u003e\n\u003c/p\u003e\n\n\u0026nbsp;\n\n```shell\n# Import or initialize secrets (i.e. SSH private keys, GPG secret keys, etc)\n\ngit clone git@github.com:simnalamburt/.dotfiles.git --depth=1 ~/.dotfiles\n\n# wezterm\nmkdir -p ~/.config/wezterm\nln -sf ~/.dotfiles/wezterm.lua ~/.config/wezterm\n\n# karabiner\nmkdir -p ~/.config/karabiner\nln -sf ~/.dotfiles/karabiner.json ~/.config/karabiner\n\n# zsh\ngit clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin\nln -sf ~/.dotfiles/.zshrc ~\ncp ~/.dotfiles/.zshrc.local ~\nexec zsh\np10k configure\n\n# neovim\nsh -c 'curl -fLo \"${XDG_DATA_HOME:-$HOME/.local/share}\"/nvim/site/autoload/plug.vim --create-dirs \\\n  https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'\nmkdir -p ~/.config/nvim\nln -s ~/.dotfiles/.vimrc ~/.config/nvim/init.vim\nln -s ~/.dotfiles/coc-settings.json ~/.config/nvim/coc-settings.json\ncp ~/.dotfiles/.vimrc.local ~\n\n# ssh\nmkdir -p ~/.ssh\nchmod 700 ~/.ssh\nln -sf ~/.dotfiles/sshconfig ~/.ssh/config\ncp ~/.dotfiles/sshconfig.local ~/.ssh/config.local\n\n# git\nln -sf ~/.dotfiles/.gitconfig ~\nln -sf ~/.dotfiles/.gitexclude ~\ncp ~/.dotfiles/.gitconfig.local ~\n\n# lsd\nmkdir -p ~/.config/lsd\nln -sf ~/.dotfiles/lsd.yaml ~/.config/lsd/config.yaml\n\n# tmux (^Q I to install plugins)\ngit clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm\nln -sf ~/.dotfiles/.tmux.conf ~\n```\n\n#### Check out my vim/zsh/tmux plugins\n- [simnalamburt/vim-mundo     ](https://github.com/simnalamburt/vim-mundo) - Vim undo tree visualizer\n- [simnalamburt/cgitc         ](https://github.com/simnalamburt/cgitc) - Close Git Combat\n- [simnalamburt/zsh-expand-all](https://github.com/simnalamburt/zsh-expand-all) - Automatically expands all glob expressions, subcommands, and aliases\n- [simnalamburt/ctrlf         ](https://github.com/simnalamburt/ctrlf) - Ctrl+F for your shell\n- [simnalamburt/tmux-pane     ](https://github.com/simnalamburt/tmux-pane) - My key-bindings for tmux pane resizing and splitting\n- [simnalamburt/shellder      ](https://github.com/simnalamburt/shellder) - Simple and feature-rich zsh/fish shell theme\n\n\u0026nbsp;\n\n--------\n*.dotfiles* is primarily distributed under the terms of both the [MIT license]\nand the [Apache License (Version 2.0)]. See [COPYRIGHT] for details.\n\n[MIT license]: LICENSE-MIT\n[Apache License (Version 2.0)]: LICENSE-APACHE\n[COPYRIGHT]: COPYRIGHT\n","funding_links":[],"categories":["Vim Script","Vim script"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimnalamburt%2F.dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimnalamburt%2F.dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimnalamburt%2F.dotfiles/lists"}