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
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
|
export KRB5_CONFIG=".etcfiles/krb5.conf"
|
||||||
export EDITOR="vim"
|
export EDITOR="vim"
|
||||||
export CUPS_GSSSERVICENAME=HTTP
|
export CUPS_GSSSERVICENAME=HTTP
|
||||||
export PATH=$PATH:/home/kuba/bin
|
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 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 dvim="GIT_WORK_TREE='/home/kuba' GIT_DIR='/home/kuba/.dotfiles.git/' vim"
|
||||||
|
alias pip=pip3
|
||||||
|
alias python=python3
|
||||||
|
|
||||||
# Source git prompt
|
# Source git prompt
|
||||||
if [ -f ~/scripts/git-prompt.sh ]; then
|
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
|
ForwardAgent yes
|
||||||
ForwardX11Trusted 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
|
HostName geym.fy.chalmers.se
|
||||||
User jakub
|
User jakub
|
||||||
Port 22209
|
Port 22209
|
||||||
|
|||||||
Reference in New Issue
Block a user