Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
/ unix-dotfiles Public archive

📁 Dotfiles used on my Unix systems

Notifications You must be signed in to change notification settings

ufUNnxagpM/unix-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

This repo has moved to https://gitlab.com/dVNXNrwy/unix-dotfiles

About

These are the dotfiles that I run on my Unix systems. My workflow is largely centered around reducing mouse usage and comfortable ergonomics by using a tiling window manager, Colemak layout, and a 40% keyboard. In addition, this repository also has the configs I post in the Linux ricing community.

Type Application
OS Macos
Terminal iTerm
Editor Neovim
Shell fish

Install

git clone --bare git@github.com:ufUNnxagpM/unix-dotfiles.git $HOME/.unix-dotfiles && \
    alias dgit='/usr/bin/git --git-dir=$HOME/.unix-dotfiles/ --work-tree=$HOME' && \
    dgit reset