{"id":17192144,"url":"https://github.com/jdevera/dotfiles","last_synced_at":"2025-10-25T13:39:58.786Z","repository":{"id":1036257,"uuid":"864991","full_name":"jdevera/dotfiles","owner":"jdevera","description":"Some of my configuration files for linux tools like bash, vim, screen, git, etc.","archived":false,"fork":false,"pushed_at":"2024-12-09T19:10:33.000Z","size":771,"stargazers_count":31,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T06:35:36.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/jdevera.png","metadata":{"files":{"readme":"README.mkd","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}},"created_at":"2010-08-26T21:19:12.000Z","updated_at":"2024-12-09T19:10:38.000Z","dependencies_parsed_at":"2023-07-08T10:32:46.599Z","dependency_job_id":null,"html_url":"https://github.com/jdevera/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/jdevera%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdevera%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdevera%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdevera%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdevera","download_url":"https://codeload.github.com/jdevera/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248368732,"owners_count":21092443,"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":[],"created_at":"2024-10-15T01:28:21.905Z","updated_at":"2025-10-25T13:39:58.507Z","avatar_url":"https://github.com/jdevera.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jacobo de Vera's Dot Files\n\nThese are the configuration files I want to have in every Linux box I use.\n\n## Installation\n\nInstallation instructions come first because it is what I need most of the\ntime, but if you are not me, please read on :) \n\n    git clone git://github.com/jdevera/dotfiles ~/.dotfiles\n    cd ~/.dotfiles\n    bash install\n\n\n## Contents\n\nMost files handle Bash or Vim configuration, but I also share my settings for\nGNU Screen, Tmux, Git, Emacs, the Python interpreter, and others.\n\nMy git configuration file is actually a generator (more on this below).\n\nMy Vim configuration will install all the plug-ins I have installed.\n\n### Configuration file generators\n\nThere are some configuration files, such as _.gitconfig_ that might contain\nsensitive data or that have contents that vary across different machines. For\nthese cases, I don't directly store the configuration file, but a generator\nfor it.\n\nThese generators very are simple bash scripts that contain a template for the\nfile they generate. The values for variable fields are requested during\nexecution or they can be provided with environment variables for unattended\ninstallation.\n\n### Bash configuration\n\nMy bash configuration files live in the _.bash.d_ directory.\n\nMy _.bashrc_ sources configuration files in this order:\n\n * Every file under _.bash.d/local/before_\n * Every file under _.bash.d_\n * Every file under _.bash.d/local/after_\n\nContents of _.bash.d/local_ are not tracked by git, so this is the place to\nadd configuration files that are specific for the current machine.\n\n### Vim configuration\n\nI am using [Junegunn Choi's Vim-Plug](https://github.com/junegunn/vim-plug) to\nmanage my Vim plug-ins and keep them up to date.\n\nWith Vim-Plug, I only have to point, in my _.vimrc_ file, to the git\nrepositories of all the Vim add-ons I want to have installed and it takes care\nor the rest. Vim-Plug clones each add-on under its own directory and adds it\nto Vim's runtime path.\n\nAll add-ons in the official Vim's website are actively mirrored in github by\nthe [Vim-Scripts.org](http://vim-scripts.org/) project. This means Vim-Plug\ncan be used to install any add-on published in the official site.\n\n### Emacs configuration\n\nI use [el-get](https://github.com/dimitri/el-get) to manage all the Emacs\npackages that I want installed.\n\nWith the right configuration, I simply have to open Emacs and the packages\nwill be installed if they are not already.\n\n\u003c!--\nvim:linebreak:textwidth=78:spell:\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdevera%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdevera%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdevera%2Fdotfiles/lists"}