Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryouze/dotfiles

Collection of configuration files for various tools and applications that I use on a daily basis.
https://github.com/ryouze/dotfiles

dotfiles dotfiles-linux dotfiles-macos

Last synced: about 1 month ago
JSON representation

Collection of configuration files for various tools and applications that I use on a daily basis.

Awesome Lists containing this project

README

        

# dotfiles

dotfiles is a collection of configuration files for various tools and applications that I use on a daily basis.

## Directory Structure

```sh
[~/dotfiles] $ tree -a -I ".git"
.
├── LICENSE
├── README.md
├── configs
│ ├── Chrome
│ │ └── com.google.Chrome.plist
│ ├── Firefox
│ │ ├── policies.json
│ │ └── userChrome.css
│ ├── VSCode
│ │ ├── extensions.md
│ │ ├── keybindings.json
│ │ └── settings.json
│ ├── Windows Shell
│ │ ├── .bash_aliases
│ │ └── cmdrc.bat
│ └── Zsh
│ ├── .condarc
│ ├── .gitconfig
│ ├── .gitignore
│ ├── .hushlogin
│ ├── .nanorc
│ ├── .zprofile
│ ├── .zsh_aliases
│ └── .zshrc
└── scripts
├── is_rosetta_installed.sh
└── update_python_packages.py.py
```

## Contributing

All contributions are welcome.

## License

This project is licensed under the Unlicense License.