This my configuration files as managed by dotbot.
Before doing anything initialize/update the submodules
git submodule update --init --recursiveor with older git
git submodule init
git submodule update
cd todo.actions.d
git submodule init
git submodule update
cd -Then run
$ ./install
$ sudo ./install -p dotbot-apt/apt.py -c packages.conf.yaml --verboseRe-running should not do anything.
- Things in
toolsare not run sway-wrapperwhich sets up environment variables for applications to use wayland- gnome-terminal-colors-solarized - run
./gnome-terminal-colors-solarized/set_dark.shand go through the process ./configure-gnome-terminalis not automatically run- Split vpn tunneling
- Copying
sys/etc/ld.so.conf.d/usr-local.confinto/etc/ld.so.conf.d/and runningldconfig. This adds/usr/local/libto yourLD_LIBRARY_PATH. If ldconfig gives a message about/etc/ld.so.confmissing, copy that file over as well.
After running ssh-keygen, the key can be copied to the clipboard using
$ xclip -sel c < ~/.ssh/id_rsa.pubThese instructions are inspired/modified from mantid.
git submodule foreach git fetch -p -t- go into each (updated) submodule and decide whether or not to move what revision to use. This is generally done by either:
git tagto list the tags thengit checkout tagnamegit rebase -v origin/master
git commit <submodule directory names without a trailing slash>