{"id":13623183,"url":"https://github.com/lucasm/terminal","last_synced_at":"2025-04-15T14:32:15.859Z","repository":{"id":81068533,"uuid":"432197712","full_name":"lucasm/terminal","owner":"lucasm","description":"💻 My terminal configs for macOS, Linux, and Windows.","archived":false,"fork":false,"pushed_at":"2024-02-10T16:13:22.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-01T21:56:20.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/lucasm.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":"2021-11-26T14:00:30.000Z","updated_at":"2024-02-04T15:20:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"553ec920-6362-4405-873b-efad8e022d26","html_url":"https://github.com/lucasm/terminal","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/lucasm%2Fterminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasm%2Fterminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasm%2Fterminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasm%2Fterminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasm","download_url":"https://codeload.github.com/lucasm/terminal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223677478,"owners_count":17184480,"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-08-01T21:01:28.968Z","updated_at":"2024-11-08T11:30:24.619Z","avatar_url":"https://github.com/lucasm.png","language":"Shell","readme":"# My Terminal Configs 💻\n\nThis repository contains configuration files and setup instructions for my preferred terminals on macOS, Linux, and Windows environments.\n\n## macOS or Linux\n\nInstall the following:\n\n### 1. Terminal emulator [iTerm2](https://iterm2.com/) or [Hyper](https://hyper.is/)\n\n### 2. Package manager [Homebrew](https://brew.sh/)\n\n`/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"`\n\n### 3. Command line shell [zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH) \n\n`brew install zsh`\n\n### 4. Framework for zsh [Oh My Zsh](https://ohmyz.sh/#curl-tab)\n\n`sh -c \"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"`\n\n### Plugin [autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)\n\n1. Enter folder custom plugins `~/.oh-my-zsh/custom/plugins`\n2. Clone `git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions`\n3. Open config file `~/.zshrc`\n4. Add `plugins=(zsh-autosuggestions)`\n\n### Plugin [fast-syntax-highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting)\n\n`zinit light zdharma-continuum/fast-syntax-highlighting`\n\n### Theme [Spaceship ZSH]()\n\n`git clone https://github.com/spaceship-prompt/spaceship-prompt.git \"$ZSH_CUSTOM/themes/spaceship-prompt\" --depth=1`\n\n`ln -s \"$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme\" \"$ZSH_CUSTOM/themes/spaceship.zsh-theme\"`\n\nSet `ZSH_THEME=\"spaceship\"` in your `.zshrc`\n\n### Theme [Dracula](https://draculatheme.com/zsh)\n\n1. Enter folder `cd ~/.oh-my-zsh/themes/`\n2. Clone `git clone https://github.com/dracula/zsh.git`\n3. Move file `dracula.zsh-theme` and folder `lib` to `themes`\n4. Edit config file `nano ~/.zshrc` change theme to `ZSH_THEME=\"dracula\"`\n\n\n## Windows\n\n### 1. Windows Terminal\n- https://github.com/microsoft/terminal\n \n### 2. Oh My Posh\n- https://github.com/jandedobbeleer/oh-my-posh\n\n`winget install JanDeDobbeleer.OhMyPosh -s winget`\n\n\n","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasm%2Fterminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasm%2Fterminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasm%2Fterminal/lists"}