jim-fx / .dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jim-fx's Dotfiles

Features

Installation

Unsupervised

sh -c "$(curl -L setup.jim-fx.com)"

Manual

git clone git@github.com:jim-fx/.dotfiles.git ~/.dotfiles
chmod +x ~/.dotfiles/setup.sh
~/.dotfiles/setup.sh

Testing

If you want to test this setup, you can use the provided docker image.

docker build . -t jim-fx/dotfiles
docker run -it jim-fx/dotfiles

Opinionated Stuff

Because this is mainly my personal configs there is some stuff which you should be aware of.

Directories

  • Personal projects are under ~/Projects
  • Uni projects are under ~/COCO
  • Binaries are under ~/bin

Custom commands

fx [s/i/o/d] (directory)

Used to navigate and edit folders in the ~/Projects folder

co [number][name]

Used to navigate and edit folders in the ~/COCO folder

About


Languages

Language:Shell 71.5%Language:Lua 27.6%Language:CSS 0.8%Language:Vim Script 0.1%Language:Dockerfile 0.1%