Compare commits
No commits in common. "ca328e90e039b25bca73fa76cec83867ba73e7dc" and "e86374973a44bf211e726f7291c0191a16c932ad" have entirely different histories.
ca328e90e0
...
e86374973a
3 changed files with 2 additions and 4 deletions
|
@ -165,6 +165,5 @@
|
|||
"markdown-pdf.displayHeaderFooter": false,
|
||||
"markdown-pdf.margin.bottom": "1.5cm",
|
||||
"markdown-pdf.margin.left": "2cm",
|
||||
"markdown-pdf.margin.right": "1.5cm",
|
||||
"yaml.format.printWidth": 110
|
||||
"markdown-pdf.margin.right": "1.5cm"
|
||||
}
|
|
@ -44,6 +44,7 @@
|
|||
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,8 +100,6 @@ 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