diff --git a/install b/install index 9c66817..a1be232 100755 --- a/install +++ b/install @@ -26,15 +26,15 @@ HOST="$(hostname)" # Directories which should be created DIRECTORIES=( ".local/log" - ".local/share/gnupg/" - ".local/share/vpn/" - "build" + ".local/share/gnupg" + ".local/share/vpn" + "dev/build" + "dev/projects" + "dev/work/opensource" + "dev/work/projects" + "dev/work/tools" "downloads" - "projects" "videos" - "work/opensource" - "work/projects" - "work/tools" ) # Files which should be symlinked in the home folder @@ -278,8 +278,8 @@ done ############################################################################### print_section "Prepare work tools" print_log "Installing dde" -if [ ! -d "${HOME}/work/tools/dde" ]; then - git clone "https://github.com/whatwedo/dde" "${HOME}/work/tools/dde" +if [ ! -d "${HOME}/dev/work/tools/dde" ]; then + git clone "https://github.com/whatwedo/dde" "${HOME}/dev/work/tools/dde" fi diff --git a/system/.config/custom/aliases b/system/.config/custom/aliases index 4753568..dfd02e3 100644 --- a/system/.config/custom/aliases +++ b/system/.config/custom/aliases @@ -25,7 +25,7 @@ alias cat="bat" # Aliases to folders if [ -d "${HOME}/projects" ]; then - alias pj='cd ${HOME}/projects' + alias pj='cd ${HOME}/dev/projects' fi if [ -d "${HOME}/downloads" ]; then @@ -37,7 +37,7 @@ if [ -d "${HOME}/documents" ]; then fi if [ -d "${HOME}/work" ]; then - alias wo='cd ${HOME}/work' + alias wo='cd ${HOME}/dev/work' fi # Alias for opening my code editor diff --git a/system/.config/gtk-3.0/bookmarks b/system/.config/gtk-3.0/bookmarks index be20805..74a9bfc 100644 --- a/system/.config/gtk-3.0/bookmarks +++ b/system/.config/gtk-3.0/bookmarks @@ -3,6 +3,6 @@ file:///home/severin/dotfiles dotfiles file:///home/severin/downloads Downloads file:///home/severin/music Music file:///home/severin/pictures Pictures -file:///home/severin/projects Projects +file:///home/severin/dev/projects Projects file:///home/severin/videos Videos -file:///home/severin/work Work +file:///home/severin/dev/work Work