Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreas-bauer/dotfiles
My personal dotfiles.
https://github.com/andreas-bauer/dotfiles
Last synced: about 2 months ago
JSON representation
My personal dotfiles.
- Host: GitHub
- URL: https://github.com/andreas-bauer/dotfiles
- Owner: andreas-bauer
- License: mit
- Created: 2019-02-22T19:31:35.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T06:48:10.000Z (5 months ago)
- Last Synced: 2024-07-26T09:19:45.619Z (5 months ago)
- Language: Lua
- Homepage:
- Size: 210 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
### My personal dotfiles
## Installation
First, clone the repository:
```console
git clone [email protected]:andreas-bauer/dotfiles.git ~/.dotfiles
```The installation of dependencies and linking of symlinks is done via a Makefile.
If you run `make` without any arguments it will install and link all dependencies and configs.```console
$ cd ~/.dotfiles
$ make
```For a selective installation of dependencies and configs, run `make help` to see a list of all options.
```console
$ make helpbrew-font Install fonts via brew
brew-min Install minimal dev setup via brew
dotfiles Link the dotfiles.
ohmyzsh-plugins Install oh-my-zsh plugins
ohmyzsh Install oh-my-zsh
sdkman Install SDKMAN
```## Thanks to and inspired by
- [Jess Frazelle](https://blog.jessfraz.com/) and her [dotfiles](https://github.com/jessfraz/dotfiles)
- [Mathias Bynens](https://mathiasbynens.be/) and his [dotfiles](https://github.com/mathiasbynens/dotfiles)
- [Michael Peter](https://github.com/Allaman) and his [NVIM config](https://github.com/Allaman/nvim)
- [Josean Martinez](https://github.com/josean-dev) and his [dotfiles](https://github.com/josean-dev/dev-environment-files/tree/main)## License
Copyright (c) 2019-2024 Andreas Bauer
Licensed under the [MIT license](LICENSE).