These are my personal dotfiles used to manage and share my terminal and tool configurations. Below are detailed explanations of some key features and components of the project.
- Fish: Fish is a smart and user-friendly command line shell for Linux, macOS, and the rest of the family. Autosuggestions. The configuration file is in fish.
- WezTerm: A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust. The configuration file is in wezterm.
- Git: Offers some commonly used Git aliases and settings, simplifying Git operations. The configuration file is in git.
- The scripts contains some common scripts for installing software, setting up environments, etc.The scripts directory contains some common scripts for installing software, setting up environments, etc.
To set up these dotfiles on a new system, run:
/bin/bash -c "$(curl -fsSL https://github.com/onnttf/dotfiles/raw/main/bootstrap.sh)"
Feel free to fork this repository and modify the configurations to suit your needs. After making changes, run the installation script to apply them.
If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on GitHub.
MIT License. See the LICENSE file for details.