-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotfiles.json
More file actions
50 lines (50 loc) · 2.33 KB
/
Copy pathdotfiles.json
File metadata and controls
50 lines (50 loc) · 2.33 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"default": {
"dependencies": {
"i3-gaps": "https://github.com/Airblader/i3",
"polybar": "https://github.com/jaagr/polybar",
"dunst": "https://github.com/dunst-project/dunst",
"urxvt": "",
"fish": "https://github.com/fish-shell/fish-shell",
"fisher": "https://github.com/jorgebucaran/fisher",
"feh": "https://github.com/derf/feh",
"vscode": "https://github.com/Microsoft/vscode",
"pywal": "https://github.com/dylanaraps/pywal",
"oomox": "https://github.com/themix-project/oomox",
"tmux": "https://github.com/tmux/tmux",
"mpd": "https://github.com/MusicPlayerDaemon/MPD",
"nvim": "https://github.com/neovim/neovim",
"fnm": "https://github.com/jorgebucaran/fnm",
"jsoncpp": "https://github.com/open-source-parsers/jsoncpp",
"net-tools": "",
"fonts": "Ubuntu Nerd Font, TerminessTTF Nerd Font",
"icons & etc": "In the Readme"
},
"links":{
"~/.dotfiles": "./",
"~/.shellrc": "default/shell/shellrc",
"~/.bashrc": "default/shell/bashrc",
"~/.extend.bashrc": "default/shell/extend.bashrc",
"~/.bash_profile": "default/shell/bash_profile",
"~/.i3": "default/i3",
"~/.config/.compton.conf": "default/compton/compton.conf",
"~/.tmux.conf": "default/tmux/tmux.conf",
"~/.Xresources": "default/xresourses/Xresources",
"~/.extend.Xresources": "default/xresourses/extend.Xresources",
"~/.xcolors": "default/xcolors",
"~/.terminals": "default/terminals",
"~/Scripts": "default/scripts",
"~/.gtkrc-2.0.mine": "default/gtk/gtkrc-2.0.mine",
"~/.config/gtk-3.0/settings.ini": "default/gtk/gtkrc-3.0",
"~/.profile": "default/shell/profile",
"~/.xprofile": "default/xinit/xprofile",
"~/.xinitrc": "default/xinit/xinitrc",
"~/.config/rofi": "default/rofi",
"~/.config/polybar": "default/polybar",
"~/.config/nvim/config": "default/nvim",
"~/.config/Code/User": "default/vscode",
"~/.config/dunst": "default/dunst",
"~/.xbindkeys":"default/xinit/xbindkeys"
}
}
}