Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ryouze/dotfiles
- Owner: ryouze
- License: unlicense
- Created: 2024-08-29T00:14:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T12:10:30.000Z (4 months ago)
- Last Synced: 2024-10-24T23:21:31.741Z (3 months ago)
- Topics: dotfiles, dotfiles-linux, dotfiles-macos
- Language: Shell
- Homepage: https://ryouze.net/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.