hamburgerghini1 / cyberpunk-i3-arch

i3 rice Inspired by Cyberpunk 2077

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

main-logo

i3 rice Inspired by Cyberpunk 2077


😍 Full set up

Full tutorial (how to setup this): https://youtu.be/K3udjkay6-A


πŸ™†β€β™‚ Installing dependecies

cd cyberpunk-i3-arch
sudo bash install.sh

If you get any errors in this auto installation script then please go through the manual way (See Down, I explained how to install every package clearly)

πŸ‘ˆ Dependencies
i3
sudo apt install i3
polybar
echo -e "\n\e[40mInstalling polybar...\n"
sudo apt-get install cmake cmake-data libcairo2-dev libxcb1-dev libxcb-ewmh-dev libxcb-icccm4-dev libxcb-image0-dev libxcb-randr0-dev libxcb-util0-dev libxcb-xkb-dev pkg-config python-xcbgen xcb-proto libxcb-xrm-dev i3-wm libasound2-dev libmpdclient-dev libiw-dev libcurl4-openssl-dev libpulse-dev libxcb-composite0-dev xcb libxcb-ewmh2
git clone https://github.com/jaagr/polybar.git
cd polybar && ./build.sh
sudo apt install polybar
install -Dm644 /usr/share/doc/polybar/config $HOME/.config/polybar/config
zsh
sudo apt install zsh
chsh -s $(which zsh)
oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

chsh -s $(which zsh)

Any errors?

mate-terminal
sudo apt install mate-terminal
imagemagick
sudo apt install imagemagick
compton
sudo apt install compton
feh
sudo apt install feh
ffmpeg
sudo apt install ffmpeg
neofetch
sudo apt install neofetch
brave-browser
sudo apt install apt-transport-https curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list

sudo apt update

sudo apt install brave-browser
w3m
sudo apt install w3m
i3-gaps
sudo apt  install i3-gaps 
ranger
sudo apt install ranger 
rofi
sudo apt install rofi 
wallset
git clone https://github.com/terroo/wallset
cd wallset
sudo bash install.sh

The installer says that a package is not installed, but are you sure it is?

sudo ./install.sh --force
term-clock
git clone https://github.com/Souravgoswami/term-clock
cd term-clock

You can run this clock by ruby term-clock.rb

polybar-themes
git clone --depth=1 https://github.com/adi1090x/polybar-themes.git
cd polybar-themes
chmod +x setup.sh
./setup.sh
Ok now choose option 1 that's all
πŸ‘ˆ Modifications
Mate-terminal

Go to profile preferences and change these things (in mate-terminal) πŸ™‚

  • General

    • Font: Monospace Regular
    • Font Size: 9
    • Uncheck [Show menubar by default in new terminals]
  • Colors

    • Foreground, Background, Bold and Underline
      • Build-in schemes: Custom
      • Text color: #E30A7D
      • Bold color: #F809B7
      • Background color: #020429
    • Palette
      • Build-in schemes: Solarized
  • Background

    • Tansparent Background : set 68% transparency
  • Scrolling

    • Scrollbar is: disabled

About

i3 rice Inspired by Cyberpunk 2077

License:MIT License


Languages

Language:Shell 93.8%Language:Python 3.7%Language:Vim Script 2.5%