Skip to content

LuxciumProject/ahmyzsh

Repository files navigation

ahmyzsh

AH MY ZSH Initial Screen

Don't have any expectations

This project is for my personal use, it is not currently maintained in a way that is friendly for general use by others (this includes you), therefor it is garanteed that this project will NOT be fit for any particular purpose.

Use what can be useful to you

Regardless feel free to grab what can be useful to you for your personal projects or open source projects. Some parts of this work are under Mozilla Public License, v. 2.0. and other parts are under MIT the use of any part of code should be flexible for you and for people using the code you produce in all cases please state Copyright © 2019-present Benjamin Vincent Kasapoglu (Luxcium) and when possible please list the changes you made from this current work...

Report bugs, problems and security issues

Please open a pull request to correct small bugs or any security issues or to fix compatibilities issues... If possible plesae first open an issue to describe the probleme... Then open a pull request that fixes the issue...

Workflows and branch

I use a different branch for each of my computers (or workflows). I am using the luxcium branch on my macOS and pc-master-race branch fo my WSL on windows and now my main computer is using fedora so I am using the fedora-working-station as my main development branch...

Hidden folders

Some folder have been hiddens while I am not working with them now you may unhide them in .vscode/settings.json:

  "files.exclude": {
    "**/*.zwc": true,
    "powerlevel10k": true,
    "ohmyzsh": true,
    "powerline": true,
    "crt-profiles": true,
    "node_modules": true
  },

SECURITY WARNING

AUDIT ANY FILES YOU IMPORT FROM THIS PROJECT PRIOR: DOWNLOAD / INSTALL / USE Please asses security risks by yourself befor to use the product and report any security issues or vulnerability on the issues page of the main repo site: AHMYZSH project issues

MIT License

Copyright © 2019-2020 Benjamin Vincent Kasapoglu (Luxcium) and contributors (https://github.com/Luxcium/ahmyzsh/contributors)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.