{"id":22865555,"url":"https://github.com/tecfu/.terminal","last_synced_at":"2025-03-31T09:47:20.475Z","repository":{"id":66184284,"uuid":"144748024","full_name":"tecfu/.terminal","owner":"tecfu","description":"Config files for bash","archived":false,"fork":false,"pushed_at":"2025-02-20T22:55:16.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-20T23:29:23.390Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tecfu.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":"2018-08-14T16:50:19.000Z","updated_at":"2025-02-20T22:55:21.000Z","dependencies_parsed_at":"2024-03-05T23:42:01.805Z","dependency_job_id":"f6d7e1f2-f7da-4bd3-bad9-fff5c9c11bb9","html_url":"https://github.com/tecfu/.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/tecfu%2F.terminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecfu%2F.terminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecfu%2F.terminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tecfu%2F.terminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tecfu","download_url":"https://codeload.github.com/tecfu/.terminal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246450403,"owners_count":20779406,"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-12-13T11:37:36.800Z","updated_at":"2025-03-31T09:47:20.470Z","avatar_url":"https://github.com/tecfu.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terminal Configuration Presets\n\n## Scope\n\n- Files\n  - 256colors2.pl\n    - Install 24 bit color support for virtual terminals\n  - .alacritty.yml\n    - Keymappings for alacritty\n  - .bashrc\n    - oh-my-bash config\n  - custom.kmap\n    - Remaps CAPS_LOCK to ESC in \\*nix virtual terminal using `loadkeys`\n  - .bash_completion.sh\n    - Tmux autocompletion file\n  - .inputrc\n    - Custom key mappings\n  - .profile\n    - index for profile-\\* files\n  - profile-aliases-private.sh\n    - Aliases that are specific to your machine or which you don't want public\n  - profile-aliases-public.sh\n    - Aliases that are useable on all your machines\n  - profile-autocompletion.sh\n    - General\n      - Bash\n    - Git\n    - Terraform\n    - Tmux\n      - Bash: Uses https://github.com/imomaliev/tmux-bash-completion\n  - profile-env.sh\n    - Environment variables\n  - profile-general.sh\n    - General configuration\n  - profile-vi-mode.sh\n    - Puts terminal in vi mode key mappings\n    - Adds some vim key mappings\n\n## Installation\n\n```\ngit clone https://github.com/tecfu/.terminal ~/.terminal\n. ~/.terminal/INSTALL.sh\n```\n\n### OPTIONAL: Install Nerd Fonts\n\n- Linx / Mac\n\n  ```\n  wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/JetBrainsMono.zip\n  unzip JetBrainsMono.zip\n  ```\n\n  Then install `JetBrains Mono Regular Nerd Font Complete.ttf`\n\n- Windows\n\n  https://docs.microsoft.com/en-us/windows/terminal/tutorials/powerline-setup\n\n  ```\n  Install-Module posh-git -Scope CurrentUser\n  Install-Module oh-my-posh -Scope CurrentUser -RequiredVersion 2.0.412\n  Install-Module -Name PSReadLine -Scope CurrentUser -Force -SkipPublisherCheck\n  ```\n\n  Then use this font in your terminal DejaVu Sans Mono for Powerline\n\n### OPTIONAL: Change keymap for virtual terminals\n\ncustom_keymap.kmap maps ESC to CAPS_LOCK\n\n```bash\nsudo loadkeys custom_keymap.kmap\necho \"/usr/bin/loadkeys $HOME/custom_keymap.kmap\" \u003e\u003e /etc/rc.local\n```\n\nSee: https://superuser.com/questions/290115/how-to-change-console-keymap-in-linux\n\n### OPTIONAL: Install 24 bit color support for virtual terminals\n\nSee:\n\nhttps://github.com/tecfu/kmscon\n\n### Checking your terminal for 256 colors\n\n- Run the file ./256colors2.pl and check for tiled blocks that\n  represent 256 colors in the output.\n\n### Troubleshooting\n\n- Search for a the source of an alias:\n\n    ```\n    ag 'alias vim' ~/.terminal/*\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftecfu%2F.terminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftecfu%2F.terminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftecfu%2F.terminal/lists"}