Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.38 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.38 KB

dotfiles

Installation

git clone 'https://[email protected]/snowphone/dotfiles' ~/.dotfiles && \
cd ~/.dotfiles && ./install.sh -d [debian | redhat | darwin] [--java|--latex|--boost|--misc|--typescript]

Note that you may need to enter the password to decrypt the ssh key.

How to Install openssh-server on WSL2

VM-based WSL2 gives us much faster native-filesystem-access-speed, but it also has some drawbacks. One of the drawbacks is an isolated network. Thus, if you want to run ssh server and access from other hosts, you have to run ssh daemon after bootup and also forward ports.

If you don't want to think about it, you just run ./sshd.sh and follow the instructions.

CentOS7 Support:

If you're looking for installing packages on CentOS7 without root privileges, please check out here. It will replace install_packages.py.

MacOS Support

Switching from Https into Ssh

sed -Ei 's|https://(snowphone@)?github.com/snowphone/dotfiles|[email protected]:snowphone/dotfiles|' .git/config

Windows Terminal settings.json and Delugia Font

settings.json Delugia

TODO

  • Debugger integration
  • Cloudflare