mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
- Removed `--skip-unresolvable` incorrect option to pkg - Install and setup nvidia drivers during pkg setup - Do NOT install kitty by downloading binary for FreeBSD - Add more packages for installation through pkg in FreeBSD - WIP: Some required packages could not be installed in FreeBSD because they have longer names. Those package names are stored at the end of the package-list-os file for now.
104 lines
1.1 KiB
Plaintext
104 lines
1.1 KiB
Plaintext
# Lines that start with # are ignored
|
|
|
|
# Below few are apt-only packages - non-free sources must be added before this
|
|
apt-transport-https
|
|
build-essential
|
|
libreadline-dev
|
|
libavcodec-extra
|
|
nvidia-driver
|
|
# Below few are dnf-only packages
|
|
akmod-nvidia
|
|
dnf-plugins-core
|
|
libva-nvidia-driver
|
|
xorg-x11-drv-nvidia-cuda
|
|
# Common
|
|
aspnetcore-runtime-8.0
|
|
bash
|
|
bleachbit
|
|
brave-browser
|
|
cmake
|
|
containerd.io
|
|
curl
|
|
docker-buildx-plugin
|
|
docker-ce
|
|
docker-ce-cli
|
|
docker-compose-plugin
|
|
dolphin
|
|
dolphin-plugins
|
|
dotnet-runtime-8.0
|
|
dotnet-sdk-8.0
|
|
evolution-ews
|
|
evolution-mapi
|
|
ffmpeg
|
|
flameshot
|
|
flatpak
|
|
gcc
|
|
gdb
|
|
git
|
|
gnupg
|
|
go
|
|
gparted
|
|
grub-customizer
|
|
htop
|
|
kde-spectacle
|
|
kitty-terminfo
|
|
llvm
|
|
lua5.3
|
|
luajit
|
|
nala
|
|
neovim
|
|
net-tools
|
|
node
|
|
npm
|
|
openssh-client
|
|
python3
|
|
python3-pip
|
|
qbittorrent
|
|
ripgrep
|
|
simplescreenrecorder
|
|
smplayer
|
|
software-properties-common
|
|
solaar
|
|
syncthing
|
|
tmux
|
|
ufw
|
|
ulauncher
|
|
vim
|
|
vlc
|
|
vulkan-tools
|
|
wget
|
|
xclip
|
|
zsh
|
|
|
|
# FreeBSD packages
|
|
bat
|
|
fd-find
|
|
fzf
|
|
firefox-esr
|
|
gitleaks
|
|
jq
|
|
kitty
|
|
lazygit
|
|
libreoffice
|
|
lua54
|
|
podman
|
|
rclone
|
|
sqlite
|
|
tokei
|
|
tree-sitter
|
|
vscode
|
|
yt-dlp
|
|
zoxide
|
|
|
|
# Conflicts on FreeBSD
|
|
ca-certificates
|
|
clang
|
|
code
|
|
dnscrypt-proxy
|
|
extra-cmake-modules
|
|
firefox
|
|
kdeconnect
|
|
lua
|
|
make
|
|
synaptic
|