Skip to content

iowi479/dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev

Setup

Clone this repo or use the setup executable

setup git

git config --global credential.helper store
git config --global user.email "<email>"
git config --global user.name "<name>"

Setup auto mounts

Sdd credentials to (replace <...>)

touch ~/.smbcredentials
echo "username=<username>\npassword=<password>" > ~/.smbcredentials
chmod 600 ~/.smbcredentials

and (replace <...>)

mkdir ~/.davfs2/
touch ~/.davfs2/secrets
echo "<Nextcould mountpoint> <username> <password>" > ~/.davfs2/secrets
chmod 600 ~/.davfs2/secrets

The /etc/fstab has to be appended with: (replace <username>)

sudo echo "//truenas.alle-schindlers.de/Daten /media/daten cifs credentials=/home/simon/.smbcredentials,uid=1000,gid=1000,auto,rw 0 0 https://nextcloud.alle-schindlers.de/remote.php/dav/files/<username>/ /media/nextcloud davfs _netdev,rw,auto,user,uid=1000,gid=1000 0 0" > /etc/fstab

For mounting the Steam-Library obtain the drive-uuid: (replace <drive-uuid>)

sudo blkid | grep -i "games"
sudo echo "/dev/disk/by-uuid/<drive-uuid> /media/games ext4 defaults" > /etc/fstab

Finally open Startup Applications and add an entry for the script: ~/.config/mounter/nextcloud.sh

Installing dependencies

use the run script to install dependencies

./run.sh

Configuring the environment

use the dev-env script to copy all configurations

./dev-env

You can also reset the environment using the dev-env script after running it once

dev-env

About

linux dev-setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages