Merge branch 'master' of ssh://gitlab.tlcnet.info:227/tracey/shell-scripts
This commit is contained in:
commit
79fb84855c
3 changed files with 12 additions and 5 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
# ZSH and Bash config files for personal use
|
# ZSH Bash and other config files for personal use
|
||||||
|
# File processing scripts to archive financial files from previous year
|
||||||
## TODO
|
## TODO
|
||||||
- Add .vimrc
|
None
|
||||||
- Add to .vimrc command to map <F3> such that it can switch between paste and nopaste modes:
|
|
||||||
`set pastetoggle=<F3>`
|
|
||||||
|
|
@ -6,4 +6,4 @@ set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
" On pressing tab, insert 4 spaces
|
" On pressing tab, insert 4 spaces
|
||||||
set expandtab
|
set expandtab
|
||||||
set pastetoggle=<F3>
|
set pastetoggle=<F3> #To switch between paste and nopaste modes
|
||||||
8
home_zsh/README.md
Normal file
8
home_zsh/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# zsh setup
|
||||||
|
|
||||||
|
Copy the zpreztorc here:
|
||||||
|
|
||||||
|
```zsh
|
||||||
|
❯ ll ~/.zpreztorc
|
||||||
|
lrwxrwxrwx 1 tracey tracey 39 May 20 12:01 /home/tracey/.zpreztorc -> /home/tracey/.zprezto/runcoms/zpreztorc
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue