Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nficano/dotfiles
My MacOS/Linux dotfiles and various utility shell scripts.
https://github.com/nficano/dotfiles
bash dotfiles git inputrc linux macos virtualenv virtualenvwrapper
Last synced: 2 days ago
JSON representation
My MacOS/Linux dotfiles and various utility shell scripts.
- Host: GitHub
- URL: https://github.com/nficano/dotfiles
- Owner: nficano
- License: gpl-2.0
- Created: 2015-09-03T21:14:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T17:47:02.000Z (6 months ago)
- Last Synced: 2024-05-22T15:06:01.345Z (6 months ago)
- Topics: bash, dotfiles, git, inputrc, linux, macos, virtualenv, virtualenvwrapper
- Language: Shell
- Homepage:
- Size: 3.29 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Nick Ficano's dotfiles
This repo contains my dotfiles, the scripts to bootstrap my Mac OS environment,
and various utilities that have no other home.While I will outline how to install my configuration from scratch, I would
recommend using it for reference purposes only.## Structure
- ``bin/`` - custom shell scripts
- ``home/`` - dotfiles that belong in ``$HOME``.
- ``os/`` - os-specific shell scripts, preferences, etc.## Installation
```bash
$ mkdir -p ~/code
$ cd code
$ git clone [email protected]:nficano/dotfiles.git
$ cd dotfiles
$ make install
```