https://github.com/nicodebo/dotfiles
dotfiles
https://github.com/nicodebo/dotfiles
dotfiles
Last synced: about 1 year ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/nicodebo/dotfiles
- Owner: nicodebo
- Created: 2017-08-10T13:50:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T18:02:54.000Z (over 7 years ago)
- Last Synced: 2025-04-03T22:36:40.336Z (about 1 year ago)
- Topics: dotfiles
- Language: Python
- Homepage:
- Size: 275 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: newsboat/bookmark-plugin.sh
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)