Skip to content

mehmetalici/dotfiles

Repository files navigation

dotfiles

CI

A collection of my configuration files and settings to be applied for a fresh machine.

Prerequisites

  1. Ubuntu 22.04 (Other versions are not tested)
  2. Python >= 3.6
  3. git, curl, wget

Installing

  1. Clone repository:

    git clone --recurse-submodules [email protected]:mehmetalici/dotfiles.git
  2. 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.

Testing

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.

About

A collection of personal environment configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published