https://github.com/tanhongit/dotfiles_server
This script is used to set up a new server with my dotfiles.
https://github.com/tanhongit/dotfiles_server
dotfiles script server vps vps-script vps-setup
Last synced: 6 months ago
JSON representation
This script is used to set up a new server with my dotfiles.
- Host: GitHub
- URL: https://github.com/tanhongit/dotfiles_server
- Owner: tanhongit
- License: mit
- Created: 2023-06-21T03:09:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T03:21:03.000Z (10 months ago)
- Last Synced: 2025-04-24T02:52:59.867Z (6 months ago)
- Topics: dotfiles, script, server, vps, vps-script, vps-setup
- Language: Shell
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles Server
This script is used to set up a new server with my dotfiles.
## OS Availability:
- [x] Ubuntu 20.04
- [x] Ubuntu 22.04
- [x] Debian 10## Installation
Clone the repository and run the script:
```bash
git clone git@github.com:tanhongit/dotfiles_server.git
``````bash
cd dotfiles_server
``````bash
./install.sh
```> Note: You may need to make the script executable by running `chmod +x install.sh` before running it.
>
> ```bash
> chmod +x install.sh
> ```## Usage
The runner has the following commands:
| Command | Description |
|-----------------------|------------------------------|
| `setup` | Setup the server |
| `ssh_port`, `sp` | Change the SSH port |
| `php`, `php-install` | Install PHP version you want |
| `php_extension`, `pe` | Install PHP extensions |## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.