Small restructure, started custom shell extension
This commit is contained in:
parent
aa43af77bb
commit
ade6081cc7
5 changed files with 35 additions and 2 deletions
6
install
6
install
|
@ -27,6 +27,7 @@ rm -rf \
|
|||
"$HOME/.bashrc" \
|
||||
"$HOME/.gitconfig" \
|
||||
"$HOME/.config/gtk-3.0/gtk.css" \
|
||||
"$HOME/.local/share/gnome-shell/extensions/custom@gnome-shell-extensions.joshtronic.com" \
|
||||
"$HOME/.screenrc" \
|
||||
"$HOME/.themes/custom/gnome-shell/gnome-shell.css" \
|
||||
"$HOME/.vim" \
|
||||
|
@ -42,8 +43,9 @@ mkdir -p \
|
|||
|
||||
ln -s "$DOTFILES/bashrc" "$HOME/.bashrc"
|
||||
ln -s "$DOTFILES/gitconfig" "$HOME/.gitconfig"
|
||||
ln -s "$DOTFILES/gnome-shell.css" "$HOME/.themes/custom/gnome-shell/gnome-shell.css"
|
||||
ln -s "$DOTFILES/gtk.css" "$HOME/.config/gtk-3.0/gtk.css"
|
||||
ln -s "$DOTFILES/gnome/extension" "$HOME/.local/share/gnome-shell/extensions/custom@gnome-shell-extensions.joshtronic.com" \
|
||||
ln -s "$DOTFILES/gnome/gnome-shell.css" "$HOME/.themes/custom/gnome-shell/gnome-shell.css"
|
||||
ln -s "$DOTFILES/gnome/gtk.css" "$HOME/.config/gtk-3.0/gtk.css"
|
||||
ln -s "$DOTFILES/screenrc" "$HOME/.screenrc"
|
||||
ln -s "$DOTFILES/vimrc" "$HOME/.vimrc"
|
||||
ln -s "$DOTFILES/zshrc" "$HOME/.zshrc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue