{"id":23442469,"url":"https://github.com/dgdavid/.dotfiles","last_synced_at":"2026-05-02T11:34:48.898Z","repository":{"id":59844504,"uuid":"99847144","full_name":"dgdavid/.dotfiles","owner":"dgdavid","description":"My custom collection of dotfiles","archived":false,"fork":false,"pushed_at":"2022-09-21T17:13:18.000Z","size":508,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T21:49:19.408Z","etag":null,"topics":["dotfiles","stow","tmux","vim","zsh"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":false,"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/dgdavid.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}},"created_at":"2017-08-09T19:49:59.000Z","updated_at":"2022-12-26T20:38:42.000Z","dependencies_parsed_at":"2022-09-24T01:23:09.241Z","dependency_job_id":null,"html_url":"https://github.com/dgdavid/.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/dgdavid%2F.dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgdavid%2F.dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgdavid%2F.dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgdavid%2F.dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dgdavid","download_url":"https://codeload.github.com/dgdavid/.dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119407,"owners_count":21050754,"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","stow","tmux","vim","zsh"],"created_at":"2024-12-23T17:31:11.926Z","updated_at":"2026-05-02T11:34:43.856Z","avatar_url":"https://github.com/dgdavid.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nMy custom collection of dotfiles. Second attempt :sweat_smile:, now managed via\n[GNU Stow](https://www.gnu.org/software/stow/).\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**  *generated with [DocToc](https://github.com/thlorenz/doctoc)*\n\n- [How to use](#how-to-use)\n- [How to keep updated](#how-to-keep-updated)\n- [Configurations](#configurations)\n  - [tmux](#tmux)\n    - [Enabling italics](#enabling-italics)\n      - [Inside gnome-terminal](#inside-gnome-terminal)\n  - [vim](#vim)\n    - [Additional plugins](#additional-plugins)\n    - [Custom configuration](#custom-configuration)\n  - [Zsh](#zsh)\n    - [Plugins](#plugins)\n  - [irb](#irb)\n  - [git](#git)\n  - [kitty](#kitty)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## How to use\n\nClone repo and use Stow to add or remove desired configurations\n\n`$ git clone git@github.com:dgdavid/.dotfiles.git ~/.dotfiles`\n\n`$ cd ~/.dotfiles`\n\n`$ stow \u003cdesired configuration/directory\u003e`\n\n## How to keep updated\n\nThis repo is using `git subtree`s to hold some external used repos. To update\nor keep sync them, you can list prefixes\n\n`$ git log | grep git-subtree-dir | tr -d ' ' | cut -d \":\" -f2 | sort | uniq` (via [StackOverflow](https://stackoverflow.com/a/18339297))\n\nand then update those what do you want\n\n`$ git subtree pull --prefix \u003cprefix\u003e \u003crepo\u003e master --squash`\n\n## Configurations\n\n### tmux\n\n[Oh My Tmux!](https://github.com/gpakosz/.tmux) - pretty + versatile tmux configuration that just works.\n\n#### Enabling italics\n\n##### Inside gnome-terminal\n\nFollowing steps given in [this\narticle](http://www.nerdyweekly.com/posts/enable-italic-text-vim-tmux-gnome-terminal/),\n\n\n* :exclamation: compile the custom  (and included here) terminfo `xterm-256color-italic.terminfo`\n\n  `$ tic xterm-256color-italic.terminfo`\n\n* ensure that `set -g default-terminal \"xterm-256color-italic\"` it is being\n  used in the tmux.conf (see [tmux/.tmux.conf.local](.tmux.conf.local)).\n\n### vim\n\nSo far I was using the awesome Steve Francia's vim distribution,\n[spf13-vim](http://vim.spf13.com/). A couple of months ago I switched to a less\nsophisticated configuration using [Janus](https://github.com/carlhuda/janus). But now I am giving a try to\n[space-vim](https://github.com/liuchengxu/space-vim) :grin: :grin:\n\n---\n\n:warning: Could be necessary to install some libraries. Read **additional plugins** section.\n\n---\n\nFirst time, it could be necessary to execute `:PlugInstall`.\n\n#### Additional plugins\n\nApart from those installed by `space-vim` distribution, below plugins were added\n\n* [junegunn/seoul256](https://github.com/junegunn/seoul256.vim) - Low-contrast\n  Vim color scheme based on Seoul Colors.\n* [shime/vim-livedown](https://github.com/shime/vim-livedown) - Vim plugin for\n  [Livedown](https://github.com/shime/livedown). To use it properly, you must\n  install Livedown in your system\n\n  `$ npm install -g livedown`\n\n* [vim-rails](https://github.com/tpope/vim-rails) - Ruby on Rails power tools\n\n#### Custom configuration\n\n:exclamation: *Do not forget take a look to [`.spacevim`](vim/.spacevim) for more info*.\n\n  * **Persistent undo** create the `.vimundo` in your $HOME directory.\n\n    `$ mkdir ~/.vimundo`\n\n### Zsh\n\nI started to use Zsh with\n[oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh), and then I switched to\n[prezto](https://github.com/sorin-ionescu/prezto) configuration framework for a\nwhile.\n\nBut now, after took a look to a handful of Zsh frameworks (see [Awesome\nZsh plugins](https://github.com/unixorn/awesome-zsh-plugins#frameworks) and\n[Terminals are sexy](https://terminalsare.sexy/#shells)), I am using ~~[zplug](https://github.com/zplug/zplug)~~ zim:fw.\n\nI'm also using a _.zshr.after_ configuration file to put additional configuration.\n\n#### Plugins\n\n* ~~[zplug](https://github.com/zplug/zplug) - A next-generation plugin manager\n  for Zsh.~~\n* ~~[Pure](https://github.com/sindresorhus/pure) - Pretty, minimal and fast Zsh\n  prompt.~~\n* [zim:fw](https://github.com/zimfw/zimfw) - a Zsh configuration framework that\n  bundles a plugin manager, useful modules, and a wide variety of themes,\n  without compromising on speed.\n* [Starship](https://starship.rs/) - The minimal, blazing-fast, and infinitely\n  customizable prompt for any shell!\n* [Zsh syntax\n  highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - Fish\n  shell like syntax highlighting for Zsh.\n* [Httpstat](https://github.com/b4b4r07/httpstat) - curl statistics made\n  simple.\n* [Vimode visual](https://github.com/b4b4r07/zsh-vimode-visual) - Implement the\n  vim-like visual mode to vi-mode of Zsh.\n\n### irb\n\nThis custom configuration file was added due to a problem in macOS related to\nreverse search and history in both `irb` and `Rails console`.\n\n### git\n\nBasic git configuration and [aliases from GitAlias/gitalias](https://github.com/GitAlias/gitalias)\n\nUser configuration should be placed in `~/.gitconfig_user` file. See\n[git/.gitconfig](git/.gitconfig) for more details.\n\n### kitty\n\nTweaked configuration for [kitty](https://sw.kovidgoyal.net/kitty/), _the fast,\nfeature-rich, GPU based terminal emulator_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgdavid%2F.dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdgdavid%2F.dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgdavid%2F.dotfiles/lists"}