https://github.com/0xetherpunk/.dotfiles
A modern and aesthetically pleasing collection of dotfiles featuring the Catppuccin color scheme
https://github.com/0xetherpunk/.dotfiles
catppuccin cli config dotfile dotfiles dotfiles-linux lazygit linux nvim terminal wezterm wezterm-config yazi zsh zsh-configuration zsh-theme
Last synced: 7 months ago
JSON representation
A modern and aesthetically pleasing collection of dotfiles featuring the Catppuccin color scheme
- Host: GitHub
- URL: https://github.com/0xetherpunk/.dotfiles
- Owner: 0xEtherPunk
- Created: 2024-11-15T22:15:10.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-12-21T03:22:01.000Z (10 months ago)
- Last Synced: 2025-01-21T16:17:15.405Z (9 months ago)
- Topics: catppuccin, cli, config, dotfile, dotfiles, dotfiles-linux, lazygit, linux, nvim, terminal, wezterm, wezterm-config, yazi, zsh, zsh-configuration, zsh-theme
- Language: Lua
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π¨ Catppuccin Dotfiles
> A modern terminal environment powered by the Catppuccin color palette
[](https://github.com/catppuccin)
[](https://www.zsh.org/)## π¦ Components
| App | Purpose | Status |
|-----|---------|--------|
| **[Lazygit](https://github.com/jesseduffield/lazygit)** | Git TUI | β |
| **[Neofetch](https://github.com/dylanaraps/neofetch)** | System Info | β |
| **[Neovim](https://neovim.io/)** | Text Editor | β |
| **[Starship](https://starship.rs/)** | Shell Prompt | β |
| **[WezTerm](https://wezfurlong.org/wezterm/)** | Terminal | β |
| **[Yazi](https://github.com/sxyazi/yazi)** | File Manager | β |
| **[Zsh](https://www.zsh.org/)** | Shell + Zinit | β |## π¨ Theme Flavors
- π» **Latte** - Light & Fresh
- πͺ΄ **FrappΓ©** - Cool & Balanced
- πΊ **Macchiato** - Warm & Cozy
- πΏ **Mocha** - Rich & Dark## β‘ Quick Setup
#### Installing Zsh and changing the default shell:
```
sudo apt install zsh
chsh -s $(which zsh)
```#### Installation of Zinit (package manager for Zsh):
```
bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
```#### Install required packages:
```
sudo apt install git zsh neovim stow
```#### Clone repository:
```
git clone https://github.com/0xEtherPunk/.dotfiles.git ~/.dotfiles
cd ~/.dotfiles
```#### Use stow to create symlinks:
```
stow lazygit neofetch nvim starship wezterm yazi zsh
```