Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leventebalogh/dotfiles

An up-to-date version of my dotfiles.
https://github.com/leventebalogh/dotfiles

Last synced: 7 days ago
JSON representation

An up-to-date version of my dotfiles.

Awesome Lists containing this project

README

        

# Dotfiles

## Installing dotfiles
To copy all the available dotfiles from under `./src` to your home directory just run the following commands:
```
$ git clone [email protected]:leventebalogh/.dotfiles.git && cd dotfiles
$ ./dotfiles-install.sh
```

## Installing binaries and applications
The following is installing the necessary binaries and applications I am using most frequently.
It is using Brew under the hood.
```
$ ./brew.sh
```

## Uninstall dotfiles
If you would like to remove the installed dotfiles run the following.
```
$ ./dotfiles-uninstall.sh
```

## Commandline Help
In order to print out a command-line help just use the following command:
```
$ docs
```