From 66e3a611e0d0a2914c7a92f0f69a9e05b39c4667 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Fri, 22 Feb 2019 14:35:44 -0700 Subject: [PATCH] ENH: opensuse --- README.md | 57 +++++++-------------------------------------------- git/gitconfig | 2 -- tmux.conf | 5 ++--- zsh/zprofile | 5 ----- zsh/zshenv | 11 +--------- zsh/zshrc | 7 ++++--- 6 files changed, 14 insertions(+), 73 deletions(-) diff --git a/README.md b/README.md index cbe53c9..1d29143 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,23 @@ # Dotfiles ```bash -$ git clone https://github.com/thermokarst/dotfiles.git ~/.dotfiles -$ cd ~/.dotfiles -$ git remote rename origin thermokarst -# Install macports -$ sudo port selfupdate -$ sudo port install \ +$ sudo zypper install \ the_silver_searcher \ - aspell \ - aspell-dict-en \ cmus \ - curl \ git \ - gnupg2 \ - graphviz-devel \ htop \ - imagemagick \ - myrepos \ - nodejs9 \ - openssl \ - postgresql10 \ - postgresql10-server \ - python36 \ - tmux-pasteboard \ - rsync \ + mr \ + nodejs10 \ tmux \ tree \ vim \ wget \ xz \ zsh -$ sudo port select --set python python36 -$ sudo port select --set python3 python36 -$ sudo port select --set postgresql postgresql10 -$ sudo chpass -s '/opt/local/bin/zsh' $USER -$ sudo sh -c 'echo /opt/local/bin/zsh >>/etc/shells' +$ git clone https://github.com/thermokarst/dotfiles.git ~/.dotfiles +$ cd ~/.dotfiles +$ git remote rename origin thermokarst +$ sudo chsh $USER -s zsh $ git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell $ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" $ ./install @@ -43,28 +25,3 @@ $ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent $ vim +PlugInstall $ mr checkout ``` - -## Typical `pip` modifications for macports - -```bash -pip install --global-option=build_ext --global-option=-I/opt/local/include -r requirements.txt -``` - -## postgresql setup - -```bash -sudo mkdir -p /opt/local/var/db/postgresql10/defaultdb -sudo chown postgres:postgres /opt/local/var/db/postgresql10/defaultdb -sudo su postgres -c '/opt/local/lib/postgresql10/bin/initdb -D /opt/local/var/db/postgresql10/defaultdb' -sudo port load postgresql10-server -sudo su postgres -c "createuser matthew --createdb --login --superuser" -sudo su postgres -c "createdb matthew" -``` - -### Trackpad - -https://github.com/pilotmoon/Scroll-Reverser - -### Typeface - -https://fonts.google.com/specimen/Inconsolata (iTerm2 16pt anti-aliased) diff --git a/git/gitconfig b/git/gitconfig index 64abf21..e4393f6 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -50,7 +50,5 @@ la = "!git config -l | grep alias | cut -c 7-" [push] default = upstream -[credential] - helper = osxkeychain [pull] rebase = true diff --git a/tmux.conf b/tmux.conf index bdb3fab..b090942 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,8 +1,7 @@ # Automatic window title setw -g automatic-rename -# Fix LSOpenURLsWithRole() error on OS X. Requires reattach-to-user-namespace -set -g default-command "reattach-to-user-namespace -l /opt/local/bin/zsh" +set-option -g default-shell /bin/zsh # remap prefix to Control + a set -g prefix C-a @@ -32,7 +31,6 @@ bind l select-pane -R set-option -g status-bg colour18 set-option -g status-fg colour136 -set -g status-interval 0 # Changed for El Capitan issues set -g status-justify centre set -g status-left-length 50 set -g status-right-length 140 @@ -46,5 +44,6 @@ set-option -g destroy-unattached 'off' # Enable mouse control (clickable windows, panes, resizable panes) set -g mouse on +# TODO: look into this bind-key -Tcopy-mode-vi 'v' send -X begin-selection bind-key -Tcopy-mode-vi 'y' send -X copy-pipe-and-cancel pbcopy diff --git a/zsh/zprofile b/zsh/zprofile index 07bdddd..1300610 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -1,7 +1,2 @@ # Matthew Dillon # matthewrdillon@gmail.com - -# Doing this to get around `path_helper`, which reorders my path when I -# least expect it! -# https://github.com/sorin-ionescu/prezto/issues/381 -export PATH=$PATH_SAVE:$PATH diff --git a/zsh/zshenv b/zsh/zshenv index b399f4e..95f59cb 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -76,16 +76,7 @@ cdpath=( path=( # miniconda /opt/miniconda3/bin - - # macports - /opt/local/bin - /opt/local/sbin - - # xquartz - /opt/X11/bin - - # latex - /Library/Tex/texbin + $path ) export -U PATH diff --git a/zsh/zshrc b/zsh/zshrc index 1e9538a..15cedb5 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -6,7 +6,9 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" fi -source /opt/miniconda3/etc/profile.d/conda.sh +if [[ -s "/opt/miniconda3/etc/profile.d/conda.sh" ]]; then + source /opt/miniconda3/etc/profile.d/conda.sh +fi # shortcuts alias mailserver="sudo python -m smtpd -n -c DebuggingServer localhost:25" @@ -19,8 +21,6 @@ alias i="ipython3" BASE16_SHELL=$HOME/.config/base16-shell/ [ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)" -alias tmux="TERM=xterm-256color tmux" - # Backup shortcuts (borrowed parts from https://github.com/laurent22/rsync-time-backup function prune_backups() { dest_root="/Volumes/field_on_fire/$HOST" @@ -50,6 +50,7 @@ function prune_backups() { function back_things_up() { date=$(date +"%Y-%m-%d-%H%M%S") + # TODO: update this... dest_root="/Volumes/field_on_fire/$HOST" rsync -azPE \ --stats \