-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrice.tcl
30 lines (27 loc) · 932 Bytes
/
rice.tcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
:name rice
:by undefinedDarkness
:repo https://github.com/undefinedDarkness/rice
:depends {
awesome -message "Window Manager"
nvim -version 0.7+ -message "Editor" -optional true
picom -message "Compositer"
wezterm -message "Configured Terminal" -optional true
playerctl -message "Used to get now playing"
wget
nm-applet
dmenu -optional true -message "Used for launching applications"
rofi -optional true -message "Can be used instead of rofi"
maim -optional true -message "Used for screenshots"
}
:install {
# Basic Symlink
file symlink [file normalize $RICE/.config/awesome] $CONFIG/awesome
file symlink ;file normalize $RICE/.config/nvim] $CONFIG/nvim
# Install Font
cd ~/.local/share
file mkdir fonts/FantasqueSansMono
cd FantasqueSansMono
cmd wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.1/FantasqueSansMono.zip
cmd unzip FantasqueSansMono.zip
file delete FantasqueSansMono.zip
}