- Clone
dotfiles
to~/gitRepos
- Softlink
add2dotf
andsymlndotf
to.local/bin
- Install
antibody
(either through AUR or command line) - Remove
oh-my-zsh
's.zshrc
symlndotf
the.zshrc
file and.config/zsh/zshPluginList
- Source
.zshrc
and runantibody_bundle_loadfile
- Download starship to
.local/src/starship
(MUSL version if on remote system) and symlink to.local/bin
- Source
.zshrc
again- Everything should now be running normally
- Load git repository to
~/.local/src/fzf
- Install using
~/.local/src/fzf/install --xdg
- Symlink
.config/fzf/fzf.zsh
- Install
pip
if not already - Run
pip install --user ranger-fm
- If you get
curses module not found
error, try with Python2.7
- Install
neovim
- Can be either through package manager or appimage from neovim website
- Also install python neovim package
- Place appimage/expanded appimage into .local/src/nvim
- Install vim-plug
symlndotf
the whole.config/nvim
- Start neovim
- Run
:PlugInstall
symlndotf
.config/git/gitconfig
git config --global include.path '~/.config/git/gitconfig'
symlndotf .config/systemd/user/ssh-agent.service
cd ~/.config/systemd/user
systemctl --user enable ssh-agent
systemctl --user start ssh-agent
- Prepend
AddKeysToAgent yes
to~/.ssh/config
(assuming the option is valid for the version ofssh
installed)
- Run command line from odrive sync agent webpage
- symlink
odrive
from$HOME/.odrive-agent
- Create/symlink
start_odrive
shell script - Follow online instructions for settings up authentication keys
- Run installer script (or get from AUR)
- Symlink
.condarc
- Install via aur
- Login and sync
- Add ZotFile, zotero-shortdoi, zutilo, and zotero-better-bibtex
- Setup quick copy as a Zotero context menu item (via Zutilo settings)
- Install it
- Install the settings-sync extension
- Log into the settings sync extension and download settings
- (Possibly?) Need to add TeXLive to path in
.profile
to make it behave
- Kvantum (Qt): KvOxygen
- In
.config/gtk-3.0
, setgtk-theme-name=Clearlooks
- Adjust masterpdfeditor4 to default look
- Mouse pointer is "Aidwta" or "X11 Default Black" (as found on KDE or Gnome stores)
- Simply use Manjaro's install script
install_pulse
- Enable redshift via it's systemd service. After installing from AUR,
systemctl --user enable redshift-gtk
systemctl --user start redshift-gtk
Note this means that systemd will restart Redshift if it is killed. You must stop the systemd service to turn it off correctly.