Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
/ .files Public archive

Personal configuration files for my linux systems

Notifications You must be signed in to change notification settings

jemaw/.files

Repository files navigation

Deprecated

Most of the things have been moved to the home-manager configuration

Installation

Installation is done by creating symlinks to the configuration files. This can either be done manually:

# For zsh config
ln -s $PWD/zsh/zshrc $HOME/.zshrc

or by using the provided install script which by default creates all symlinks in the $HOME directory and preserves the directory structure:

./install

However you can also install to a different location:

mkdir test
./install -t test

This should create hidden symlinks for most configuration files, but you can also just install specific configs:

./install -t test zsh vim

This should only create symlinks for the zsh and vim configuration. For more options check out

./install -h

About

Personal configuration files for my linux systems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published