Skip to content

Instantly share code, notes, and snippets.

NeoBundleFetch 'Shougo/neobundle.vim'
NeoBundle 'Shougo/Unite.vim'
NeoBundle 'Shougo/vimproc.vim', {
NeoBundle 'davidhalter/jedi-vim'
NeoBundle 'klen/python-mode'
NeoBundle 'tpope/vim-surround'
"Utility NeoBundles
NeoBundle 'tpope/vim-sensible'
NeoBundle 'airblade/vim-gitgutter'
NeoBundle 'scrooloose/nerdtree'
"Plugin 'gmarik/Vundle.vim'
" Keep Plugin commands between vundle#begin/end.
"Plugin 'davidhalter/jedi-vim'
"Plugin 'klen/python-mode'
"Plugin 'tpope/vim-surround'
"Utility "Plugins
"Plugin 'tpope/vim-sensible'
"Plugin 'airblade/vim-gitgutter'
"Plugin 'scrooloose/nerdtree'
"Plugin 'tpope/vim-fugitive'
title Arch Linux
linux /vmlinuz-linux
initrd /initramfs-linux.img
options cryptdevice=PARTUUID=27c41406-6c93-4cc0-a616-72a4aec991ad:root root=/dev/mapper/root rootflags=subvol=__active/rootvol rw
title Arch Linux - Systemd
linux /vmlinuz-linux
initrd /initramfs-linux-systemd.img
options rd.luks.uuid=e7406d5b-8369-4d97-ad58-18fa4fbe42f5 root=UUID=436175b0-0d4b-4d23-bc0a-311032992de6 rootflags=subvol=__active/rootvol rw
NAME FSTYPE LABEL UUID MOUNTPOINT
sda
├─sda1 vfat D29A-8113 /boot
└─sda2 crypto_LUKS e7406d5b-8369-4d97-ad58-18fa4fbe42f5
└─root btrfs 436176b0-0d4b-4d23-bc0a-311032992de6 /home
@K-orne
K-orne / -
Created July 1, 2015 11:52
mount | grep /dev/
/dev/mapper/root on / type btrfs (rw,noatime,ssd,discard,space_cache,autodefrag)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
/dev/sda1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/mapper/root on /.snapshots type btrfs (rw,noatime,ssd,discard,space_cache,autodefrag)
/dev/mapper/root on /home type btrfs (rw,noatime,ssd,discard,space_cache,autodefrag)
@K-orne
K-orne / -
Created July 1, 2015 11:53
findmnt
TARGET SOURCE FSTYPE OPTIONS PARTUUID UUID
/ /dev/mapper/root[/__active/rootvol] btrfs rw,noatime,ssd,discard,space_cache,autodefrag 436176b0-0d4b-4d23-bc0a-311032992de6
├─/proc proc proc rw,nosuid,nodev,noexec,relatime
│ └─/proc/sys/fs/binfmt_misc systemd-1 autofs rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct
├─/sys sys sysfs rw,nosuid,nodev,
title Arch Linux - Systemd
linux /vmlinuz-linux
initrd /initramfs-linux-systemd.img
options rd.luks.uuid=e7406d5b-8369-4d97-ad58-18fa4fbe42f5 root=UUID=436176b0-0d4b-4d23-bc0a-311032992de6 rootflags=subvol=__active/rootvol rw
dotfiles/awesome:
.
..
.config
dotfiles/conky:
.
..
.conkyrc
#/usr/bin/python3
def func_test1():
print("Function 1")
def func_test2():
print("Function 2")
def func_test3():
print("Function 3")
#/usr/bin/python3
def func_test1():
print("Function 1")
def func_test2():
print("Function 2")
def func_test3():
print("Function 3")