Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1007 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 1007 Bytes

bin

My config and binary files for Windows/Osx/Linux

git clone [email protected]:akrisiun/bin.git  -b debian
git clone https://github.com/akrisiun/bin/ -b debian
ln -s ~/bin/.bashrc ~/.bashrc

git status
git branch
# or  #2

cat ~/.ssh/id_ed25519.pub
https://github.com/settings/ssh/new
git remote rm origin
git remote add origin [email protected]:akrisiun/bin.git
git push -u origin debian

# or  #3
# git remote rm origin 
git remote add origin https://github.com/akrisiun/bin/
git branch --set-upstream-to=origin/wsl wsl

git branch --set-upstream-to=origin/win64 win64

Hello world VIM

curl https://raw.githubusercontent.com/akrisiun/bin/master/.vimrc > ~/.vimrc

ln -s ~/bin/.vimrc ~/.vimrc

" Use :q!   : tells vim to execute command q 
" save: w 
" :help !   : help 
" shift + O : insert mode (im) , exit im - <Esc>
" set im /  : set noim
" Vimrc: clone:
" curl https://raw.githubusercontent.com/wklken/vim-for-server/master/vimrc > ~/.vimrc