Giter Site home page Giter Site logo

endeavouros-snippets's Introduction

EndeavourOS-Snippets

Opinionated guide to facilitate the configuration of EndeavourOS.

Update

sudo pacman -Syu
yay -Syu

Install packages

sudo pacman -S chromium firefox code bitwarden docker docker-compose cups cups-pdf gimp inkscape telegram-desktop spotify-launcher flameshot audacity htop btop net-tools traceroute speedtest-cli git git-lfs openssh curl wget partitionmanager kdeplasma-addons simple-scan patch noto-fonts-emoji
yay -S microsoft-edge-stable-bin skypeforlinux-stable-bin authy onlyoffice-bin ulauncher cpufetch gpufetch-git zsh-theme-powerlevel10k-git ttf-meslo-nerd-font-powerlevel10k epson-inkjet-printer-escpr epsonscan2 epson-inkjet-printer-escpr2

Uninstall unnecessary packages

sudo pacman -R networkmanager-openvpn openvpn

GIT configuration

git config --global user.name "Giorgio Reale" ; git config --global user.email "#####EMAIL#####" ; git config --global pull.rebase true ; git config --global init.defaultBranch main ; git config --global core.editor nano
mkdir -p .ssh ; cd .ssh ; ssh-keygen -t ed25519 -f github -C github ; ssh-keygen -t ed25519 -f gitlab -C gitlab

Add github.pub to https://github.com/settings/keys

Add gitlab.pub to https://gitlab.com/-/profile/keys

Add this to .ssh/config:

# GitHub.com
Host github.com
    PreferredAuthentications publickey
    IdentityFile ~/.ssh/github

# GitLab.com
Host gitlab.com
    PreferredAuthentications publickey
    IdentityFile ~/.ssh/gitlab

Docker configuration

sudo systemctl enable docker.service
sudo systemctl start docker.service

CODE - OSS configuration

Installing packages

Launch VS Code Quick Open (Ctrl+P), for each extension paste the corresponding command and press enter:

  • Atom Keymap
    ext install ms-vscode.atom-keybindings
  • Markdown Preview Github Styling
    ext install bierner.markdown-preview-github-styles
  • Material Icon Theme
    ext install PKief.material-icon-theme
  • Material Product Icons
    ext install PKief.material-product-icons
  • Material Theme
    ext install Equinusocio.vsc-material-theme
  • PHP Intelephense
    ext install bmewburn.vscode-intelephense-client

Apply settings

Open settings (JSON)

{
    "atomKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.formatOnPaste": false,
    "editor.cursorBlinking": "smooth",
    "editor.fontFamily": "Fira Code",
    "editor.fontSize": 14,
    "editor.fontWeight": "400",
    "editor.fontLigatures": true,
    "editor.letterSpacing": 0,
    "editor.lineHeight": 0,
    "editor.dragAndDrop": false,
    "editor.mouseWheelZoom": true,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.tree.indent": 15,
    "workbench.productIconTheme": "material-product-icons",
    "workbench.settings.editor": "json",
    "workbench.colorTheme": "Material Theme Darker",
}

Powerlevel10k configuration

Add the following lines to .zshrc

HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000

source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
  • Open Konsole
  • Go to Settings
  • Go to Manage Profiles...
  • Go to New
  • Set as Default profile
  • Set this Command: /bin/zsh
  • Go to Appearance
  • Set this Font: MesloLGS NF
  • Go to Edit
  • Set this Background: #000000

Bluetooth

Start bluetooth for the session, will stay disabled after reboot:

sudo systemctl start bluetooth

Enable bluetooth per default, will run after every boot:

sudo systemctl enable bluetooth

Ulauncher theme

Install GiorgioReale/Ulauncher-Essential-Dark-Theme

mkdir -p ~/.config/ulauncher/user-themes
git clone https://github.com/GiorgioReale/Ulauncher-Essential-Dark-Theme.git \
  ~/.config/ulauncher/user-themes/Essential-Dark-Theme

DuckDuckGo settings

Go to this page: https://duckduckgo.com/settings#theme

bin smirk mound weary

Update (again) (and again)

sudo pacman -Syu
yay -Syu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.