https://github.com/p3rception/dotfiles
// Terminal .config files
https://github.com/p3rception/dotfiles
aliases bash bash-alias iterm2 shell starship starship-prompt zsh zsh-aliases zsh-configuration zsh-plugin zsh-theme
Last synced: 10 months ago
JSON representation
// Terminal .config files
- Host: GitHub
- URL: https://github.com/p3rception/dotfiles
- Owner: p3rception
- Created: 2023-12-19T14:09:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T16:02:25.000Z (over 1 year ago)
- Last Synced: 2025-04-10T20:24:27.456Z (10 months ago)
- Topics: aliases, bash, bash-alias, iterm2, shell, starship, starship-prompt, zsh, zsh-aliases, zsh-configuration, zsh-plugin, zsh-theme
- Language: Shell
- Homepage:
- Size: 13.2 MB
- Stars: 44
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

This contains most of my personal config files. Here you'll find configs, customizations, themes, and whatever I need to personalize my Linux and macOS experience.
## TOC
- [zsh](#zsh)
- [git](#git)
- [starship](#starship)
- [iTerm2](#iterm2)
- [Terminal Showcase](#terminal-showcase)
## zsh
* [.zshrc](/.zshrc) | Config file for ZSH.
* [aliases.zsh](/aliases.zsh) | Aliases for ZSH.
* [fancy-ctrl-z.zsh](/fancy-ctrl-z.zsh) | Ctrl-z to switch back to Vim instead of "fg", kudos to [mdumitru](https://github.com/mdumitru/fancy-ctrl-z).
* [functions.zsh](/functions.zsh) | Functions for ZSH.
* [nvm.zsh](/nvm.zsh) | Config file for NVM.
## git
* [.gitconfig](/.gitconfig) | Config file for git.
* [.gitignore_global](/.gitignore_global) | Self-explanatory :)
* [.gitCommitMsg](/.gitCommitMsg) | Template for git commit.
## starship
Used to have oh-my-zsh and p10k but moved to [starship](https://starship.rs/) (cross-shell prompt). To achieve the colors of the following screenshots, the starship config must be used with the specific itermcolors I use.
* [starship.toml](/starship.toml) | Config file for starship.
## iTerm2
The terminal I use in macOS devices.
* [p3rception.itermcolors](/p3rception.itermcolors) | Colors config for iTerm2.
## Colors - Hex codes
Hex codes of the terminal colors I use so you can apply them on any app.
* [colors.yml](/colors.yml)
## Terminal Showcase
The starship format is $os_icon // $username // $hostname // $path // $git_status (when used) // $python_version (when used)




