https://github.com/txchen/devenvsetup
personal environment setting scripts
https://github.com/txchen/devenvsetup
Last synced: about 1 year ago
JSON representation
personal environment setting scripts
- Host: GitHub
- URL: https://github.com/txchen/devenvsetup
- Owner: txchen
- Created: 2013-09-14T19:57:22.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T00:29:50.000Z (over 1 year ago)
- Last Synced: 2025-05-29T14:18:18.266Z (about 1 year ago)
- Language: Shell
- Size: 8.38 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
txchen development environment settings
## Installation
```bash
# install neovim for linux
curl -LO https://github.com/neovim/neovim/releases/download/stable/nvim.appimage
chmod u+x nvim.appimage
sudo mv nvim.appimage /usr/bin/nvim
# configure git, zsh, tmux and vim
mkdir -p ~/code/github
cd ~/code/github
git clone https://github.com/txchen/DevEnvSetup.git
cd DevEnvSetup
./install-configs.sh
# optional: manually install `rg`, `fd`
```
## Keymaps
[Note](https://www.notion.so/txchen/c9879f02774d49c0a22c2db3450107ae)