{"id":16558554,"url":"https://github.com/phomint/udacity-terminal-config","last_synced_at":"2026-05-06T18:36:58.411Z","repository":{"id":122065600,"uuid":"221350129","full_name":"Phomint/udacity-terminal-config","owner":"Phomint","description":"Bash config to better visualize Git information","archived":false,"fork":false,"pushed_at":"2020-01-07T01:03:38.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T14:55:48.083Z","etag":null,"topics":["bash","git"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/Phomint.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-13T01:54:53.000Z","updated_at":"2020-01-07T01:03:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"df80c21e-09cd-43a6-9f5c-8ddc1bc923c7","html_url":"https://github.com/Phomint/udacity-terminal-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Phomint/udacity-terminal-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phomint%2Fudacity-terminal-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phomint%2Fudacity-terminal-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phomint%2Fudacity-terminal-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phomint%2Fudacity-terminal-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Phomint","download_url":"https://codeload.github.com/Phomint/udacity-terminal-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phomint%2Fudacity-terminal-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266748857,"owners_count":23978296,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bash","git"],"created_at":"2024-10-11T20:11:03.907Z","updated_at":"2026-05-06T18:36:58.384Z","avatar_url":"https://github.com/Phomint.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Configuration Steps\nTo configure the terminal, we'll perform the following steps:\n\n- clone this repository\n- move the directory `udacity-terminal-config` to your home directory and name it `.udacity-terminal-config` (there's a dot at the front, now!)\n- move the `bash_profile` file to your home directory and name it `.bash_profile` (there's a dot at the front, now!)\nif you already have a `.bash_profile` file in your home directory, transfer the content from the downloaded `bash_profile` to your existing `.bash_profile`\n\n### First Time Git Configuration\nBefore you can start using Git, you need to configure it. Run each of the following lines on the command line to make sure everything is set up.\n\n```sh\n# sets up Git with your name\ngit config --global user.name \"\u003cYour-Full-Name\u003e\"\n\n# sets up Git with your email\ngit config --global user.email \"\u003cyour-email-address\u003e\"\n\n# makes sure that Git output is colored\ngit config --global color.ui auto\n\n# displays the original state in a conflict\ngit config --global merge.conflictstyle diff3\n\ngit config --list\n```\n\n### Atom Editor Setup\n```sh\ngit config --global core.editor \"atom --wait\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphomint%2Fudacity-terminal-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphomint%2Fudacity-terminal-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphomint%2Fudacity-terminal-config/lists"}