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())
|
## 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:
|
## Set CRAN mirror:
|
||||||
|
|
|
@ -44,6 +44,14 @@ devices:
|
||||||
password:
|
password:
|
||||||
bitwarden:
|
bitwarden:
|
||||||
key: Veracrypt (ACR)
|
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:
|
music:
|
||||||
type: sshfs
|
type: sshfs
|
||||||
mount:
|
mount:
|
||||||
|
@ -62,14 +70,7 @@ devices:
|
||||||
type: cifs
|
type: cifs
|
||||||
mount:
|
mount:
|
||||||
mountpoint: Roylab
|
mountpoint: Roylab
|
||||||
# sudo: true
|
|
||||||
remote: //ad.gatech.edu/bme/labs/roy-lab
|
remote: //ad.gatech.edu/bme/labs/roy-lab
|
||||||
# options:
|
|
||||||
# username: ndwarshuis3
|
|
||||||
# workgroup: ad
|
|
||||||
# iocharset: utf8
|
|
||||||
# uid: 1000
|
|
||||||
# gid: 1000
|
|
||||||
password:
|
password:
|
||||||
libsecret:
|
libsecret:
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -79,7 +80,6 @@ devices:
|
||||||
type: cifs
|
type: cifs
|
||||||
mount:
|
mount:
|
||||||
mountpoint: MC3M
|
mountpoint: MC3M
|
||||||
sudo: true
|
|
||||||
remote: //ad.gatech.edu/bme/labs/mc3m
|
remote: //ad.gatech.edu/bme/labs/mc3m
|
||||||
password:
|
password:
|
||||||
libsecret:
|
libsecret:
|
||||||
|
|
Loading…
Reference in New Issue