Compare commits
3 commits
e86374973a
...
ca328e90e0
Author | SHA1 | Date | |
---|---|---|---|
|
ca328e90e0 | ||
|
1f82d8bae3 | ||
|
e0aadfa499 |
3 changed files with 4 additions and 2 deletions
|
@ -165,5 +165,6 @@
|
|||
"markdown-pdf.displayHeaderFooter": false,
|
||||
"markdown-pdf.margin.bottom": "1.5cm",
|
||||
"markdown-pdf.margin.left": "2cm",
|
||||
"markdown-pdf.margin.right": "1.5cm"
|
||||
"markdown-pdf.margin.right": "1.5cm",
|
||||
"yaml.format.printWidth": 110
|
||||
}
|
|
@ -44,7 +44,6 @@
|
|||
PATH=/usr/local/bin:$PATH
|
||||
code --install-extension ms-vscode.cpptools
|
||||
code --install-extension ms-vscode.cmake-tools
|
||||
code --install-extension twxs.cmake
|
||||
|
||||
# VS Code - Python Development Tools
|
||||
- name: Devel - Python - Install python dev packages
|
||||
|
|
|
@ -100,6 +100,8 @@ alias rsync-move="rsync -avz --info=progress2 -h --remove-source-files"
|
|||
alias rsync-update="rsync -avzu --info=progress2 --partial -h"
|
||||
alias rsync-synchronize="rsync -avzu --delete --info=progress2 --partial -h"
|
||||
|
||||
alias ssh-exit="ssh -O exit"
|
||||
|
||||
# stolen from: https://eldritch.cafe/@lexi/103707492979358755
|
||||
alias doch='sudo sh -c "$(fc -n -l -- -1)"'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue