diff options
| -rw-r--r-- | .config/VSCodium/User/settings.json | 7 | ||||
| -rw-r--r-- | .config/terminator/config | 29 | ||||
| -rw-r--r-- | .local/share/fonts/Droid Sans Mono for Powerline Nerd Font Complete.otf | bin | 0 -> 2096384 bytes | |||
| -rw-r--r-- | .local/share/fonts/iosevka/Iosevka-Regular.ttc | bin | 0 -> 47850900 bytes | |||
| -rw-r--r-- | .profile | 27 | ||||
| -rw-r--r-- | .zshrc | 2 | ||||
| -rw-r--r-- | README.md | 2 |
7 files changed, 65 insertions, 2 deletions
diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json new file mode 100644 index 0000000..efbcd0b --- /dev/null +++ b/.config/VSCodium/User/settings.json @@ -0,0 +1,7 @@ +{ + "workbench.colorTheme": "Default Light Modern", + "editor.fontFamily": "Iosevka, Fira Code, Iosevka Extended, monospace", + "terminal.integrated.fontFamily": "Iosevka Term", + "keyboard.dispatch": "keyCode", + "editor.fontLigatures": true +}
\ No newline at end of file diff --git a/.config/terminator/config b/.config/terminator/config new file mode 100644 index 0000000..8965081 --- /dev/null +++ b/.config/terminator/config @@ -0,0 +1,29 @@ +[global_config] + borderless = True +[keybindings] +[profiles] + [[default]] + background_darkness = 0.8 + background_type = transparent + font = Iosevka Term 12 + scrollback_infinite = True + use_system_font = False + title_transmit_bg_color = "#3584e4" + title_receive_bg_color = "#57e389" + [[netflix]] + background_color = "#282828" + background_darkness = 0.1 + background_type = transparent + font = DejaVuSansMono Nerd Font Mono 10 + foreground_color = "#ebdbb2" + use_system_font = False +[layouts] + [[default]] + [[[window0]]] + type = Window + parent = "" + [[[child1]]] + type = Terminal + parent = window0 + profile = default +[plugins] diff --git a/.local/share/fonts/Droid Sans Mono for Powerline Nerd Font Complete.otf b/.local/share/fonts/Droid Sans Mono for Powerline Nerd Font Complete.otf Binary files differnew file mode 100644 index 0000000..81f17a2 --- /dev/null +++ b/.local/share/fonts/Droid Sans Mono for Powerline Nerd Font Complete.otf diff --git a/.local/share/fonts/iosevka/Iosevka-Regular.ttc b/.local/share/fonts/iosevka/Iosevka-Regular.ttc Binary files differnew file mode 100644 index 0000000..a65a7ac --- /dev/null +++ b/.local/share/fonts/iosevka/Iosevka-Regular.ttc diff --git a/.profile b/.profile new file mode 100644 index 0000000..d89ea5a --- /dev/null +++ b/.profile @@ -0,0 +1,27 @@ +# ~/.profile: executed by the command interpreter for login shells. +# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login +# exists. +# see /usr/share/doc/bash/examples/startup-files for examples. +# the files are located in the bash-doc package. + +# the default umask is set in /etc/profile; for setting the umask +# for ssh logins, install and configure the libpam-umask package. +#umask 022 + +# if running bash +if [ -n "$BASH_VERSION" ]; then + # include .bashrc if it exists + if [ -f "$HOME/.bashrc" ]; then + . "$HOME/.bashrc" + fi +fi + +# set PATH so it includes user's private bin if it exists +if [ -d "$HOME/bin" ] ; then + PATH="$HOME/bin:$PATH" +fi + +# set PATH so it includes user's private bin if it exists +if [ -d "$HOME/.local/bin" ] ; then + PATH="$HOME/.local/bin:$PATH" +fi @@ -1,4 +1,4 @@ -# Luke's config for the Zoomer Shell +source ~/.profile || true # Enable colors and change prompt: autoload -U colors && colors @@ -1,6 +1,6 @@ ```sh apt install zsh-syntax-highlighting zsh-autosuggestions -apt install terminator zsh git thunderbird neovim thunderbird rsync curl stow lf +apt install terminator zsh git thunderbird neovim thunderbird rsync curl stow lf mc htop sudo apt update && sudo apt install extrepo -y sudo extrepo enable librewolf |
