ByamB4 / Fresh-Unix-OS

General packages have to add after installed unix based os.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generally this readme contains third party softwares, I highly suggest you start from apt or pacman.

Adding ohmyzsh to zsh

Installing ohmyzsh

  • sudo apt install zsh
  • sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Installing plugins (autosuggestions)

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

Edit ~/.zshrc, also you can find file it from here.

  • plugins=(zsh-autosuggestions)

Adding Arc-dark theme

  • git clone https://github.com/horst3180/arc-theme --depth 1 && cd arc-theme
  • ./autogen.sh --prefix=/usr --with-gnome=3.22
  • sudo make install

Adding Tela-icon

  • git clone https://github.com/vinceliuice/Tela-icon-theme.git
  • ./install.sh -a

Adding peda to gdb

  • git clone https://github.com/longld/peda.git ~/.peda
  • echo "source ~/.peda/peda.py" >> ~/.gdbinit

Installing sublime-text-3 (apt)

  • wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
  • echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
  • sudo apt update
  • sudo apt install sublime-text

Installing winehq-4 (apt)

  • sudo dpkg --add-architecture i386
  • wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
  • sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
  • sudo apt-get update
  • sudo apt-get install --install-recommends winehq-stable

Reverse engineering software

Stegnography software

Web exploitation software

About

General packages have to add after installed unix based os.


Languages

Language:Vim Script 72.3%Language:Shell 23.2%Language:Python 2.2%Language:Dockerfile 2.2%