All Projects → sebastienrousseau → dotfiles

sebastienrousseau / dotfiles

Licence: other
The Dotfiles resources aggregate a collection of standalone 'dotfiles' to help you customize your system and related services into one cohesive and consistent approach.

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to dotfiles

Vcsh
config manager based on Git
Stars: ✭ 1,836 (+10700%)
Mutual labels:  dotfiles-resources, dotfiles-installer, dotfiles-automation, dotfiles-macos
.dotfiles
💻 My settings for macOS, kitty, zsh, nvim, tmux, and more 🛠
Stars: ✭ 44 (+158.82%)
Mutual labels:  homebrew, dotfiles-resources, dotfiles-macos
Dotfiles
🐢 💨 Speedup your MacOS setup with this fine tuning settings
Stars: ✭ 174 (+923.53%)
Mutual labels:  zshrc, macosx
brewfile
🍎 Brewfile to install softwares in macOS for engineers
Stars: ✭ 37 (+117.65%)
Mutual labels:  homebrew, macosx
Brewformulas.org
A website to search and discover formulas from Homebrew for Mac
Stars: ✭ 567 (+3235.29%)
Mutual labels:  homebrew, macosx
dotman
dotman is a simple, elegant & easy to use dotfiles manager 🖖🏽
Stars: ✭ 85 (+400%)
Mutual labels:  dotfiles-installer, dotfiles-macos
homesetup
Your shell good as hell ! Not just dotfiles.
Stars: ✭ 25 (+47.06%)
Mutual labels:  bash-profile, dotfiles-macos
cli-config
Helping you setup your CLI experience easily. Some goodies for the ol' terminal.
Stars: ✭ 3 (-82.35%)
Mutual labels:  homebrew, zshrc
dotfiles
This is a dotfiles repository created and maintained by @erdaltsksn. It contains a collection of `.files`.
Stars: ✭ 16 (-5.88%)
Mutual labels:  homebrew, dotfiles-macos
dotfiles
🔯 A collection of my rc files (tmux, neovim, zsh, fish, poetry, git, ...etc) and utilities that make everyday coding fun!
Stars: ✭ 23 (+35.29%)
Mutual labels:  homebrew, zshrc
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (+105.88%)
Mutual labels:  zshrc, dotfiles-macos
Yadm
Yet Another Dotfiles Manager
Stars: ✭ 2,982 (+17441.18%)
Mutual labels:  dotfiles-automation, dotfiles-macos
sloth-app
Sloth desktop app
Stars: ✭ 16 (-5.88%)
Mutual labels:  homebrew, macosx
divine-dotfiles
Divine.dotfiles: The Bash framework for dotfiles and everything Bash
Stars: ✭ 19 (+11.76%)
Mutual labels:  dotfiles-installer, dotfiles-automation
dotfiles
macOS / Linux / Codespaces dotfiles with 1-line setup script. Tested on Apple Silicon Macs. Supports both zsh and fish. Now managed with https://github.com/twpayne/chezmoi
Stars: ✭ 82 (+382.35%)
Mutual labels:  homebrew, dotfiles-macos
AwsTerm
A collection of awesome terminal utilities
Stars: ✭ 37 (+117.65%)
Mutual labels:  homebrew, macosx
dotfiles
My dotfiles for Bash/Zsh, Vim/Neovim, Doom Emacs, tmux, Git, terminal emulators, JupyterLab, aria2, mpv, Nix and Homebrew
Stars: ✭ 149 (+776.47%)
Mutual labels:  homebrew
dotfiles
Dotfiles of Coelacanthus
Stars: ✭ 17 (+0%)
Mutual labels:  zshrc
homebrew-pourhouse
My homebrew tap, serving up casks from EclecticLightCo!
Stars: ✭ 78 (+358.82%)
Mutual labels:  homebrew
Mojave-Dynamic-Wallpaper
Automatic Changing Mojave Wallpaper
Stars: ✭ 15 (-11.76%)
Mutual labels:  macosx

macOS Shell Dotfiles

Banner representing the Dotfiles Library

Node.js CI Codacy Badge License npm version Open Source Love svg1

Table of contents

About 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.

Getting Started

This repository contains the source code for multiple macOS Dotfiles and Shells:

Installation

A few options are available:

Install from CDN

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.

Install from GitHub

Clone the main repository to get all source files including build scripts:

https://github.com/sebastienrousseau/dotfiles.git

Download Dotfiles

Install from NPM

To use Dotfiles, you will need the npm JavaScript package manager.

Install the npm command line interface

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.

Check installation

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

Install Dotfiles via Yarn

To install Dotfiles, you can use the npm JavaScript package manager as follows:

npm i @sebastienrousseau/dotfiles

In this repository

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 dotfiles

git
├── config
│   └── git
│       └── template
│           └── HEAD
├── gitattributes
├── gitconfig
├── gitignore
└── gitmessage

3 directories, 5 files

Bash Shell dotfiles

Z Shell dotfiles

Homebrew dotfiles

Requirements

Set zsh as your login shell:

chsh -s $(which zsh)

Contributing

Please read carefully through our Contributing Guidelines for further details on the process for submitting pull requests to us.

Code of Conduct

We are committed to preserving and fostering a diverse, welcoming community. Please read our Code of Conduct.

Our Values

  1. We believe perfection must consider everything.
  2. We take our passion beyond Code into our daily practices.
  3. We are just obsessed about creating and delivering exceptional solutions.

History

Acknowledgements

Dotfiles is beautifully crafted by these people and a bunch of awesome contributors

Sebastien Rousseau Graham Colgate
Sebastien Rousseau Graham Colgate

License

This project is licensed under the MIT License - see the LICENSE file for details

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].