Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuongndc9/dotfiles-for-linux
💻 dotfiles and 🚀 more (ElementaryOS).
https://github.com/cuongndc9/dotfiles-for-linux
103cuong dotfiles dotfiles-install elementary-os hacktoberfest linux ubuntu zsh
Last synced: 2 months ago
JSON representation
💻 dotfiles and 🚀 more (ElementaryOS).
- Host: GitHub
- URL: https://github.com/cuongndc9/dotfiles-for-linux
- Owner: cuongndc9
- License: mit
- Created: 2018-10-31T05:20:08.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T03:24:00.000Z (9 months ago)
- Last Synced: 2024-10-23T23:15:33.489Z (3 months ago)
- Topics: 103cuong, dotfiles, dotfiles-install, elementary-os, hacktoberfest, linux, ubuntu, zsh
- Language: Shell
- Homepage:
- Size: 8.45 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
> 💻 dotfiles and 🚀 more (ElementaryOS).
### 🧰 general installation
```sh
yes | /bin/bash -c "$(curl -sSL https://raw.githubusercontent.com/cuongndc/dotfiles-for-linux/main/install.sh)"
```### ⚙️ ibus-unikey
```sh
ibus-daemon -drx
sudo apt install -y ibus-unikey
ibus restart
ibus-setup
gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'us'), ('ibus', 'Unikey')]"
```Add **ibus-daemon -drx** to **startup**
### 🔑 generating a new SSH key
```sh
ssh-keygen -t rsa -b 4096 -C "[email protected]"
cat ~/.ssh/id_rsa.pub
```### 💅 other
- [night-owl-pantheon](https://github.com/harrytran103/night-owl-pantheon) - 🌌🦉Night Owl theme for Pantheon terminal.
- [dracula-pantheon](https://github.com/harrytran103/dracula-pantheon) - 🧛🏻♂️ Dark theme for Pantheon terminal.
- [mediumship](https://github.com/swapagarwal/mediumship) - 📚 Read all Medium stories for free!
- [golangci-lint](https://golangci-lint.run/usage/integrations/)
- [protoc](http://google.github.io/proto-lens/installing-protoc.html)
- [Telegram](https://desktop.telegram.org/)
- [Dockstation](https://dockstation.io/)
- [BloomRPC](https://github.com/uw-labs/bloomrpc)## 🔖 license
MIT