dotfiles
๐ข ๐จ Speedup your MacOS setup with this fine tuning settings
File Explorer
Download Latest Version (.zip)- dot
- git-co
- git-discard
- git-undo
- brew.cheat
- git.cheat
- php.cheat
- video.cheat
- installation-guide.md
- Keyboard Shortcuts.md
- Preferences.md
- JUnit5 Test Class.java
- PHP Constructor.php
- PHP Fluent Setter Method.php
- PHP Getter Method.php
- PHP Implemented Method Body.php
- PHP Overridden Method Body.php
- PHP Setter Method.php
- PHP Class Doc Comment.php
- PHP File Header.php
- PHP Function Doc Comment.php
- PHP Interface Doc Comment.php
- PHP Property Doc Comment.php
- PHP Trait Doc Comment.php
- Class.java
- PHP Class.php
- Java Value Object.java
- Markdown.md
- PHP Value Object.php
- idea.vmoptions
- README.md
- .vimrc
- keybindings.json
- settings.json
- .gitattributes
- .gitconfig
- .gitignore_global
- global_modules.txt
- composer.json
- psysh-config.php
- requirements.txt
- plugins.sbt
- Brewfile
- Brewfile.lock.json
- mac-os.sh
- transmission.sh
- iStat Menus Settings.ismp
- com.googlecode.iterm2.plist
- 1537364834.json
- karabiner.json
- limit.maxfiles.plist
- limit.maxproc.plist
- rocket.db
- dotbot
- z
- zimfw
- docopts
- _main.sh
- args.sh
- collections.sh
- documentation.sh
- git.sh
- log.sh
- platform.sh
- str.sh
- table.sh
- connect
- prune
- cdf
- count_files_recursive
- count_files_recursive_per_directory
- create
- ddd
- find_broken_symlinks
- flat_this_dir
- navigate_and_preview_flatten_files
- short_pwd
- size_of_directory
- amend
- apply-gitignore
- changed-files
- commit
- contributors
- due-diligence
- effort
- find
- pretty-diff
- pretty-log
- remove-remote-staled-branches
- reset-permissions
- reset-permissions-recursive
- show-ignored
- show-remote-staled-branches
- standup
- github-contributors.py
- github-subdomains.py
- repo_stargazers.py
- org_contributors
- subdomains
- top_stargazers
- optimize
- add_code_templates
- tail_json
- delete_db_starting_by
- general_log
- truncate_database
- ip
- private_ip
- brew_cask_install
- brew_cask_uninstall
- export
- install
- outdated
- uninstall
- update_all
- kill_named
- install.sh
- update.sh
- install
- update
- qr
- zsh
- clean
- empty_trash
- port_owner
- change_wallpaper
- available_commands
- available_jdks
- delete_dist_parameters
- meteo_in
- open_intellij
- sync_dotfiles
- timestamp_to_date
- uuid_code
- conf.macos.yaml
- conf.yaml
- dir.sh
- git.sh
- php.sh
- utils.sh
- exports.sh
- dir.sh
- codelytv.sh
- .bash_profile
- .bashrc
- .profile
- _dot
- prompt_codelytv_setup
- .zimrc
- .zlogin
- .zshenv
- .zshrc
- key-bindings.zsh
- init.sh
- .editorconfig
- .gitignore
- .gitmodules
- installer
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/CodelyTV/dotfiles
Downloads the entire project code from GitHub to your computer.
cd dotfiles
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedbash <(curl -s https://raw.githubusercontent.com/codelytv/dotfiles/master/installer)
An install script that downloads and runs in a single step.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
pip install -r langs/python/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
4. PHP (Composer)
EasyPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd langs/php
This project's files live in a subfolder, so move into it first.
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
