Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zedix/dotfiles
- Owner: zedix
- Created: 2013-04-18T21:04:57.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T15:00:23.000Z (9 months ago)
- Last Synced: 2024-02-18T16:22:06.564Z (9 months ago)
- Topics: dotfiles
- Language: Vim Script
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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