Giter VIP home page Giter VIP logo

archlinux's Introduction

ما بعد تثبيت أرش لينكس

تحديث النظام:

sudo pacman -Syu

تثبيت الحزم من المستودعات:

sudo pacman -S --needed - < pkglist.txt

تثبيت الحزم من Aur:

1- تثبيت Paru

git clone https://aur.archlinux.org/paru-bin.git

cd paru-bin

makepkg -si

2- تثبيت باقي الحزم من Aur:

paru -S --needed - < aurlist.txt

تثبيت إضافات جنوم:

Applications Startup Time Measure

Blur my Shell

Dash to Dock for COSMIC

Desktop Icons NG (DING)

Screen word translate

Tray Icons: Reloaded

Night Theme Switcher

Pop Shell

git clone https://github.com/pop-os/shell.git
cd shell
make local-install

إعدادات جنوم

dconf load / < gnome-desktop

إعداد zsh و ohmyzsh:

1- نقل مجلد zsh إلى ~/.config/zsh

mv zsh $HOME/.config

2- تنزيل وتثبيت الخطوط:

wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold.ttf https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Italic.ttf https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf -P ./MesloLGS-NF
sudo mv MesloLGS-NF /usr/share/fonts

4- تغيير مسار zshrc:

echo 'ZDOTDIR="$HOME/.config/zsh"' | sudo tee -a /etc/zsh/zshenv

5- تثبيت ohmyzsh:

git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.config/zsh/ohmyzsh 

6- تثبيت Powerlevel10k و Plugins:

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.config/zsh/ohmyzsh/custom}/themes/powerlevel10k && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.config/zsh/ohmyzsh/custom}/plugins/zsh-syntax-highlighting && git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.config/zsh/ohmyzsh/custom}/plugins/zsh-autosuggestions &&   git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:-${ZSH:-~/.config/zsh/ohmyzsh}/custom}/plugins/zsh-completions &&  git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.config/zsh/ohmyzsh/custom}/plugins/zsh-history-substring-search

5- تعيين zsh كشل افتراضي:

  • بالنسبة للمستخدم الجذر:
sudo -s
chsh -s /bin/zsh root
exit
  • بالنسبة للمستخدم:
chsh -s /bin/zsh $USER

archlinux's People

Contributors

othmahammedi avatar

Watchers

 avatar

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.