Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gerschtli/dotfiles
DEPRECATED! See https://github.com/Gerschtli/nix-config for flakified setup and https://github.com/Gerschtli/atom-config for atom config!
https://github.com/gerschtli/dotfiles
config dotfiles
Last synced: 8 days ago
JSON representation
DEPRECATED! See https://github.com/Gerschtli/nix-config for flakified setup and https://github.com/Gerschtli/atom-config for atom config!
- Host: GitHub
- URL: https://github.com/gerschtli/dotfiles
- Owner: Gerschtli
- License: mit
- Created: 2016-12-13T14:01:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T20:45:49.000Z (about 3 years ago)
- Last Synced: 2024-11-06T23:45:47.341Z (about 2 months ago)
- Topics: config, dotfiles
- Language: Shell
- Homepage:
- Size: 712 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# !DEPRECATED! See [nix-config](https://github.com/Gerschtli/nix-config) and [atom-config](https://github.com/Gerschtli/atom-config)
I am transitioning to a flakes-only setup within a mono-repo containing all configs. My atom-config will remain in a
separate repository.# Dotfiles
The main part of my dotfiles and user environment setup is configured in my
[home-manager-configurations](https://github.com/Gerschtli/home-manager-configurations) project, mounted in
`home-manager/home-manager-configurations`.## Modules
| Name | Description |
| ------------ | -------------------------------- |
| atom | Configuration for atom |
| home-manager | Configuration for home manager |
| nix-on-droid | Configuration for nix-on-droid |
| vscode | Configuration for vscode |## Installation
### Clone repo
```bash
$ git clone "https://github.com/Gerschtli/dotfiles.git" ~/.dotfiles
```### Use of home-manager module
```bash
$ git clone "https://github.com/Gerschtli/home-manager-configurations.git" ~/.dotfiles/home-manager/home-manager-configurations
```### Create .localrc (optional)
```bash
$ cp local.dist ~/.localrc
```Change options if needed.
### Execute bootstrap.sh
```bash
$ ./bootstrap.sh
```