mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
add conf/terminator
This commit is contained in:
parent
c30d82e2ee
commit
1e24de5317
21
conf/terminator.config
Normal file
21
conf/terminator.config
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# $HOME/.config/terminator/config
|
||||||
|
[global_config]
|
||||||
|
[keybindings]
|
||||||
|
layout_launcher = None
|
||||||
|
[layouts]
|
||||||
|
[[default]]
|
||||||
|
[[[child1]]]
|
||||||
|
parent = window0
|
||||||
|
type = Terminal
|
||||||
|
[[[window0]]]
|
||||||
|
parent = ""
|
||||||
|
type = Window
|
||||||
|
[plugins]
|
||||||
|
[profiles]
|
||||||
|
[[default]]
|
||||||
|
audible_bell = True
|
||||||
|
background_image = None
|
||||||
|
font = DejaVu Sans Mono 9
|
||||||
|
foreground_color = "#ffffff"
|
||||||
|
palette = "#000000:#cd0000:#00cd00:#cdcd00:#0000cd:#cd00cd:#00cdcd:#faebd7:#404040:#ff0000:#00ff00:#ffff00:#0000ff:#ff00ff:#00ffff:#ffffff"
|
||||||
|
use_system_font = False
|
2
install
2
install
@ -23,6 +23,8 @@ cat conf/Xdefaults > ~/.Xdefaults
|
|||||||
mkdir -p ~/.inxi
|
mkdir -p ~/.inxi
|
||||||
cat conf/inxi.conf > ~/.inxi/inxi.conf
|
cat conf/inxi.conf > ~/.inxi/inxi.conf
|
||||||
gpg --quiet --import .mikaela/keys/0x0C207F07B2F32B67.asc&
|
gpg --quiet --import .mikaela/keys/0x0C207F07B2F32B67.asc&
|
||||||
|
mkdir -p ~/.config/terminator/
|
||||||
|
cat conf/terminator >> ~/.config/terminator/config
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
chmod a+xr chmod
|
chmod a+xr chmod
|
||||||
bash -x ./chmod&
|
bash -x ./chmod&
|
||||||
|
Loading…
Reference in New Issue
Block a user