Video: My Home Folder Setup (and Disk Manager)

Topics relating to MX Docs and MX Videos
Post Reply
Message
Author
User avatar
dolphin_oracle
Developer
Posts: 20012
Joined: Sun Dec 16, 2007 1:17 pm

Video: My Home Folder Setup (and Disk Manager)

#1 Post by dolphin_oracle »

http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
richb
Administrator
Posts: 10343
Joined: Wed Jul 12, 2006 2:17 pm

Re: Video: My Home Folder Setup (and Disk Manager)

#2 Post by richb »

I implemented the home folders to symlinks to my data partition based on a previous video where you mentioned it. Did it manually. Great tip.
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
Gaer Boy
Posts: 859
Joined: Sat Jun 06, 2009 6:06 am

Re: Video: My Home Folder Setup (and Disk Manager)

#3 Post by Gaer Boy »

Another good video, D_O, and that's a great script. I use almost exactly the same symlinked data system and setting it up on each new install takes me longer than your whole video.

Not any more! I will adapt that script straight away.

Phil

Gigabyte B550I Aorus Pro AX, Ryzen 5 5600G, 16GB, 250GB Samsung SSD (GPT), 2x1TB HDD (MBR), MX-21-AHS
Lenovo Thinkpad X220, dual-core i5, 4MB, 120GB Samsung SSD (GPT), MX-21

User avatar
asqwerth
Developer
Posts: 7231
Joined: Sun May 27, 2007 5:37 am

Re: Video: My Home Folder Setup (and Disk Manager)

#4 Post by asqwerth »

Great video, D_O.

Would it be possible to post the whole text of your script with all the various options?

I probably won't use the symlink method since I automount my Data partition and directly download/save stuff to its folders from all my distros. But the other commands you have in your script look intriguing.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
dolphin_oracle
Developer
Posts: 20012
Joined: Sun Dec 16, 2007 1:17 pm

Re: Video: My Home Folder Setup (and Disk Manager)

#5 Post by dolphin_oracle »

I am away from pc at the moment but I'll send up the script later.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
dolphin_oracle
Developer
Posts: 20012
Joined: Sun Dec 16, 2007 1:17 pm

Re: Video: My Home Folder Setup (and Disk Manager)

#6 Post by dolphin_oracle »

here's the script

Code: Select all

#!/bin/bash
#copy to home folder, make executable

cd ~
rm -d Pictures
rm -d Downloads
rm -d Documents
rm -d Music
rm -d Videos
ln -s /media/datapart/Pictures /home/dolphin/Pictures
ln -s /media/datapart/Downloads /home/dolphin/Downloads
ln -s /media/datapart/Documents /home/dolphin/Documents
ln -s /media/datapart/wip /home/dolphin/wip
ln -s /media/datapart/Music /home/dolphin/Music
ln -s /media/datapart/Videos /home/dolphin/Videos
ln -s /media/datapart/Dropbox /home/dolphin/Dropbox
ln -s /media/datapart/virtual_box_files /home/dolphin/VirtualBox\ VMs

#setup fancy prompts
# fancy prompts - add
#source /usr/local/bin/fancy-prompts.bash
#prompt-fancy
## to ~/.bashrc
#use prompt-usage for more options

echo "#fancy-prompts" >>~/.bashrc
echo "source /usr/local/bin/fancy-prompts.bash" >>~/.bashrc
echo "prompt-fancy" >>~/.bashrc

#set compositor to on in MX/XFCE
xfconf-query -c xfwm4 -p /general/use_compositing -s true

#other info
#these are not commands, but notes I keep for easy setup
 
#fstab line for ntfs-3g device - use disk manager
#uid=1000,gid=users,dmask=002,fmask=113,auto,comment=x-gvfs-show,locale=en_US.UTF-8

#option of intel wireless LED light to stop blinking
#place option line in /etc/modprobe.d/intel-wifi.conf 
#options iwlwifi led_mode=1

#commandline for dropdown terminal - put in the Keyboard Shortucts area
#dropdown terminal - xfce4-terminal --hide-menubar --hide-borders --drop-down

I have some commented notes in there as well, like for the fstab options line for my datapartition and the option for the intel wireless led to stop blinking constantly. Those aren't commands, just options I keep so everything I need for setup stays together.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
asqwerth
Developer
Posts: 7231
Joined: Sun May 27, 2007 5:37 am

Re: Video: My Home Folder Setup (and Disk Manager)

#7 Post by asqwerth »

Thank you very much!

New things to try out......
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
Adrian
Developer
Posts: 8267
Joined: Wed Jul 12, 2006 1:42 am

Re: Video: My Home Folder Setup (and Disk Manager)

#8 Post by Adrian »

I have a very similar approach, the only difference is that I don't use a NTFS partition (not really a Windows user) also I have much of my stuff in Dropbox so I have a bunch of symlinks from there.

Post Reply

Return to “Documentation and videos”