Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gillchristian/dotfiles
:page_with_curl:
https://github.com/gillchristian/dotfiles
dotfiles linux vim zsh
Last synced: 27 days ago
JSON representation
:page_with_curl:
- Host: GitHub
- URL: https://github.com/gillchristian/dotfiles
- Owner: gillchristian
- Created: 2017-04-04T17:38:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T20:15:18.000Z (6 months ago)
- Last Synced: 2024-04-28T15:58:30.749Z (6 months ago)
- Topics: dotfiles, linux, vim, zsh
- Language: Shell
- Homepage: https://github.com/gillchristian/dotfiles
- Size: 252 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).