Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/citrusui/setup
My personal set of command line and app defaults.
https://github.com/citrusui/setup
aliases atom bash dotfiles functions git hyperterm macos pantheon visual-studio-code
Last synced: 4 days ago
JSON representation
My personal set of command line and app defaults.
- Host: GitHub
- URL: https://github.com/citrusui/setup
- Owner: citrusui
- License: mit
- Created: 2016-10-22T18:45:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T18:35:08.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T19:48:29.282Z (about 1 month ago)
- Topics: aliases, atom, bash, dotfiles, functions, git, hyperterm, macos, pantheon, visual-studio-code
- Language: Shell
- Homepage:
- Size: 1.05 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# citrusui setup
**Disclaimer:** These settings are not meant for everyone! If you'd like to use these configurations, consider reviewing and/or forking this repository.
---
## Install
```sh
git clone --recursive https://github.com/citrusui/setup ~/setup && source ~/setup/init.sh
```> _It's important you don't omit `--recursive` as this repository depends on various smaller repositories._
To update, just re-run the setup script:
```sh
source ~/setup/init.sh
```To skip user confirmation, run with `-y`. **This will overwrite, without warning, any local changes you have made to the preferences in your home folder!**
## What's inside?
This repository consists of the following modular repositories:
- [aliases](https://github.com/citrusui/aliases) - Bash aliases to make life easier.
- [bash](https://github.com/citrusui/bash) - A much more colorful Bash prompt.
- [functions](https://github.com/citrusui/functions) - Shortcuts to complex commands.
- [git](https://github.com/citrusui/git) - Tweaks to improve Git's functionality.
- [macos](https://github.com/citrusui/macos) - Settings and a custom Terminal profile for macOS.
- [pantheon](https://github.com/citrusui/pantheon) - Specific tweaks for the Pantheon desktop environment.# Credits
Licensed under [MIT](LICENSE.md). Inspired by [Mathias Bynens'](https://mathiasbynens.be) [`dotfiles`](https://github.com/mathiasbynens/dotfiles) repository.