https://github.com/stephlin/dotfiles
StephLin's dotfiles (unverified)
https://github.com/stephlin/dotfiles
Last synced: 6 months ago
JSON representation
StephLin's dotfiles (unverified)
- Host: GitHub
- URL: https://github.com/stephlin/dotfiles
- Owner: StephLin
- Created: 2021-12-31T10:14:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T04:09:37.000Z (almost 3 years ago)
- Last Synced: 2025-10-08T22:43:20.672Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [StephLin](https://github.com/stephlin)'s dotfiles
A script to setup environment for Ubuntu 18.04.
```bash
git clone https://github.com/stephlin/dotfiles
cd dotfiles && sh ./setup.sh
```
## Standard Packages
### Tools
- wget
- curl
- silversearcher-ag (cli: `ag`)
- fzf
- gdb (with gef)
### Languages
- gcc-7, cmake (>3.20)
- python{2.7, 3.6}-{pip, dev}
- node 16.x, npm
- golang 17.5
### Git
- git
- tig
- git-stats (managed by npm)
### Vim
- vim (>= 8), with several plugins
### Shell
- zsh
- oh-my-zsh, with several plugins
- powerlevel10k
### Tmux
- .tmux (oh my tmux)
- smug (powered by golang)
## Post-Scripts
### Docker-CE and Docker Compose
```bash
sh -e ./install_docker.sh
```
### ROS (Melodic, for Ubuntu 18.04)
```bash
sh -e ./install_ros_melodic.sh
```