/dot-files

My configuration files for Linux applications

Primary LanguageShellMIT LicenseMIT

dot-files

My configuration files for Linux applications

Installation

  1. Clone this repository:

    $ cd /path/to/a/storage/directory/of/your/choice
    $ git clone https://github.com/pettarin/dot-files
    $ cd dot-files
  2. Manually symlink each file you need into your home:

    $ mv ~/.bashrc ~/.bashrc.backup
    $ ln -s bashrc ~/.bashrc
    ...

    or use the provided Bash script, which will symlink them all:

    $ bash symlinkall.sh

    The script will backup any existing files, with a time stamp, so it should be relatively safe to run.

Additional Settings For HiDPI Screens

  • Iceweasel (Firefox): open about:config and set layout.css.devPixelsPerPx to (say) 1.2
  • Icedove (Thunderbird): automatically scaled by .Xresources.hidpi

License

dot-files is released under the MIT License.