Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nylen/dotfiles
My ~/.files
https://github.com/nylen/dotfiles
Last synced: 6 days ago
JSON representation
My ~/.files
- Host: GitHub
- URL: https://github.com/nylen/dotfiles
- Owner: nylen
- Created: 2015-03-23T05:48:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T23:06:40.000Z (over 2 years ago)
- Last Synced: 2024-10-16T00:16:01.923Z (about 1 month ago)
- Language: Shell
- Size: 1.66 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nylen/dotfiles
To install my dotfiles:
```sh
git clone https://github.com/nylen/dotfiles.git ~/dotfiles
~/dotfiles/_install.sh
```On Linux, you're responsible for ensuring that `~/.bash_aliases` is loaded.
(On Debian systems this is probably happening from `~/.bashrc` by default.)On OS X, this repo provides a `~/.bashrc` because there isn't one by default.
Among other things, it loads `~/.bash_aliases`.Place system-specific commands in a file called `~/.bashrc_local`. (Or, on
Linux, you can also put them in `~/.bashrc`.)### Tests
To run tests for some of the functionality included here, install the
[`bats`](https://github.com/nylen/bats-core#installing-bats-from-source)
testing framework, then do this:```sh
bats ~/dotfiles/test/
```