Compare commits

..

No commits in common. "d41c1fde9175b3f2600aa2afc44423c204d75ba5" and "88ece234d4b2927801fef08aa8b01a54eb443edb" have entirely different histories.

2 changed files with 4 additions and 43 deletions

View File

@ -1,33 +0,0 @@
# This is `bat`s configuration file. Each line either contains a comment or
# a command-line option that you want to pass to `bat` by default. You can
# run `bat --help` to get a list of all possible configuration options.
# Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes`
# for a list of all available themes
#--theme="TwoDark"
# Enable this to use italic text on the terminal. This is not supported on all
# terminal emulators (like tmux, by default):
#--italic-text=always
# Uncomment the following line to disable automatic paging:
#--paging=never
# Uncomment the following line if you are using less version >= 551 and want to
# enable mouse scrolling support in `bat` when running inside tmux. This might
# disable text selection, unless you press shift.
#--pager="less --RAW-CONTROL-CHARS --quit-if-one-screen --mouse"
# Syntax mappings: map a certain filename pattern to a language.
# Example 1: use the C++ syntax for Arduino .ino files
# Example 2: Use ".gitignore"-style highlighting for ".ignore" files
#--map-syntax "*.ino:C++"
#--map-syntax ".ignore:Git Ignore"
#--theme=gruvbox-dark
#--theme=DarkNeon
#Coldark-Dark
#
--theme=OneHalfDark

View File

@ -84,7 +84,7 @@ echo -e "
$Green################################################################################
## ##
## Subscribe to PPA for fish, lazygit, neovim in ubuntu/debian ##
## Subscribe to Fish shell repositories in ubuntu/debian ##
## ##
################################################################################$NC"
@ -98,12 +98,6 @@ $Green##########################################################################
{{ else -}}
## Setup fish repo in ubuntu
sudo apt-add-repository ppa:fish-shell/release-3 -y
## Lazygit ppa
sudo add-apt-repository ppa:lazygit-team/release
## Neovim ppa
sudo add-apt-repository ppa:neovim-ppa/unstable
{{ end -}}
sudo apt-get update
{{ end -}}
@ -133,8 +127,8 @@ sleep 3
nix-env -iA nixpkgs.jump nixpkgs.du-dust
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
sudo apt install fish lazygit neovim $ACT_PACKAGES libpam-ssh-agent-auth -y
nix-env -iA nixpkgs.jump nixpkgs.skim nixpkgs.du-dust
sudo apt install fish $ACT_PACKAGES libpam-ssh-agent-auth -y
nix-env -iA nixpkgs.neovim nixpkgs.jump nixpkgs.skim nixpkgs.du-dust nixpkgs.lazygit
if ! fish -c atuin &>/dev/null
then
bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)