This is a repository for my configuration files.
This script will install neccessary packages for development and environment setup.
There are scripts for different operating systems:
./install_fedora.shImportant
You need to install Homebrew first.
./install_macos.shEach script could be run with --dry flag to see what commands will be executed without actully running them:
./install_macos.sh --dryAlso you can run each script with -i flag to run it interactively:
./install_macos.sh -iOr you can pass the neccessary package names as arguments to install only them:
./install_macos.sh nvim fnmWarning
The script will create symlinks to this directory instead of existing configuration files. Existing files will be copied with the .backup prefix.
This script will setup environment for development:
./setup.sh