
lsb_release -a
uname -m
dpkg --print-architecture
lscpu | head -n 12
# OR
neofetch
<aside> ⚠️
AMD64 = x64 = x86_64 = x86-64 [More on PCs] ARM64 = AArch64 = ARMv8-A [More on Macs and Mobile Devices]
</aside>
Copy .bashrc ,.bash_aliases and .XCompose files from the repo and place them in ~
Add Shortcuts & Helpful Commands to Bashrc
# Apply changes immediately without reopening your shell:
source ~/.bashrc
Spanish Accent on TR/EN Keyboard
# Run this command. Changes will take effect after restart.
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/IMModule': <'ibus'>}"
Copy applications files from github repository and place them in .local/share/applications
# Then update desktop entries:
update-desktop-database ~/.local/share/applications/
Copy bin folder and place it in ~/bin
recent (or with Ctrl Alt R shortcut)swapSet shortcuts by executing ~/bin/set-shortcuts.sh
Check Settings → Keyboard → Keyboard Shortcuts → Custom Shortcuts to see if everything set correctly as below:
| Name | Command | Shortcut |
|---|---|---|
| Copyq Clipboard | copyq menu |
Super + v |
| Recent Folders Rofi GUI | recent |
Ctrl + Alt + R |
| Recent Folders Fzf Terminal | recent2 |
Ctrl + Alt + E |
| Screenshot with Flameshot | flameshot gui |
Ctrl + < |
| Emoji | flatpak run --command=smile it.mijorus.smile |
Super + . |
Including KolourPaint, CopyQ Clipboard, Flameshot Screenshot Manager, Xournal Pdf Annotator…