Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leventebalogh/dotfiles
- Owner: leventebalogh
- Created: 2016-03-27T17:32:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T03:37:47.000Z (over 1 year ago)
- Last Synced: 2024-11-08T02:57:57.864Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 311 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```