(change): removed kitty, added script
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,29 +0,0 @@
|
||||
# Theme ported from the Mac Terminal application.
|
||||
|
||||
background #000000
|
||||
foreground #00ff00
|
||||
cursor #23ff18
|
||||
selection_background #083905
|
||||
color0 #000000
|
||||
color8 #666666
|
||||
color1 #990000
|
||||
color9 #e50000
|
||||
color2 #00a600
|
||||
color10 #00d900
|
||||
color3 #999900
|
||||
color11 #e5e500
|
||||
color4 #0000b2
|
||||
color12 #0000ff
|
||||
color5 #b200b2
|
||||
color13 #e500e5
|
||||
color6 #00a6b2
|
||||
color14 #00e5e5
|
||||
color7 #bebebe
|
||||
color15 #e5e5e5
|
||||
selection_foreground #000000
|
||||
|
||||
background_opacity 0.8
|
||||
background_blur 10
|
||||
|
||||
tab_bar_style powerline
|
||||
tab_powerline_style round
|
||||
@@ -1,5 +1,5 @@
|
||||
music_directory "~/Music"
|
||||
playlist_directory "~/.config/mpd/playlists"
|
||||
playlist_directory "~/Music"
|
||||
|
||||
auto_update "yes"
|
||||
bind_to_address "127.0.0.1"
|
||||
|
||||
Executable
+17
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Let's make the link for mpd
|
||||
|
||||
mkdir -p ~/.config/mpd
|
||||
ln -sf $PWD/.config/mpd/mpd.conf ~/.config/mpd/mpd.conf
|
||||
|
||||
# Links for ncmpcpp
|
||||
|
||||
mkdir -p ~/.config/ncmpcpp
|
||||
ln -sf $PWD/.config/ncmpcpp/config ~/.config/ncmpcpp/config
|
||||
|
||||
# Links for VSCodium
|
||||
|
||||
mkdir -p ~/.config/VSCodium/User
|
||||
ln -sf $PWD/.config/VSCodium/User/settings.json ~/.config/VSCodium/User/settings.json
|
||||
ln -sf $PWD/.config/VSCodium/User/snippets ~/.config/VSCodium/User/snippets
|
||||
Reference in New Issue
Block a user