hieutkt / dotfiles

Personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal dotfiles

This is my dotfiles, managed using GNU stow. Basic prerequisites in an Ubuntu-based distro are as follow:

sudo apt install fd-find ripgrep git stow

Then the dotfiles can be set up all at once with:

cd
git clone https://github.com/hieutkt/dotfiles
cd dotfiles
stow --target=$HOME --restow */

Or set up individual modules only. For example:

stow --target=$HOME --restow shell # For zsh or bash setup

About

Personal dotfiles


Languages

Language:Emacs Lisp 72.0%Language:Shell 14.2%Language:Python 10.4%Language:Julia 2.1%Language:JavaScript 1.2%