{"id":20112403,"url":"https://github.com/giannivh/dotfiles","last_synced_at":"2026-04-12T03:31:53.372Z","repository":{"id":74111962,"uuid":"150007257","full_name":"giannivh/dotfiles","owner":"giannivh","description":"My personal dotfiles","archived":false,"fork":false,"pushed_at":"2021-01-05T09:16:27.000Z","size":109,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T05:44:45.659Z","etag":null,"topics":["dotfile","dotfiles","neomutt","newsboat","notmuch","offlineimap","scripts","stow","termtosvg","tmux","tmuxp","vim","vimrc","zsh","zshrc"],"latest_commit_sha":null,"homepage":null,"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/giannivh.png","metadata":{"files":{"readme":"README.md","changelog":"newsboat/.newsboat/conf/bindings.conf","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-09-23T17:16:09.000Z","updated_at":"2023-09-08T17:45:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"55469606-4d45-4437-80a6-c506d0e021ce","html_url":"https://github.com/giannivh/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/giannivh%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giannivh%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giannivh%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giannivh%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giannivh","download_url":"https://codeload.github.com/giannivh/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241556883,"owners_count":19981876,"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":["dotfile","dotfiles","neomutt","newsboat","notmuch","offlineimap","scripts","stow","termtosvg","tmux","tmuxp","vim","vimrc","zsh","zshrc"],"created_at":"2024-11-13T18:20:07.765Z","updated_at":"2025-12-31T01:03:54.737Z","avatar_url":"https://github.com/giannivh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003ca href=\"https://github.com/giannivh/dotfiles\"\u003egiannivh/dotfiles\u003c/a\u003e\n\nMy personal dotfiles. I use GNU stow to manage them. \n\n## Installation\n\nGo to your home directory\n\n`$ cd`\n\nClone the repo\n\n`$ git clone https://github.com/giannivh/dotfiles .dotfiles`\n\n*Important: in order for stow to work, the repo needs to be cloned in the `$HOME` directory!*\n\nSome dotfiles require scripts in `~/.scripts`, so stow them first:\n\n```\n$ cd .dotfiles\n$ stow scripts\n```\n\nMake sure `~/.scripts` is inside your `$PATH`.\n\n## Usage\n\nGo to the dotfiles directory\n\n`$ cd .dotfiles`\n\nInstall in $HOME (for example, tmux)\n\n`$ stow tmux`\n\nUninstall from $HOME (for example, tmux)\n\n`$ stow -D tmux`\n\n## Dotfiles explained\n\nIf any of my dotfiles requires some info, it's explained below.\n\n### ZSH\n\nThe config sources `~/Private/zsh/**/*.zsh`. I store my project specific aliases and other stuff I don't want to have public there.\n\n### VIM\n\nNeeds:\n\n- Python3\n- VIM \u003e= 8 with python3: `:echo has('python3')` must return `1`\n- Neovim python3 interface: `pip3 install neovim`\n- Exuberant ctags \u003e= 5.5\n\nAll plugins will be installed when you start VIM for the first time. I use vim-plug.\n\n### Mails\n\nI use the following setup:\n\n- GPG\n- Offlineimap\n- Notmuch\n- Neomutt\n\n#### Encryption\n\nI use my YubiKey to encrypt my email addresses and passwords. \n\nFor offlineimap, the encrypted files are stored in `~/Private/offlineimap`, and a tree looks like this:\n\n```\n$ tree\n.\n├── imap-mailinglist-pass.gpg\n├── imap-mailinglist-user.gpg\n├── imap-personal-pass.gpg\n├── imap-personal-user.gpg\n├── imap-work-pass.gpg\n└── imap-work-user.gpg\n\n0 directories, 6 files\n```\n\nSee `offlineimap/.offlineimap.py` on how the decryption is done.\n\nFor neomutt, the account configuration files and encrypted files are stored in `~/Private/neomutt`, and a tree looks like this:\n\n```\n$ tree\n.\n├── addresses\n├── neomutt.account.mailinglist\n├── neomutt.account.mailinglist.credentials.gpg\n├── neomutt.account.personal\n├── neomutt.account.personal.credentials.gpg\n├── neomutt.account.work\n├── neomutt.account.work.credentials.gpg\n└── signature_work.html\n\n0 directories, 8 files\n```\n\nThe `neomutt.account.mailinglist` file contains the configuration for neomutt, whereas the `neomutt.account.mailinglist.credentials.gpg` file contains the encrypted email address and password for that account. There's an example configuration file for Gmail in `neomutt/.config/neomutt/neomutt.account.example`.\n\nTo create the GPG encrypted files, I use the following command:\n\n```\n$ gpg --recipient 0123456789 --encrypt --armor \u003e neomutt.account.example.credentials.gpg\nset my_user=\"example@gmail.com\"\nset my_pass=\"abc123\"\n\u003cctrl+d\u003e\n```\n\nReplace `0123456789` with your key ID.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiannivh%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiannivh%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiannivh%2Fdotfiles/lists"}