Move some stuff from $D to $HOME

This commit is contained in:
Phantop 2020-11-14 22:13:01 -05:00
parent 330ba7117b
commit fcc62310a2
4 changed files with 10 additions and 5 deletions

View File

@ -1,6 +1,6 @@
test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD || set -gx D ~
set fish_user_paths ~/.local/bin $D/Installs/bin /usr/lib/ccache/bin
set fish_user_paths ~/.local/bin /usr/lib/ccache/bin
set fish_function_path $fish_function_path $D/Games/Minecraft/functions
export EDITOR=nvim PAGER=most

View File

@ -1,2 +1,2 @@
#!/bin/sh
tmux new -s 0 -d 'cd $D/Installs/invidious; git pull; docker-compose up --build'
tmux new -s 0 -d 'cd ~/.invidious; git pull; docker-compose up --build'

7
.setup
View File

@ -4,7 +4,7 @@ sudo eopkg it -c system.devel
sudo eopkg rm celluloid gnome-mpv gnome-terminal hexchat libreoffice-common mate-terminal nautilus onboard rhythmbox
desktop="bleachbit caja devilspie2 engrampa goverlay keepassx kitty libstrangle mpv qutebrowser rofi"
dev="git-extras jq neovim pip solbuild-config-local-unstable"
dev="git-extras jq neovim pip solbuild-config-local-unstable tor"
multimedia="audacity feh gmic-gimp libva-utils mpv quodlibet spek viewnior zathura-poppler"
terminal="advancecomp aria2 autojump busybox fd fish innoextract most ncdu p7zip ripgrep speedtest-cli stow tmux"
sudo eopkg it $desktop $terminal
@ -33,3 +33,8 @@ tracker=tracker-store tracker-mine-fs tracker-miner-rss tracker-extra tracker-mi
systemctl --user mask $tracker
sudo systemctl mask $tracker
tracker reset --hard
sudo systemctl enable tor
git clone https://github.com/Phantop/solus-stuff ~/.solus
git clone https://github.com/iv-org/invidious ~/.invidious
git clone https://github.com/Phantop/phantop.github.io ~/.site

View File

@ -1,5 +1,5 @@
#!/usr/bin/fish
for i in Documents Downloads Music Pictures Videos
for i in Documents Music Pictures Videos
rmdir ~/$i
ln -s $D/$i ~/$i
end
@ -12,7 +12,7 @@ for i in '# This file is written by xdg-user-dirs-update
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/"
XDG_DOWNLOAD_DIR="/mnt/LocalDiskD/Downloads"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_DOCUMENTS_DIR="/mnt/LocalDiskD/Documents"
XDG_MUSIC_DIR="/mnt/LocalDiskD/Music"
XDG_PICTURES_DIR="/mnt/LocalDiskD/Pictures"