Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benjamin-nussbaum/dotfiles

My dotfiles
https://github.com/benjamin-nussbaum/dotfiles

arch-linux archlinux config hyprland lua neovim neovim-config neovim-dotfiles nvim zsh zshrc

Last synced: 2 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

# My dotfiles

## Installation

Clone to your `$HOME` directory and use GNU `stow`.

If using my zsh config, bootstrap `$ZDOTDIR` by adding the following lines to `/etc/zsh/zshenv`:

```sh
[[ -o globalrcs ]] || return
[[ -v ZDOTDIR ]] || ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
```

Alternatively, linking `.zshrc` in `$HOME` should also work:

```sh
ln -s .config/zsh/.zshrc
```