/dotfiles-for-linux

💻 dotfiles and 🚀 more (ElementaryOS).

Primary LanguageShellMIT LicenseMIT

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