summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-05 14:18:08 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-05 14:18:08 -0700
commitb8b9379697d14961964c4afbfad1006ed900316c (patch)
tree7200924ea15e76a6127df2f068122d536bab40b0
parent088e2cb6cd1e4f7f39f74f9b11e2872ffe7bd5ae (diff)
Install plugins and update fstab
-rw-r--r--.config/nvim/init.vim8
-rw-r--r--etc/fstab27
2 files changed, 16 insertions, 19 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index 5dc3882..8ce4f18 100644
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -7,10 +7,10 @@ set showcmd
""---Auto installs vim-plug---""
" let autoload_plug_path='~/.config/nvim/autoload/plug.vim'
" if !filereadable(autoload_plug_path)
-" echo "Downloading junegunn/vim-plug to manage plugins..."
-" silent execute '!curl -fLo ' . autoload_plug_path . ' --create-dirs
-" \ "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"'
-" autocmd VimEnter * PlugInstall
+" echo "Downloading junegunn/vim-plug to manage plugins..."
+" silent execute '!curl -fLo ' . autoload_plug_path . ' --create-dirs
+" \ "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"'
+" autocmd VimEnter * PlugInstall
" endif
" unlet autoload_plug_path
diff --git a/etc/fstab b/etc/fstab
index d27fc65..abe2a50 100644
--- a/etc/fstab
+++ b/etc/fstab
@@ -1,27 +1,24 @@
-# Static information about the filesystems. See fstab(5) for details.
+# Static information about the filesystems.
+# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
+# /dev/sda6
+UUID=a6cc857f-8978-42ad-a59b-15e5106a9ed5 / ext4 rw,relatime 0 1
+
# /dev/sda7
-UUID=946c902c-7252-46e5-a45f-2504e14b923a / ext4 rw,relatime 0 1
+UUID=80268c0a-0e07-44e5-9b7e-e67c909b5f3d /home ext4 rw,relatime 0 2
# /dev/sda5
-UUID=091B-9B6F /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 2
-
-# /dev/sda8
-UUID=835a9368-2084-4e28-b514-ec62abca7433 /home ext4 rw,relatime 0 2
-
-# /dev/sda6
-# UUID=5192ace9-d0f4-4777-b94c-ccf6ae01e8e0 none swap defaults 0 0
-UUID=781e3f0c-cd64-4528-9a67-8211af64e90b none swap defaults 0 0
+UUID=6F52-0E1D /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 2
# /dev/sda4 # Windows partition (main)
-UUID=8A9C4E009C4DE773 /media/Windows ntfs uid=luevano,gid=wheel,dmask=022,fmask=133,nosuid,dev,windows_names,auto 0 2
+UUID=8A9C4E009C4DE773 /media/Windows ntfs uid=luevano,gid=wheel,dmask=0022,fmask=0133,nosuid,dev,windows_names,auto 0 2
# /dev/sdb2 # Storage
-UUID=445A1DB95A1DA8A6 /media/Storage ntfs uid=luevano,gid=wheel,dmask=022,fmask=133,nosuid,dev,windows_names,auto 0 2
+UUID=445A1DB95A1DA8A6 /media/Storage ntfs uid=luevano,gid=wheel,dmask=0022,fmask=0133,nosuid,dev,windows_names,auto 0 2
# /dev/sdc2 # Storage2
-UUID=22F4424EF442247F /media/Storage2 ntfs uid=luevano,gid=wheel,dmask=022,fmask=133,nosuid,dev,windows_names,auto 0 2
+UUID=22F4424EF442247F /media/Storage2 ntfs uid=luevano,gid=wheel,dmask=0022,fmask=0133,nosuid,dev,windows_names,auto 0 2
-# /dev/sde2 # Storage3
-UUID=681C5DE81C5DB234 /media/Storage3 ntfs uid=luevano,gid=wheel,dmask=022,fmask=133,nosuid,dev,windows_names,auto 0 2
+# /dev/sdd2 # Storage3
+UUID=681C5DE81C5DB234 /media/Storage3 ntfs uid=luevano,gid=wheel,dmask=0022,fmask=0133,nosuid,dev,windows_names,auto 0 2