Added emoji based stuff
This commit is contained in:
parent
a2f298f34f
commit
a8b59998e1
2 changed files with 7 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -14,11 +14,13 @@ bash: yaourt
|
||||||
|
|
||||||
config: yaourt
|
config: yaourt
|
||||||
mkdir -p ~/.config/terminator
|
mkdir -p ~/.config/terminator
|
||||||
|
mkdir -p ~/.config/uniemoji/
|
||||||
ln -sfP $(DOTFILES)/config/terminator.conf ~/.config/terminator/config
|
ln -sfP $(DOTFILES)/config/terminator.conf ~/.config/terminator/config
|
||||||
sudo ln -sfP $(DOTFILES)/config/libinput-gestures.conf /etc/libinput-gestures.conf
|
sudo ln -sfP $(DOTFILES)/config/libinput-gestures.conf /etc/libinput-gestures.conf
|
||||||
git config --global core.excludesfile ~/.dotfiles/config/gitignore_global
|
git config --global core.excludesfile ~/.dotfiles/config/gitignore_global
|
||||||
git clone https://github.com/amix/vimrc.git ~/.vim_runtime || cd ~/.vim_runtime && git pull
|
git clone https://github.com/amix/vimrc.git ~/.vim_runtime || cd ~/.vim_runtime && git pull
|
||||||
ln -sfP $(DOTFILES)/config/vimrc ~/.vimrc
|
ln -sfP $(DOTFILES)/config/vimrc ~/.vimrc
|
||||||
|
ln -sfP $(DOTFILES)/config/uniemoji.json ~/.config/uniemoji/custom.json
|
||||||
|
|
||||||
gnome: yaourt
|
gnome: yaourt
|
||||||
rm -rf ~/Templates/*
|
rm -rf ~/Templates/*
|
||||||
|
|
|
@ -34,6 +34,8 @@ handbrake
|
||||||
hexchat
|
hexchat
|
||||||
hipchat
|
hipchat
|
||||||
htop
|
htop
|
||||||
|
ibus
|
||||||
|
ibus-uniemoji
|
||||||
inkscape
|
inkscape
|
||||||
insync
|
insync
|
||||||
insync-nautilus
|
insync-nautilus
|
||||||
|
@ -49,6 +51,7 @@ monodevelop
|
||||||
mupen64plus
|
mupen64plus
|
||||||
nextcloud-client-git
|
nextcloud-client-git
|
||||||
nodejs
|
nodejs
|
||||||
|
noto-fonts-emoji
|
||||||
numix-themes
|
numix-themes
|
||||||
nvm
|
nvm
|
||||||
obs-studio
|
obs-studio
|
||||||
|
@ -76,7 +79,9 @@ telegram-desktop-bin
|
||||||
terminator
|
terminator
|
||||||
the_silver_searcher
|
the_silver_searcher
|
||||||
thunderbird
|
thunderbird
|
||||||
|
ttf-emojione-color
|
||||||
ttf-ms-fonts
|
ttf-ms-fonts
|
||||||
|
ttf-symbola
|
||||||
ttf-wps-fonts
|
ttf-wps-fonts
|
||||||
unified-remote-server
|
unified-remote-server
|
||||||
variety
|
variety
|
||||||
|
|
Loading…
Reference in a new issue