https://github.com/zedix/dotfiles
@zedix's dotfiles
https://github.com/zedix/dotfiles
dotfiles
Last synced: about 1 year ago
JSON representation
@zedix's dotfiles
- Host: GitHub
- URL: https://github.com/zedix/dotfiles
- Owner: zedix
- Created: 2013-04-18T21:04:57.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T08:12:43.000Z (over 1 year ago)
- Last Synced: 2025-02-16T20:48:02.651Z (over 1 year ago)
- Topics: dotfiles
- Language: Vim Script
- Homepage:
- Size: 81.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 user@domain.com
```
## 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