mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-24 20:19:30 +00:00
Updates
This commit is contained in:
parent
39c2624efa
commit
63eeb3e564
3 changed files with 17 additions and 15 deletions
10
2-setup.sh
10
2-setup.sh
|
|
@ -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
|
||||
|
|
@ -17,7 +23,7 @@ sudo ninja install
|
|||
sudo nala install -y libpam0g-dev libxcb-xkb-dev
|
||||
|
||||
# Installing Ly Console Display Manager
|
||||
cd
|
||||
cd
|
||||
cd Downloads
|
||||
git clone --recurse-submodules https://github.com/fairyglade/ly
|
||||
cd ly/
|
||||
|
|
@ -39,4 +45,4 @@ Exec=i3
|
|||
Icon=i3
|
||||
Type=XSession
|
||||
EOF
|
||||
sudo cp ./temp /usr/share/xsessions/i3.desktop;rm ./temp
|
||||
sudo cp ./temp /usr/share/xsessions/i3.desktop;rm ./temp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue