Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)