Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zedix/dotfiles

@zedix's dotfiles
https://github.com/zedix/dotfiles

dotfiles

Last synced: about 7 hours ago
JSON representation

@zedix's dotfiles

Awesome Lists containing this project

README

        

# Zedix’s dotfiles

Repository of config files for programs I use everyday.

## Install

```sh
zsh -c "`curl -fsSL https://raw.githubusercontent.com/zedix/dotfiles/master/install.sh`"
git config --global user.email [email protected]
```

## Updating

Run `zprezto-update` to automatically check if there is an update to Prezto.

```sh
cd
zprezto-update
```

## Prompts `powerlevel10k`

- [Starship](https://starship.rs/)
- [P10k](https://github.com/romkatv/powerlevel10k)

```sh
brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font
p10k configure
vim ~/.p10k.zsh
```

Warp Issues:
- https://github.com/warpdotdev/Warp/issues/2155