73 lines
2.8 KiB
Plaintext
Executable File
73 lines
2.8 KiB
Plaintext
Executable File
# Author : summer
|
|
#
|
|
# Description : configs readme
|
|
#
|
|
# Revision :
|
|
# Rev. Date Designer Description
|
|
# 1.0 2022 summer Initial version.
|
|
# 1.1 2023-03-17 summer rm unused vimconf file;
|
|
# 1.2 2023-03-20 summer auto insert copyright when
|
|
# create .h or .cc file;
|
|
# rm 'q to quit' in vim
|
|
#
|
|
# 2.0 2023-03-21 summer you can change setting in
|
|
# 'setting'
|
|
# 2.1 2023-03-27 summer vim :Count [string] to
|
|
# count string number;
|
|
# vim theme change
|
|
# 2.2 2023-03-28 summer vim [CTRL]n to toggle
|
|
# comment;
|
|
# vim [SHIFT][TAB] to
|
|
# switch buffer
|
|
# 3.0 2023-03-28 summer use applySetting.sh to
|
|
# auto apply;
|
|
# make this folder hidden;
|
|
#
|
|
#
|
|
|
|
HOW TO USE [auto setup]
|
|
[sh applySetting.sh]
|
|
you can edit username and others in setting
|
|
|
|
HOW TO USE [manual setup]
|
|
move ".summerConfig" to ~/
|
|
source file, if you wanna use zshrc, edit your ~/.zshrc and cover it with "source ~/.summerConfig/zshrc"
|
|
so do 'vimrc', 'bashrc', 'tcshrc' ...
|
|
you can edit username and others in setting
|
|
|
|
----------------- shell -----------------------
|
|
1[zsh]. edit line101 to change symbol(such as bone, flower balabala)
|
|
2[zsh]. CTRL-P to switch shell style(single-line or double-line)
|
|
3[zsh]. CTRL-E to complete command(based on history), CTRL-U/ESC to delete command
|
|
4[zsh]. you can omit 'cd' when wanna enter dir
|
|
eg: /usr/bin
|
|
instead of
|
|
cd /usr/bin
|
|
5. alias :
|
|
l ls
|
|
ll ls -l
|
|
la ls -al
|
|
q exit shell
|
|
count echo file number(folders not included), count -h to help
|
|
node bsub -Is -n 4 -M 6000
|
|
rm find in summerConfig/command/rm
|
|
vi start vim
|
|
python start python3
|
|
p start python3
|
|
atom start atom
|
|
vivado start vivado
|
|
precision start precision
|
|
formality start formality, -h for help
|
|
|
|
|
|
--------------- vimrc -----------------------
|
|
1. \+s save (normal mode)
|
|
2. \+q quit (normal mode)
|
|
3. [space]+e open/close dir-tree
|
|
4. :Count [string] count string number
|
|
5. [CTRL]n toggle comment
|
|
|
|
--------------- crontab ----------------------
|
|
find in ones.eagle.local, EDA Team, crontab Doc
|
|
|