Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daneah/dotfiles
🗄 Common configuration files to use when setting up or improving a shell environment
https://github.com/daneah/dotfiles
configs dotfiles oh-my-zsh shell zsh
Last synced: about 2 hours ago
JSON representation
🗄 Common configuration files to use when setting up or improving a shell environment
- Host: GitHub
- URL: https://github.com/daneah/dotfiles
- Owner: daneah
- License: mit
- Created: 2014-01-10T19:34:43.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T22:05:10.000Z (about 8 hours ago)
- Last Synced: 2024-11-18T23:19:12.603Z (about 6 hours ago)
- Topics: configs, dotfiles, oh-my-zsh, shell, zsh
- Language: Shell
- Homepage:
- Size: 275 KB
- Stars: 32
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Common configuration files and handy scripts to use when setting up or improving a shell environment.
## Installation
```shell
$ git clone https://github.com/daneah/dotfiles
$ cd dotfiles
$ git submodule update --init --recursive
$ ./install.zsh
```## Configuration Files
| File | Purpose |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Brewfile` | A list of things to be installed using [Homebrew](https://brew.sh/) |
| `alexrc` | Configuration for [`alex`](https://github.com/get-alex/alex), the considerate writing tool. |
| `aliases.zsh` | Command aliases that work in `zsh` but may not be safe for other shells. |
| `ctags` | Configuration for the `ctags` indexing tool. |
| `functions.zsh` | Function definitions useful in `zsh` that may not be safe for other shells. |
| `gitconfig` | Configuration to provide convenience methods when using `git` on the command line. Supports an untracked `~/.gitconfig.local` file to avoid committing sensitive information. |
| `hushlogin` | Tells macOS not to include Last Login messages on shell startup. |
| `pystartup` | Configuration for Python startup, namely to enable readline capabilities from previous sessions along with tab completion. |
| `ripgreprc` | Configuration for [`ack`](https://linux.die.net/man/1/ack). Ignores several common generated output directory patterns. |
| `screenrc` | Configuration for [`screen`](https://www.gnu.org/software/screen/) status line. |
| `starship.toml` | Configuration for [Starship](https://starship.rs/) command prompts. |
| `vimrc` | Configuration to improve the user experience of [Vim](https://www.vim.org/). No fancy macros, just good highlighting and native settings along with some position history. |
| `zshrc` | Configuration settings for making `zsh` even more awesome. |
| `zprofile` | Environment changes during startup. |