https://github.com/5nord/dotfiles
My terminal configuration
https://github.com/5nord/dotfiles
ide tmux vim zsh
Last synced: about 2 months ago
JSON representation
My terminal configuration
- Host: GitHub
- URL: https://github.com/5nord/dotfiles
- Owner: 5nord
- License: mit
- Created: 2018-10-24T17:36:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T08:53:05.000Z (almost 4 years ago)
- Last Synced: 2025-03-25T08:12:36.959Z (over 1 year ago)
- Topics: ide, tmux, vim, zsh
- Language: Vim script
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
Work in progress.
# Install
Install [Chezmoi](https://github.com/twpayne/chezmoi):
$ mkdir -p $HOME/.local/bin
$ cd $HOME/local
$ curl -sfL https://git.io/chezmoi | sh
Then call:
$ chezmoi init https://github.com/5nord/dotfiles
$ chezmoi apply