mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 09:40:10 -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 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=$(cat /etc/lsb-release | grep DISTRIB_ID | cut -c 12-30)
|
||||
|
||||
|
|
|
@ -4,10 +4,12 @@ cockpit
|
|||
dkms
|
||||
exfat-fuse
|
||||
exfat-utils
|
||||
fuse
|
||||
guake
|
||||
htop
|
||||
libpam-google-authenticator
|
||||
ncdu
|
||||
nemo
|
||||
powershell
|
||||
xrdp
|
||||
xserver-xorg-input-all
|
||||
|
@ -72,4 +74,4 @@ xlog
|
|||
|
||||
#Themes
|
||||
arc-theme
|
||||
gnome-icon-theme
|
||||
gnome-icon-theme
|
||||
|
|
Loading…
Reference in a new issue