lsb_release -a
uname -m
dpkg --print-architecture
lscpu | head -n 12
inxi -S && echo " Session: $XDG_SESSION_TYPE"
neofetch
<aside> ⚠️
AMD64 = x64 = x86_64 = x86-64 [More on PCs] ARM64 = AArch64 = ARMv8-A [More on Macs and Mobile Devices]
</aside>
Including KolourPaint, CopyQ Clipboard, Flameshot Screenshot Manager, Xournal Pdf Annotator…
git config --global user.name Süleyman
git config --global user.email [email protected]
git config --global fetch.prune true
git config --global alias.l "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --all"
cd ~/.ssh && ssh-keygen
cat id_ed25519.pub | xclip -selection clipboard
# Paste it here in new ssh auth keys: **<https://github.com/settings/keys**>
Follow the steps below.
https://docs.docker.com/engine/install/ubuntu/
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 EN/TR… 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 | /bin/sh -c '/usr/bin/flameshot gui’ |
Ctrl + < |
| Emoji | flatpak run --command=smile it.mijorus.smile |
Super + . |