https://github.com/zchfvy/config
My Dotfiles and other configuration
https://github.com/zchfvy/config
Last synced: 8 months ago
JSON representation
My Dotfiles and other configuration
- Host: GitHub
- URL: https://github.com/zchfvy/config
- Owner: zchfvy
- Created: 2018-12-02T08:40:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T03:59:58.000Z (over 1 year ago)
- Last Synced: 2025-01-20T04:18:43.392Z (over 1 year ago)
- Language: Shell
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
userChrome.css goes in .mozilla/firefox/[0-9a-z]+.default/chrome/userChrome.css
Installing Omnisharp
=====================
First install Mono
```
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF\necho "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list\nsudo apt update
sudo apt install mono-devel
```
Libuv
```
sudo apt install libuv libuv-dev libuv1-dev
```
Then try to open a .cs file with vim, you will be prompted to install the
omnisharp server.
If you haev issues delete `~/.omnisharp` and reinstall the server to get more
verbose logs.