-
Notifications
You must be signed in to change notification settings - Fork 0
Note
magictomagic edited this page Jul 27, 2021
·
1 revision
sudo apt-get install libsecret-1-0 libsecret-1-dev
cd /usr/share/doc/git/contrib/credential/libsecret
sudo make
git config --global credential.helper /usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret
sudo apt install ibus-rime
sudo apt install librime-data-double-pinyin
# choose ibus in setting, restart
vim ~/.config/ibus/rime/build/default.yaml
# add `- schema: double_pinyin` in `schema_list:`
ibus-daemon -drx # or tap 配置
configure files in ~/.config/ibus/rime/
gvim: sudo apt install vim-gtk3
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
link, install .vimrc
sudo apt install build-essential cmake vim-nox python3-dev
sudo apt install mono-complete golang nodejs default-jdk npm
cd xxx
python3 install.py --all
curl permission denied in snap but work in apt
# use snap
sudo snap refresh
sudo snap refresh xxx
snap find xxx
snap list
sudo snap install xxx
sudo snap remove xxx
# Install ziranma
sudo apt install fcitx-bin
sudo apt-get install fcitx-table-ziranma
# restart
# setting -> Region & Language -> Manage Installed Languagea -> Keyboard input method system -> choose fcitx -> install/Remove Languages -> Chinese
# restart
# Fcitx configuration -> Input Method -> + and search for Ziranma
nohup typora . >/dev/null 2>&1 &