mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 03:19:28 +00:00
Updates
This commit is contained in:
parent
39c2624efa
commit
63eeb3e564
3 changed files with 17 additions and 15 deletions
|
|
@ -11,7 +11,8 @@ sudo nala install -y xorg xbacklight xvkbd xinput xorg-dev brightnessctl
|
|||
sudo nala install -y python3-pip
|
||||
|
||||
# npm
|
||||
#sudo nala install -y npm
|
||||
sudo nala install -y npm
|
||||
|
||||
# Java
|
||||
#sudo nala install default-jdk
|
||||
|
||||
|
|
@ -89,17 +90,10 @@ sudo nala install -y gnome-disk-utility bleachbit
|
|||
|
||||
|
||||
# Neovim Build prerequisites
|
||||
sudo nala install -y ninja-build gettext cmake curl
|
||||
|
||||
# Install Neovim
|
||||
git clone https://github.com/neovim/neovim
|
||||
cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
git checkout stable
|
||||
cd build && cpack -G DEB && sudo dpkg -i nvim-linux64.deb
|
||||
|
||||
sudo nala install -y ninja-build gettext cmake curl python3.11-venv
|
||||
|
||||
# Required packages for i3-gaps installation
|
||||
sudo nala install -y meson dh-autoreconf libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev xcb libxcb1-dev libxcb-icccm4-dev libyajl-dev libev-dev libxcb-xkb-dev libxcb-cursor-dev libxkbcommon-dev libxcb-xinerama0-dev libxkbcommon-x11-dev libstartup-notification0-dev libxcb-randr0-dev libxcb-xrm0 libxcb-xrm-dev libxcb-shape0 libxcb-shape0-dev i3status
|
||||
sudo nala install -y meson dh-autoreconf libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev xcb libxcb1-dev libxcb-icccm4-dev libyajl-dev libev-dev libxcb-xkb-dev libxcb-cursor-dev libxkbcommon-dev libxcb-xinerama0-dev libxkbcommon-x11-dev libstartup-notification0-dev libxcb-randr0-dev libxcb-xrm0 libxcb-xrm-dev libxcb-shape0 libxcb-shape0-dev i3status cmake
|
||||
|
||||
# Brave-Browser
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,12 @@
|
|||
# Update User Directories (Documents,Downloads,...)
|
||||
xdg-user-dirs-update
|
||||
|
||||
# Install Neovim
|
||||
git clone https://github.com/neovim/neovim
|
||||
cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
git checkout stable
|
||||
cd build && cpack -G DEB && sudo dpkg -i nvim-linux64.deb
|
||||
|
||||
# Installing i3 gaps
|
||||
cd
|
||||
cd Downloads
|
||||
|
|
|
|||
|
|
@ -15,3 +15,5 @@ Icon=utilities-terminal
|
|||
MimeTypes=inode/directory;
|
||||
Exec=alacritty --working-directory %f
|
||||
Name=Default profile" > ~/.local/share/file-manager/actions/terminal.desktop
|
||||
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue