A collection of my configuration files and settings to be applied for a fresh machine.
- Ubuntu 22.04 (Other versions are not tested)
- Python >= 3.6
- git, curl, wget
-
Clone repository:
git clone --recurse-submodules [email protected]:mehmetalici/dotfiles.git
-
Change to repository and install:
cd dotfiles ./install
Note that some installs may fail if they are installed already. By running tests, you can find out if they are installed -or the installation fails for another reason.
You can test installation with:
./test
The actual tests are located in tests/test.sh
. The script test
is a thin wrapper for running tests on an interactive shell to ensure that ~/.bashrc
is sourced.