mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
Set default file manager to Nemo.
This commit is contained in:
parent
bf69585d23
commit
243041fcb9
2 changed files with 6 additions and 1 deletions
|
@ -44,6 +44,9 @@ codium --install-extension ms-vscode.powershell --user-data-dir=~/.vscode-oss
|
||||||
codium --install-extension rebornix.ruby --user-data-dir=~/.vscode-oss
|
codium --install-extension rebornix.ruby --user-data-dir=~/.vscode-oss
|
||||||
codium --install-extension zignd.html-css-class-completion --user-data-dir=~/.vscode-oss
|
codium --install-extension zignd.html-css-class-completion --user-data-dir=~/.vscode-oss
|
||||||
|
|
||||||
|
#Make Nemo the defualt file manager
|
||||||
|
xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search
|
||||||
|
|
||||||
#Distro-specific stuff
|
#Distro-specific stuff
|
||||||
DISTRO=$(cat /etc/lsb-release | grep DISTRIB_ID | cut -c 12-30)
|
DISTRO=$(cat /etc/lsb-release | grep DISTRIB_ID | cut -c 12-30)
|
||||||
|
|
||||||
|
|
|
@ -4,10 +4,12 @@ cockpit
|
||||||
dkms
|
dkms
|
||||||
exfat-fuse
|
exfat-fuse
|
||||||
exfat-utils
|
exfat-utils
|
||||||
|
fuse
|
||||||
guake
|
guake
|
||||||
htop
|
htop
|
||||||
libpam-google-authenticator
|
libpam-google-authenticator
|
||||||
ncdu
|
ncdu
|
||||||
|
nemo
|
||||||
powershell
|
powershell
|
||||||
xrdp
|
xrdp
|
||||||
xserver-xorg-input-all
|
xserver-xorg-input-all
|
||||||
|
@ -72,4 +74,4 @@ xlog
|
||||||
|
|
||||||
#Themes
|
#Themes
|
||||||
arc-theme
|
arc-theme
|
||||||
gnome-icon-theme
|
gnome-icon-theme
|
||||||
|
|
Loading…
Reference in a new issue