https://github.com/leogr/dotfiles
~/.dotfiles
https://github.com/leogr/dotfiles
dotfiles fzf git kitty nerd-fonts powerline vscode zsh
Last synced: 12 months ago
JSON representation
~/.dotfiles
- Host: GitHub
- URL: https://github.com/leogr/dotfiles
- Owner: leogr
- Created: 2017-07-02T17:13:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T08:31:27.000Z (over 3 years ago)
- Last Synced: 2025-06-30T07:48:19.481Z (12 months ago)
- Topics: dotfiles, fzf, git, kitty, nerd-fonts, powerline, vscode, zsh
- Language: Shell
- Homepage:
- Size: 2.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Requirements
- [git](https://git-scm.com/)
- [stow](https://www.gnu.org/software/stow/manual/stow.html)
- [fc-cache](http://refspecs.linuxbase.org/LSB_3.1.0/LSB-Desktop-generic/LSB-Desktop-generic/fc-cache.html)
- [zsh](https://www.zsh.org/)
- [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
- [zsh-theme-powerlevel10k](https://github.com/romkatv/powerlevel10k)
### Optional requirements
- [fzf](https://github.com/junegunn/fzf)
- [kitty](https://github.com/kovidgoyal/kitty)
- [Visual Studio Code](https://code.visualstudio.com/)
### Arch Linux Setup
```
pacman -S git stow zsh zsh-theme-powerlevel10k fzf kitty
yay visual-studio-code-bin
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
```
## Install
```bash
bash <(curl -fsSL https://goo.gl/ZrXq41)
```