https://github.com/rverst/dotfiles_old
These are my dotfiles, batteries included.
https://github.com/rverst/dotfiles_old
dotfiles dotfiles-automation dotfiles-installer dotfiles-linux dotfiles-macos
Last synced: 7 months ago
JSON representation
These are my dotfiles, batteries included.
- Host: GitHub
- URL: https://github.com/rverst/dotfiles_old
- Owner: rverst
- License: unlicense
- Created: 2020-07-23T18:23:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T13:22:51.000Z (over 4 years ago)
- Last Synced: 2025-01-13T05:28:04.745Z (9 months ago)
- Topics: dotfiles, dotfiles-automation, dotfiles-installer, dotfiles-linux, dotfiles-macos
- Language: Shell
- Homepage:
- Size: 3.57 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
These are my dotfiles, the main goal was to easily setup a new machine with a
convenient environment. I liked the idea of [Luke's Smith ricing project](https://larbs.xyz).
But since I use Macs as well as Linux-server and Windows-machines,
I needed something a bit more flexible. On Mac/Linux they are based on [zsh](http://www.zsh.org)
and [neovim](https://neovim.io) in combination with some other awesome tools like
[fzf](https://github.com/junegunn/fzf), [ripgrep](https://github.com/BurntSushi/ripgrep) or
[fd](https://github.com/sharkdp/fd).## Installation
1) Clone the repository
```console
> mkdir -p ~/.config/dotfiles
> git clone https://github.com/rverst/dotfiles.git ~/.config/dotfiles
```2) Install the dotfiles
```console
> ~/.config/dotfiles/script/bootstrap
```The dotfiles can be installed in two flavors, `full` and `light`. I use
`full` for my desktops and `light` for headless machines. You can however
install single parts in a different flavor after the main installation.
E.g. `$DOTFILES/nvim/install --full`.## ToDo
- [x] Basic functionality for Mac and Linux
- [ ] Basic functionality for Windows
- [ ] Updates## Credits
These dotfiles are mostly inspired by:
- [Luke's LARBS](https://github.com/lukesmithxyz/larbs).
- [caarlos0 dotfiles](https://github.com/caarlos0/dotfiles)
- [r/unixporn](https://www.reddit.com/r/unixporn/)And probably a lot more...