Skip to content

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

License

Notifications You must be signed in to change notification settings

ryouze/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

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

Directory Structure

[~/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.

About

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

Topics

Resources

License

Stars

Watchers

Forks