wilvk / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

all my dotfiles (without secrets)

to list all dotfiles in my home path:

find ~ -maxdepth 1 -type file -name ".*"|sort

to copy all home path files into the current path:

cp ~/\.* .

Notes:

When using, replace <REPLACE_EMAIL> with my actual email address.

Copying to home path:

run:

./copy_dotfiles.sh
Action Command
BOL Ctrl-A
EOL Ctrl-E
Forward one word Alt-C
Backward one word Alt-B
Delete to EOL Ctrl-K
Delete to BOL Ctrl-U

Windowing on Linux:

https://support.system76.com/articles/pop-shell

About

My dotfiles


Languages

Language:Shell 91.8%Language:Vim Script 8.2%Language:GDB 0.0%