Compare commits

...

5 Commits

@ -25,4 +25,33 @@ font:
key_bindings:
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
background_opacity: 1
background_opacity: 0.85
# Colors (Tomorrow Night Bright)
colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xeaeaea'
# Normal colors
normal:
black: '0x000000'
red: '0xd54e53'
green: '0xb9ca4a'
yellow: '0xe6c547'
blue: '0x7aa6da'
magenta: '0xc397d8'
cyan: '0x70c0ba'
white: '0x424242'
# Bright colors
bright:
black: '0x666666'
red: '0xff3334'
green: '0x9ec400'
yellow: '0xe7c547'
blue: '0x7aa6da'
magenta: '0xb77ee0'
cyan: '0x54ced6'
white: '0x2a2a2a'

@ -25,4 +25,4 @@ underline_shortcut=1
wheel_scroll_lines=3
[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xc0\0\0\x1@\0\0\a\x7f\0\0\x4\x37\0\0\x3\xc2\0\0\x1@\0\0\a}\0\0\x4\x35\0\0\0\x1\0\0\0\0\a\x80\0\0\x3\xc2\0\0\x1@\0\0\a}\0\0\x4\x35)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0%\0\0\x3\xbf\0\0\x4\x37\0\0\0\x2\0\0\0%\0\0\x3\xbd\0\0\x4\x35\0\0\0\0\0\0\0\0\a\x80\0\0\0\x2\0\0\0%\0\0\x3\xbd\0\0\x4\x35)

@ -47,31 +47,6 @@ Host rossum
# Hostname rossum.deso-palaiseau.fr
User histausse
Host vm1
Hostname localhost
User histausse
Port 1122
Host vm2
Hostname localhost
User histausse
Port 1222
Host vm3
Hostname localhost
User histausse
Port 1322
Host vm4
Hostname vm4
User histausse
Port 2222
Host vm5
Hostname localhost
User histausse
Port 1422
Host rossum
Hostname rossum.deso-palaiseau.fr
User histausse
@ -92,10 +67,32 @@ Host synapse
Port 4502
User histausse
Host ctf
Hostname 10.60.70.3
User root
Host example.fr
HostName hindley.adh.auro.re
User histausse
Host krypton
Hostname nyx.ovh
Port 4503
User histausse
Host shannon
Hostname 192.168.42.1
User root
Host proxy_eurecom
Hostname ssh.eurecom.fr
HostKeyAlgorithms +ssh-rsa
User mineau
Host gitea.auro.re
User git
ProxyJump hindley
Host ubuntusnap
Hostname 192.168.56.3
User histausse
Host centossnap
Hostname 192.168.56.4
User histausse

@ -51,7 +51,6 @@ fi
# Source some variables
source /home/me/.bash_profile
eval $(gnome-keyring-daemon --start)
xcompmgr -c &
setxkbmap fr &

@ -54,9 +54,6 @@ aliases['status'] = 'git status'
aliases['rebase'] = 'git rebase'
aliases['checkout'] = 'git checkout'
# ssh
aliases['proxy_hindley'] = 'ssh -D 8080 hindley.adh.auro.re'
# config
aliases['config'] = '/usr/bin/git --git-dir=/home/me/.cfg/ --work-tree=/home/me'

Loading…
Cancel
Save