https://github.com/dbstratta/dotfiles
My configuration and dotfiles
https://github.com/dbstratta/dotfiles
arch configuration dotfiles scripts
Last synced: about 1 month ago
JSON representation
My configuration and dotfiles
- Host: GitHub
- URL: https://github.com/dbstratta/dotfiles
- Owner: dbstratta
- License: mit
- Created: 2016-11-22T14:18:41.000Z (over 9 years ago)
- Default Branch: ubuntu
- Last Pushed: 2017-12-29T02:11:50.000Z (over 8 years ago)
- Last Synced: 2025-09-10T23:41:59.457Z (9 months ago)
- Topics: arch, configuration, dotfiles, scripts
- Language: Shell
- Homepage:
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Diego Stratta's dotfiles
## Information
My configuration and dotfiles for my Arch machines.
### Note to self
If you're in one of your machines,
[generate a SSH key](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/)
and clone the repo with:
```shell
$ git clone git@github.com:strattadb/dotfiles.git
```
## Prerequisites
### Install Git
To clone the repository you'll need [Git](https://git-scm.com/).
#### Arch
```shell
$ sudo pacman -S git
```
## Installation
Clone the repository to your home folder and run `install.sh`.
```shell
$ git clone https://github.com/strattadb/dotfiles
$ cd dotfiles
$ ./install.sh
```
## License
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) 2017 Diego Stratta