https://github.com/gillchristian/dotfiles
:page_with_curl:
https://github.com/gillchristian/dotfiles
dotfiles linux vim zsh
Last synced: 8 months ago
JSON representation
:page_with_curl:
- Host: GitHub
- URL: https://github.com/gillchristian/dotfiles
- Owner: gillchristian
- Created: 2017-04-04T17:38:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T13:46:50.000Z (over 1 year ago)
- Last Synced: 2025-02-12T06:03:57.631Z (over 1 year ago)
- Topics: dotfiles, linux, vim, zsh
- Language: Shell
- Homepage: https://github.com/gillchristian/dotfiles
- Size: 259 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# my dotfiles
```bash
$ sudo apt-get install git
$ git clone https://github.com/gillchristian/dotfiles.git ~/dev/dotfiles
$ cd ~/dev/dotfiles
$ ./install.sh
```
After that ~hopefully~ goes well, close the terminal and open it again and run this:
```bash
$ cd ~/dev/dotfiles
$ ./postinstall.sh
```
## TODOs
- Test (_maybe inside a Docker container_).
- Report of what went well and what not.
- Improve output & progress.
- Unify `install.sh` and `postinstall.sh` in one script (not not possible
because `nvm` is installing by zsh plugin when running zsh for the first time).
## Inspiration
[HeroCC's dotfiles](https://github.com/HeroCC/dotfiles).