Simply my dotfiles.
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
- .zhsrc
- .vimrc
- .tmux.conf
- coc-settings.json
- dunstrc
- kitty
- rofi's config.rasi
- i3's config
- cht.sh search script
- Ping utility
- My wallpapers
- Command dictionary for cht.sh
- Language dictionary fot cht.sh
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
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
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