Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeizel/dotfiles
Linux dotfiles and configs based on homebrew
https://github.com/zeizel/dotfiles
alacritty git homebrew kitty lazygit neovim omzsh yazi
Last synced: about 1 month ago
JSON representation
Linux dotfiles and configs based on homebrew
- Host: GitHub
- URL: https://github.com/zeizel/dotfiles
- Owner: ZeiZel
- Created: 2024-10-01T18:05:06.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-21T18:09:42.000Z (about 1 month ago)
- Last Synced: 2024-11-21T19:20:32.448Z (about 1 month ago)
- Topics: alacritty, git, homebrew, kitty, lazygit, neovim, omzsh, yazi
- Language: Shell
- Homepage:
- Size: 3.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## TODO
- [x] add nvim config
- [ ] configured kitty
- [x] Save brew deps## Install brew + deps
Created by [this guide](https://gist.github.com/JoeyBurzynski/cbab8361c59a720d60f83c20e8b21e20)
If have no Brewfile and repo
```bash
brew tap Homebrew/bundle
brew bundle dump
```To install all brew-deps
```bash
brew bundle
```## For working zsh
Create a hard symlink:
```shell
ln .zshrc ~/.zshrc
ln .tmux ~/.tmux.conf
```## Installing Tmux
Enter the Tmux
```bash
tmux
```Install plugins with `ctrl + a` (aka leader) + `shift + i`
## For working nvim
Run `:MasonInstall` and `:Lazy install` (all packages is ensured)