Run bash linux_setup.sh
or bash mac_setup.sh
bash build_scripts/build_borg.sh
/media/shankar/data
with gnome-disksbash build_scripts/build_signal_desktop.sh
bash build_scripts/build_rclone.sh
then follow DriveCreate ~/borg_passphrase.sh
with the following variables
export BORG_PASSPHRASE=<>
export RESTIC_PASSWORD=<>
export B2_ACCOUNT_ID=<>
export B2_ACCOUNT_KEY=<>
borg
is used to push data to rsync.netcat ~/.ssh/id_rsa.pub | ssh <rsync username>@<rsync server> 'dd of=.ssh/authorized_keys oflag=append conv=notrunc'
backup_remote.sh
to interface with the borg repodotfiles/bin/backup_exclude.txt
or add .nobackup
to a directory to ignore itdotfiles/.fonts
by just clicking on themCan install profiles:
bash install_profile.sh <ubuntu or mac or rpi>
Or install standalone items using:
bash install_standalone.sh <vim or tmux or etc>
Profiles: dotfiles/meta/profiles
Configs: dotfiles/meta/configs
The plugin manager tpm
lives inside .tmux/plugins/tpm
.
This manager will automatically clone any other plugins into the appropriate location.
To add a plugin, add the following to the bottom of .tmux.conf
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com/user/plugin'
# set -g @plugin 'git@bitbucket.com/user/plugin'
From within tmux
then just run prefix + r
to reload the configuration file, followed by
prefix + I
(Ctrl-A then Shift I
)
To uninstall a plugin prefix + alt + u
To update plugins prefix + U
Just run :PluginInstall
a few times and be happy
For the time use this %a %b %e %Y %T
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\curl -sSL https://get.rvm.io | bash -s stable --ruby
rvm install ruby-2.3.0-dev
gem install bundler execjs therubyracer
bundle install
bundle update
bundle exec jekyll serve
Create a mount point - sudo mkdir /media/data
Change ownership sudo chown pi:users /media/data
Mount sudo mount /dev/sda /media/data
Edit fstab
UUID=
Get UUID - sudo blkid
Add execute bit recursively sudo chmod u+x -R /media/data
https://github.com/adrianmihalko/raspberrypiwireguard https://github.com/adrianmihalko/raspberrypiwireguard/issues/13
conky --config=/home/shankar/.config/conky/conky_stats.conf
Use gnome-tweaks for gnome or Session and Startup for XFCE