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

https://github.com/nicodebo/dotfiles

dotfiles
https://github.com/nicodebo/dotfiles

dotfiles

Last synced: about 1 year ago
JSON representation

dotfiles

Awesome Lists containing this project

README

          

# My dotfiles

## Installation

```bash
# store this repository under $HOME directory (or whatever folder)
cd "$HOME"
git clone https://github.com/nicodebo/dotfiles/
cd dotfiles
# run install script which basically symlink all files into different folders
./install
```

## dotfiles

### neovim ⟹ [goto](nvim)

### pam_env ⟹ [goto](pam)

### system-dotfiles ⟹ [goto](system-dotfiles)

This folder contains configuration files that are to be installed outside of my
$HOME directory.

### zsh ⟹ [goto](zsh)