Skip to content

IstiakAR/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Necessary packages

sudo pacman -S ark blueberry bluez btop cava cliphist copyq curl eza fastfetch feh firefox-developer-edition fzf gimp grim gtk3 gtk4 git gwenview i3 i3locks hyprlock hyprland hypridle kitty mpv neovim nm-connection-editor nwg-look picom polybar maim okular rofi stow swaybg swaync swww thunar tree unzip vivaldi vlc waybar wget xautolock yazi zsh zsh-autosuggestions zsh-syntax-highlighting

Python packages

sudo pacman -S python-seaborn python-scikit-learn python-pillow python-pip python-flask python-numpy python-pandas python-requests python-beautifulsoup4

CTF tools

sudo pacman -S binwalk ghidra gnu-netcat pdfcrack python-pwntools rz-cutter pwndbg wireshark-qt

Install yay

cd ~/Downloads
sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

Install pacseek

yay -S pacseek

Install AUR-packages

yay -S hyprshade pokemon-colorscripts-git wtf

zsh & plugins

chsh -s $(which zsh)
sudo usermod -s /usr/bin/zsh $USER

oh-my-zsh

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

[!TIP] Fix Neovim not launching inside thunar

sudo nano /usr/share/applications/nvim.desktop

Make sure this part is inside the file. Delete tryexec.

Exec=kitty -e nvim %F
Terminal=false
Type=Application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published