Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benjamin-nussbaum/dotfiles
- Owner: Benjamin-Nussbaum
- License: gpl-3.0
- Created: 2023-01-09T02:47:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T19:06:02.000Z (9 months ago)
- Last Synced: 2024-04-17T20:27:10.451Z (9 months ago)
- Topics: arch-linux, archlinux, config, hyprland, lua, neovim, neovim-config, neovim-dotfiles, nvim, zsh, zshrc
- Language: Lua
- Homepage:
- Size: 63.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```