Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
// terminal .config files
- Host: GitHub
- URL: https://github.com/p3rception/dotfiles
- Owner: p3rception
- Created: 2023-12-19T14:09:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T22:15:58.000Z (5 months ago)
- Last Synced: 2024-07-26T23:28:48.210Z (5 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: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](screenshots/colors-spoiler.png)
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)![](/screenshots/path.png)
![](/screenshots/git_python.png)
![](/screenshots/ls.png)
![](/screenshots/htop.png)
![](/screenshots/neofetch.png)