Skip to content

CanftIn/MyRC

Repository files navigation

WARNING for clone size

Due to my mistake that added the binary files in this repo in the past time. This repo became bigger than the normal. Almost 200 MB. So It not be suggested to clone this repo.

If you want to clone this repo, you can try

git clone -b develop https://github.com/CanftIn/MyRC.git --depth 1

this will clone only 1 depth for 17 MB size fold.

Or you can try to clone the new CanftIn/dotfiles repo for small and unstable version.


MyRC

Support me

My ArchLinux setting resouce files, the private fold is about my private configuations for platfroms like:

WSL => Windows subsystem linux environment configuations,

termux => Anroid termux environment configuations,

arch => ArchLinux environment configuations,

and so on.

From 2020 ==> this repo is not only aiming at ArchLinux, but also working well on Windows such as spacemacs and vimrc dotfiles.

screenshot

spacemacs private configuations include font ligature org mode language format prettify eshell prettify code yasnippets CanftIn-theming customizations and so on.

The dracula theme needs iA Writer Quattro S FiraCode Nerd Font iA Writer Mono S fonts defaultly. Change the theme fonts in the file if you need.

tmux config from gpakosz/.tmux

i3wm config from CanftIn/i3wm-themer

urxvt font(Hack Nerd Font) from nerd-fonts

touchpad setting libinput-gestures.conf need libinput-gestures installed to support guestures

$ sudo gpasswd -a $USER input  # add user to input user group
$ vim $HOME/.config/libinput-gestures.conf # copy /etc/libinput-gestures.conf
$ libinput-gestures-setup start

enable the touchpad:

$ xinput list
$ xinput list-props "SynPS/2 Synaptics TouchPad" 
$ xinput set-prop "SynPS/2 Synaptics TouchPad"  "libinput Tapping Enabled" 1

About vimrc:

The past: vimrc mainly refers to humiaozuzu/dot-vimrc &&yangyangwithgnu/use_vim_as_ide

Now: The vimrc learn from more others configuations, thanks for community. And it still on improving.

how to use:

git clone https://github.com/CanftIn/MyRC.git
cd MyRC
cp -r . ~