dotfiles 0.2.448
Install from the command line:
Learn more about npm packages
$ npm install @sebastienrousseau/dotfiles@0.2.448
Install via package.json:
"@sebastienrousseau/dotfiles": "0.2.448"
About this version
- macOS Shell Dotfiles
Simply designed to fit your shell life.
The Dotfiles resources aggregate a collection of standalone 'dotfiles' to help you customize your system and related services into one cohesive and consistent approach.
This repository contains the source code for multiple macOS Dotfiles and Shells:
A few options are available:
A pre-bundled package that contains all dotfiles and components needed to use is available on CDN.
The following table lists alternate CDN locations where Dotfiles is hosted.
Clone the main repository to get all source files including build scripts:
https://github.com/sebastienrousseau/dotfiles.git
To use Dotfiles, you will need the npm JavaScript package manager.
npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer.
To install Node.js and the npm command line interface using either a Node version manager or a Node installer.
To check if you have Node.js installed, run this command in your terminal:
node --version
To confirm that you have npm installed you can run this command in your terminal:
npm --version
To install Dotfiles, you can use the npm JavaScript package manager as follows:
npm i @sebastienrousseau/dotfiles
Within the release you'll find the following files and folders:
.
├── .curlrc
├── .eslintrc
├── .gitignore
├── .jshintrc
├── .travis.yml
├── .wgetrc
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── Dotfiles.png
├── ISSUE_TEMPLATE.md
├── Icon
├── LICENSE
├── README.md
├── bash
│ ├── .bash_aliases
│ ├── .bash_exit
│ ├── .bash_functions
│ ├── .bash_load_completion
│ ├── .bash_profile
│ └── .bashrc
├── homebrew
│ ├── brew-cask.sh
│ ├── brew-package.sh
│ ├── brew-tap.sh
│ └── install.sh
├── zsh
│ ├── configurations
│ ├── functions
├── installers
└── package.json
git
├── config
│ └── git
│ └── template
│ └── HEAD
├── gitattributes
├── gitconfig
├── gitignore
└── gitmessage
3 directories, 5 files
Set zsh as your login shell:
chsh -s $(which zsh)
Please read carefully through our Contributing Guidelines for further details on the process for submitting pull requests to us.
We are committed to preserving and fostering a diverse, welcoming community. Please read our Code of Conduct.
- We believe perfection must consider everything.
- We take our passion beyond Code into our daily practices.
- We are just obsessed about creating and delivering exceptional solutions.
- See Dotfiles Release list.
Dotfiles is beautifully crafted by these people and a bunch of awesome contributors
Sebastien Rousseau | Graham Colgate |
This project is licensed under the MIT License - see the LICENSE file for details