Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haranrk/install-scripts
Repository of install scripts and other personal templates
https://github.com/haranrk/install-scripts
dotfiles install-script
Last synced: 3 months ago
JSON representation
Repository of install scripts and other personal templates
- Host: GitHub
- URL: https://github.com/haranrk/install-scripts
- Owner: haranrk
- Created: 2018-05-15T04:59:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T23:15:31.000Z (5 months ago)
- Last Synced: 2024-08-14T01:51:48.571Z (5 months ago)
- Topics: dotfiles, install-script
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unix installation scripts
Scripts that install various software and config files## Setup
This script installs various programs. Run it with the following command.
```bash
./setup
```
Upon running the above script, you will be presented with an interactive menu to choose the subsections of software that you want to install.## Dotfile setup
This script force hard-links all the dotfiles from present in the `dotfile` directory, to their appropriate locations in the unix system. If zsh is installed it installs `zsh_profile` otherwise the `bash_profile` is installed.