ENH update rofi devs and rprofile
This commit is contained in:
parent
dc026a6508
commit
79bd2e5b09
|
@ -1,5 +1,11 @@
|
|||
.First <- function() {
|
||||
## .First <- function() {
|
||||
## message("R is the best\n","working directory is:", getwd())
|
||||
## }
|
||||
|
||||
## TODO make this find .Rprofiles in parent directories
|
||||
if ( ".Rprofile" %in% list.files(all.files = TRUE) ) {
|
||||
message("Sourcing local .Rprofile")
|
||||
source(".Rprofile")
|
||||
}
|
||||
|
||||
## Set CRAN mirror:
|
||||
|
|
|
@ -44,6 +44,14 @@ devices:
|
|||
password:
|
||||
bitwarden:
|
||||
key: Veracrypt (ACR)
|
||||
call_logs2:
|
||||
type: veracrypt
|
||||
mount:
|
||||
mountpoint: call-logs2
|
||||
volume: /mnt/data/Documents/personal_records/call_logs_bigger
|
||||
password:
|
||||
bitwarden:
|
||||
key: Veracrypt (ACR 2)
|
||||
music:
|
||||
type: sshfs
|
||||
mount:
|
||||
|
@ -62,14 +70,7 @@ devices:
|
|||
type: cifs
|
||||
mount:
|
||||
mountpoint: Roylab
|
||||
# sudo: true
|
||||
remote: //ad.gatech.edu/bme/labs/roy-lab
|
||||
# options:
|
||||
# username: ndwarshuis3
|
||||
# workgroup: ad
|
||||
# iocharset: utf8
|
||||
# uid: 1000
|
||||
# gid: 1000
|
||||
password:
|
||||
libsecret:
|
||||
attributes:
|
||||
|
@ -79,7 +80,6 @@ devices:
|
|||
type: cifs
|
||||
mount:
|
||||
mountpoint: MC3M
|
||||
sudo: true
|
||||
remote: //ad.gatech.edu/bme/labs/mc3m
|
||||
password:
|
||||
libsecret:
|
||||
|
|
Loading…
Reference in New Issue