https://github.com/monodyle/dotfiles
My ubuntu config
https://github.com/monodyle/dotfiles
Last synced: 7 months ago
JSON representation
My ubuntu config
- Host: GitHub
- URL: https://github.com/monodyle/dotfiles
- Owner: monodyle
- Created: 2021-03-14T14:37:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T11:07:48.000Z (about 1 year ago)
- Last Synced: 2024-10-31T12:19:50.415Z (about 1 year ago)
- Language: Shell
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduce
Hello, this is my small ubuntu config. Just to archived.
### Install packages
```bash
sudo apt install git tmux neovim fish batcat curl net-tools nodejs npm gnome-tweak-tool
```
**Oh My Fish**
```bash
curl -L https://get.oh-my.fish | fish
```
**Tmux Plugin Manager**
```bash
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
```
**ibus Bamboo**
```
sudo add-apt-repository ppa:bamboo-engine/ibus-bamboo
sudo apt-get install ibus-bamboo
ibus restart
```
**Gnome Extensions**
References: https://extensions.gnome.org/
- [Dash to Panel](https://extensions.gnome.org/extension/1160/dash-to-panel/)
- [Desktop Icons](https://extensions.gnome.org/extension/1465/desktop-icons/)
**Tweak Tools**