{"id":13344237,"url":"https://github.com/koombea/dotfiles","last_synced_at":"2025-03-12T07:32:09.094Z","repository":{"id":36427700,"uuid":"40732699","full_name":"koombea/dotfiles","owner":"koombea","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-22T18:38:23.000Z","size":54,"stargazers_count":5,"open_issues_count":13,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-07-30T21:09:24.533Z","etag":null,"topics":["dotfiles","git","vim","zsh"],"latest_commit_sha":null,"homepage":null,"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/koombea.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":"2015-08-14T19:32:05.000Z","updated_at":"2023-02-24T13:28:06.000Z","dependencies_parsed_at":"2022-09-03T10:51:13.670Z","dependency_job_id":null,"html_url":"https://github.com/koombea/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/koombea%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koombea%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koombea%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koombea%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koombea","download_url":"https://codeload.github.com/koombea/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221279938,"owners_count":16790557,"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","git","vim","zsh"],"created_at":"2024-07-29T19:32:53.402Z","updated_at":"2024-10-24T05:30:17.965Z","avatar_url":"https://github.com/koombea.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n## Koombea dotfiles\n\nDotfiles is a collection of configuration files used at Koombea to customise different development tools. This project's goal is to standardise a part of our work environment to make working more pleasant.\n\n## What are dotfiles?\nDotfiles are basically plain text files that start with a '.' and are use to set preferences for things like Git and Vim. To see your current dotfiles, open a terminal and in your home folder run this:\n\n```\n$ ls -a\n```\n\n## Install\n\nFirst clone the repo:\n\n```\n$ git clone git@github.com:koombea/dotfiles.git\n```\n\nThen cd into the dotfiles directory and run this script:\n\n```\n$ cd dotfiles\n$ bin/install\n```\n\nThis will symlink all dotfiles into your home directory.\n\nThis script will only install files that do not already exist in your $HOME directory. if you have, e.g. your own .vimrc file, the script will rename it as .vimrc.old so you can get what you need from there and move it into ~/.vimrc.local. Do not worry! Dotfiles will source it for you.\n\n### Extras\n\nThis script will install extra tools required for some plugins functionality. It's not mandatory to install the extras, but it is highly recommended. The script will work on Mac or Linux (Ubuntu):\n\n```\nbin/extras.sh\n```\n\nIt will install:\n\n- Silver Searcher (Vim)\n- Autojump (Oh-My-Zsh)\n\n## Update\n\nTo keep dotfiles up to date, just go into dotfiles home directory and run:\n\n```\n$ git pull --rebase\n$ bin/install\n```\n\n## Uninstall\n\nCd into dotfiles home directory and run this script:\n\n```\n$ bin/uninstall\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/koombea/dotfiles/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## License\n\nCopyright 2015 Koombea. http://koombea.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoombea%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoombea%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoombea%2Fdotfiles/lists"}