Basic development environment backup configurations for quick system setup.
-
Clone this repository:
git clone https://github.com/yourusername/dotfiles-bak.git cd dotfiles-bak -
Run the installation script:
./install.sh
-
Reload your shell:
source ~/.bashrc
- Bash: Basic prompt, essential aliases, and completion
- Vim: Minimal configuration with sensible defaults
- Git: Standard aliases and color settings
- Tmux: Basic keybindings and mouse support
- System: Backup utilities and system monitoring scripts
This is a stripped-down backup configuration that can be quickly deployed on any Unix-like system. Designed to be minimal but functional for basic development work.
The included backup utilities automatically sync important directories and system configurations. The system backup components are located in .config/system/ and handle various backup tasks.
Deploy this on new systems or use as a fallback configuration. All components are designed to work independently and won't conflict with existing setups.
MIT License - basic utilities for system setup and backup.