Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.2 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.2 KB

dotfiles

💻 dotfiles and 🚀 more (ElementaryOS).

🧰 general installation

yes | /bin/bash -c "$(curl -sSL https://raw.githubusercontent.com/cuongndc/dotfiles-for-linux/main/install.sh)"

⚙️ ibus-unikey

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

ssh-keygen -t rsa -b 4096 -C "cuongndc9@gmail.com"
cat ~/.ssh/id_rsa.pub

💅 other

🔖 license

MIT