{"id":16790469,"url":"https://github.com/sebasg22/dotfiles","last_synced_at":"2025-06-25T19:02:43.108Z","repository":{"id":112862541,"uuid":"254702169","full_name":"SebasG22/dotfiles","owner":"SebasG22","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-09T11:36:58.000Z","size":331,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T19:02:25.836Z","etag":null,"topics":[],"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/SebasG22.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-04-10T18:03:48.000Z","updated_at":"2022-02-09T11:33:50.000Z","dependencies_parsed_at":"2023-09-17T22:46:51.684Z","dependency_job_id":null,"html_url":"https://github.com/SebasG22/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SebasG22/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebasG22%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebasG22%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebasG22%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebasG22%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SebasG22","download_url":"https://codeload.github.com/SebasG22/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebasG22%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261937022,"owners_count":23232843,"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-13T08:29:49.518Z","updated_at":"2025-06-25T19:02:43.078Z","avatar_url":"https://github.com/SebasG22.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [SebasG](https://github.com/SebasG)’s dotfiles\n\nThese are the base dotfiles that I start with when I set up a\nnew environment. For more specific local needs I use the `.local`\nfiles described in the [`Local Settings`](#local-settings) section.\n\n## Setup\n\nTo set up the `dotfiles` just run the appropriate snippet in the\nterminal:\n\n(:warning: **DO NOT** run the `setup` snippet if you don't fully\nunderstand [what it does](src/os/setup.sh). Seriously, **DON'T**!)\n\n| OS | Snippet |\n|:---|:---|\n| `macOS` | `bash -c \"$(curl -LsS https://raw.github.com/SebasG/dotfiles/master/src/os/setup.sh)\"` |\n| `Ubuntu` | `bash -c \"$(wget -qO - https://raw.github.com/SebasG/dotfiles/master/src/os/setup.sh)\"` |\n\nThat's it! :sparkles:\n\nThe setup process will:\n\n* Download the dotfiles on your computer (by default it will suggest\n  `~/projects/dotfiles`)\n* Create some additional [directories](src/os/create_directories.sh)\n* [Symlink](src/os/create_symbolic_links.sh) the\n  [`git`](src/git),\n  [`shell`](src/shell), and\n  [`vim`](src/vim) files\n* Install applications / command-line tools for\n  [`macOS`](src/os/install/macos) /\n  [`Ubuntu`](src/os/install/ubuntu)\n* Set custom\n  [`macOS`](src/os/preferences/macos) /\n  [`Ubuntu`](src/os/preferences/ubuntu) preferences\n* Install [`vim` plugins](src/vim/vim/plugins)\n\nSetup process in action:\n\n\u003ctable\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\n                \u003cimg src=\"https://cloud.githubusercontent.com/assets/1223565/19314446/cd89a592-90a2-11e6-948d-9d75247088ba.gif\" alt=\"Setup process on Ubuntu\" width=\"100%\"\u003e\n            \u003c/td\u003e\n            \u003ctd\u003e\n                \u003cimg src=\"https://cloud.githubusercontent.com/assets/1223565/19048636/e23e347a-89af-11e6-853c-98616b75b6ae.gif\" alt=\"Setup process on Ubuntu\" width=\"100%\"\u003e\n            \u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr align=\"center\"\u003e\n            \u003ctd\u003emacOS\u003c/td\u003e\n            \u003ctd\u003eUbuntu\u003c/td\u003e\n        \u003c/td\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n\n## Screenshots\n\n### Git\n\nOutput for `git status`:\n\n\u003ctable\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\n                \u003cimg src=\"https://cloud.githubusercontent.com/assets/1223565/10561038/f9f11a28-7525-11e5-8e1d-a304ad3557f9.png\" alt=\"Output for Git status on macOS\" width=\"100%\"\u003e\n            \u003c/td\u003e\n            \u003ctd\u003e\n                \u003cimg src=\"https://cloud.githubusercontent.com/assets/1223565/8397636/3708d218-1ddb-11e5-9d40-21c6871271b9.png\" alt=\"Output for Git status on Ubuntu\" width=\"100%\"\u003e\n            \u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr align=\"center\"\u003e\n            \u003ctd\u003emacOS\u003c/td\u003e\n            \u003ctd\u003eUbuntu\u003c/td\u003e\n        \u003c/td\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n\nOutput for `git log`:\n\n\u003ctable\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\n                \u003cimg src=\"https://cloud.githubusercontent.com/assets/1223565/10560966/e4ec08a6-7523-11e5-8941-4e12f6550a63.png\" alt=\"Output for Git status on macOS\" width=\"100%\"\u003e\n            \u003c/td\u003e\n            \u003ctd\u003e\n                \u003cimg src=\"https://cloud.githubusercontent.com/assets/1223565/10560955/4b5e1300-7523-11e5-9e96-95ea67de9474.png\" alt=\"Output for Git log on Ubuntu\" width=\"100%\"\u003e\n            \u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr align=\"center\"\u003e\n            \u003ctd\u003emacOS\u003c/td\u003e\n            \u003ctd\u003eUbuntu\u003c/td\u003e\n        \u003c/td\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n\n### tmux \u0026 vim\n\n\u003ctable\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\n                \u003cimg src=\"https://cloud.githubusercontent.com/assets/1223565/10561007/498e1212-7525-11e5-8252-81503b3d6184.png\" alt=\"tmux and vim on macOS\" width=\"100%\"\u003e\n            \u003c/td\u003e\n            \u003ctd\u003e\n                \u003cimg src=\"https://cloud.githubusercontent.com/assets/1223565/10560956/557ca2de-7523-11e5-9000-fc1e189a95f5.png\" alt=\"tmux and vim on Ubuntu\" width=\"100%\"\u003e\n            \u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr align=\"center\"\u003e\n            \u003ctd\u003emacOS\u003c/td\u003e\n            \u003ctd\u003eUbuntu\u003c/td\u003e\n        \u003c/td\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n\n## Customize\n\n### Local Settings\n\nThe `dotfiles` can be easily extended to suit additional local\nrequirements by using the following files:\n\n#### `~/.bash.local`\n\nThe `~/.bash.local` file it will be automatically sourced after\nall the other [`bash` related files](src/shell), thus, allowing\nits content to add to or overwrite the existing aliases, settings,\nPATH, etc.\n\nHere is a very simple example of a `~/.bash.local` file:\n\n```bash\n#!/bin/bash\n\n# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\n# Set local aliases.\n\nalias starwars=\"telnet towel.blinkenlights.nl\"\n\n# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\n# Set PATH additions.\n\nPATH=\"$PATH:$HOME/projects/dotfiles/src/bin\"\n\nexport PATH\n\n```\n\n#### `~/.gitconfig.local`\n\nThe `~/.gitconfig.local` file it will be automatically included\nafter the configurations from `~/.gitconfig`, thus, allowing its\ncontent to overwrite or add to the existing `git` configurations.\n\n__Note:__ Use `~/.gitconfig.local` to store sensitive information\nsuch as the `git` user credentials, e.g.:\n\n```bash\n[commit]\n\n    # Sign commits using GPG.\n    # https://help.github.com/articles/signing-commits-using-gpg/\n\n    gpgsign = true\n\n\n[user]\n\n    name = Sebastian Guevara\n    email = info@example.com\n    signingkey = XXXXXXXX\n```\n\n#### `~/.vimrc.local`\n\nThe `~/.vimrc.local` file it will be automatically sourced after\n`~/.vimrc`, thus, allowing its content to add or overwrite the\nsettings from `~/.vimrc`.\n\n### Forks\n\nIf you decide to fork this project, don't forget to substitute my\nusername with your own in the [`setup` snippets](#setup) and [in the\n`setup` script](https://github.com/llstarscreamll/dotfiles/blob/1503cf23ef23f6e31342b140bcd246625160b94f/src/os/setup.sh#L3).\n\n## Update\n\nTo update the dotfiles you can either run the [`setup`\nscript](src/os/setup.sh) or, if you want to just update one particular\npart, run the appropriate [`os` script](src/os).\n\n## Acknowledgements\n\nInspiration and code was taken from many sources, including:\n\n* [Johan Alvarez](https://github.com/llstarscreamll)\n  [dotfiles](https://github.com/llstarscreamll/dotfiles)\n\n## License\n\nThe code is available under the [MIT license](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebasg22%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebasg22%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebasg22%2Fdotfiles/lists"}