-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial commit ubuntu touch focal fp4
- Loading branch information
Showing
8 changed files
with
23 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
set -g mouse on | ||
"set -g terminal-overrides 'xterm*:smcup@:rmcup@' | ||
# move tmux copy buffer into x clipboard | ||
bind-key -t vi-copy y copy-pipe 'xclip -selection clipboard >/dev/null' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
BYOBU_DARK="\#222222" | ||
BYOBU_LIGHT=white | ||
BYOBU_ACCENT=magenta | ||
BYOBU_HIGHLIGHT=red | ||
BYOBU_DARK="\#333333" | ||
BYOBU_LIGHT="\#EEEEEE" | ||
BYOBU_ACCENT="\#75507B" | ||
BYOBU_HIGHLIGHT="\#DD4814" | ||
MONOCHROME= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
. /usr/share/byobu/profiles/bashrc #byobu-prompt# | ||
[ -r /usr/share/byobu/profiles/bashrc ] && . /usr/share/byobu/profiles/bashrc #byobu-prompt# | ||
|
||
[ -r $HOME/.local/share/crackle/byobu/usr/share/byobu/profiles/bashrc ] && . $HOME/.local/share/crackle/byobu/usr/share/byobu/profiles/bashrc #byobu-prompt# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[user] | ||
email = [email protected] | ||
name = Rahammetoela Toekiman | ||
signingKey = ACD083CB585C9AA9 | ||
signingKey = ACD083CB585C9AA9 | ||
[core] | ||
editor = vim | ||
[merge] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters