https://github.com/zeroasterisk/home
home and dot files
https://github.com/zeroasterisk/home
Last synced: 5 months ago
JSON representation
home and dot files
- Host: GitHub
- URL: https://github.com/zeroasterisk/home
- Owner: zeroasterisk
- Created: 2012-07-30T13:12:57.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-06-30T04:55:59.000Z (12 months ago)
- Last Synced: 2025-06-30T05:31:37.823Z (12 months ago)
- Language: Shell
- Size: 11.6 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alan's Dotfiles
This repository contains my personal dotfiles and configurations.
## 🚀 Install
To install, run the following command from the root of this repository:
```bash
cd ~
git clone git@github.com:zeroasterisk/home.git dotfiles
cd dotfiles
./dotfile_admin/install.sh --install
```
For more detailed instructions and other management commands (like `--upgrade` or `--uninstall`), please see the [Dotfiles Administration README](./dotfile_admin/README.md).
## Vim
The vim configuration is managed by `vim-plug`. After installation, you can update plugins by running `:PlugUpdate` from within Neovim.