How to add my original keyboard shortcuts on Openbox on Arch Linux.
Backup at first and edit
~/.config/openbox/rc.xml
like following:
# vim/vim tags/v8.0.1271 fb094e14c19337de824d4e6710ca6a2617930ab0 | |
./configure \ | |
--with-compiledby="myname <[email protected]>" \ | |
--enable-gui=gtk2 \ | |
--enable-perlinterp=yes \ | |
--enable-pythoninterp=yes \ | |
--enable-python3interp=yes \ | |
--enable-rubyinterp \ | |
--enable-luainterp=yes \ |
Messages maintainer: Bram Moolenaar <[email protected]> | |
[vim-hug-neovim-rpc] failed executing: pythonx import neovim | |
[vim-hug-neovim-rpc] Vim(pythonx):Traceback (most recent call last): | |
[deoplete] [vim-hug-neovim-rpc] requires `:pythonx import neovim` command to work | |
[deoplete] function deoplete#enable[1]..deoplete#initialize[1]..deoplete#init#_initialize[11]..deoplete#init#_cha | |
nnel[10]..yarp#core#notify[1]..yarp#core#wait_channel[5]..yarp#core#jobstart[2]..yarp#pyx#init[13]..yarp#core#ser | |
veraddr[1]..neovim_rpc#serveraddr, line 15 |
[deoplete] function deoplete#enable[1]..deoplete#initialize[1]..deoplete#init#_initialize[11]..deoplete#init#_channel[10]..yarp#core#notify[1]..yarp#core#wait_channel[5]..yarp#core#jobstart[2]..yarp#pyx#init[13]..yarp#core#serveraddr[1]..neovim_rpc#serveraddr, line 15 |
How to add my original keyboard shortcuts on Openbox on Arch Linux.
Backup at first and edit
~/.config/openbox/rc.xml
like following:
set -x | |
# # Preparation | |
# sudo docker run -it quay.io/tatsuya6502/rusti | |
# cd ~/rusti | |
# cargo run | |
# # Ctrl+D to exit | |
# # Ctrl+P, Ctrl+Q to detach | |
CONTAINER_ID=$(sudo docker ps | grep 'quay.io/tatsuya6502/rusti' | head -1 | awk '{print $1}') |
sudo pip uninstall awscli | |
pip install --user awscli | |
export PATH=$HOME/.local/bin:$PATH | |
# You don't have to use Docker now. |
mkdir workspace | |
cd workspace | |
mkdir src | |
mkdir dst | |
mv /some/where/* src | |
cd src | |
md5sum * > md5sum.txt | |
cat md5sum.txt | awk '{printf "%s %03d %s\n", $1, length, $0}' | sort -n | sort -u -k1,1 | cut -d " " -f 5- > left.txt | |
cat left.txt | xargs -i mv "{}" ../dst | |
rm -f * |
sudo pip uninstall awscli | |
pip install --user awscli | |
export PATH=$HOME/.local/bin:$PATH | |
# You don't have to use Docker now. |
# profile name "pn" | |
aws configure --profile pn | |
# Set access key id and secret access key of admin user | |
# Set default region (e.g. us-east-1) | |
# Set default format (e.g. json) | |
BUCKET_NAME=mybucketname | |
cat <<EOS > policydoc.json | |
{ |
yaourt -S visual-studio-code | |
$ code | |
Vimプラグインと,Go richなんたらプラグインをインストールして再起動 | |
Alt+F > Preferences > User Settings > Go configuration | |
- { | |
- } |