SSH: Add geym and tahoe
Local krb config. Create ubuntu package list
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
alias ls='ls --color=auto'
|
||||
export KRB5_CONFIG=".etcfiles/krb5.conf"
|
||||
export EDITOR="vim"
|
||||
export CUPS_GSSSERVICENAME=HTTP
|
||||
export PATH=$PATH:/home/kuba/bin
|
||||
@@ -12,6 +13,8 @@ export PATH="$HOME/git/esp-open-sdk/xtensa-lx106-elf/bin/:$PATH"
|
||||
|
||||
alias dotfiles="/usr/bin/git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME"
|
||||
alias dvim="GIT_WORK_TREE='/home/kuba' GIT_DIR='/home/kuba/.dotfiles.git/' vim"
|
||||
alias pip=pip3
|
||||
alias python=python3
|
||||
|
||||
# Source git prompt
|
||||
if [ -f ~/scripts/git-prompt.sh ]; then
|
||||
|
||||
6
.etcfiles/package-list-ubuntu
Normal file
6
.etcfiles/package-list-ubuntu
Normal file
@@ -0,0 +1,6 @@
|
||||
git-lfs
|
||||
gnuplot-x11
|
||||
graphviz
|
||||
htop
|
||||
terminator
|
||||
tmux
|
||||
@@ -8,7 +8,13 @@ Host home
|
||||
ForwardAgent yes
|
||||
ForwardX11Trusted yes
|
||||
|
||||
Host dali
|
||||
Host tahoe
|
||||
HostName tahoe.fy.chalmers.se
|
||||
User jakub
|
||||
Port 22209
|
||||
ForwardX11Trusted yes
|
||||
|
||||
Host geym
|
||||
HostName geym.fy.chalmers.se
|
||||
User jakub
|
||||
Port 22209
|
||||
|
||||
Reference in New Issue
Block a user