Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 2.21 KB

README.md

File metadata and controls

38 lines (26 loc) · 2.21 KB

dotfiles

Simply my dotfiles.

Installation

I use Chezmoi to maintain my dotfiles in my pc. Follow the instruction on main site to install it (only 64 bit).

You can use my repo using

$ chezmoi init https://github.com/ziriu84/dotfiles.git

What is inside

Why so many file for i3's configuration?

I use mainly us layout keyboards, but sometime I need to use it layout keyboards. In script directory there are 2 configuration file, us and it, and 2 shell script. I simply remapped $mod+Shift+u to switch to us layout and $mod+Shift+it to switch to it layout. With this trick I can use the same keycap in my keyboards both with us and it layout

What is cht.sh script?

cht.sh script is a shell script inspired by The Primagen (All my thanks Coconutagen!!) to make API calls to cht.sh. It uses fzf to search language or command in my dicionaries

What is Ping Utilty

It's simply a little Python script to make ping calls to both domain.do and **www.**domain.do. Similar to my Golang project Pingo