3.5 KiB
3.5 KiB
- dotfiles ┐【 ̄~ ̄】┌
- Author
- License
- Acknowledgements
dotfiles ┐【 ̄~ ̄】┌
These are my personal dotfiles. I'm using:
TODOS:
- Making an own conky, conky_maia-like
Getting Started
Prerequisites
Pacman Install
System
- lightdm
- wget
- udisks2
- exfat-utils
- zsh
- termite
- libmad
- alsa-utils
- pulseaudio-alsa
- blueman
- pulseaudio-bluetooth
- networkmanager
- networkmanager-openvpn
- networkmanager-openconnect
- network-manager-applet
- acpi
- acpid
- xorg-xmodmap
- xorg-xbacklight
- libgnome-keyring
- gnome-keyring
Essentials
- nyancat
- stow
- git
- openssh
- thunderbird
- python-pip
- xsel
- rofi
Lifestyle
- emacs
- texlive-most
- evince
- thunderbird
- scrot
- aspell-en
Pretty stuff (i.e. ricing, pretty cli-apps)
- cmus
- lxappearance
- conky
- arc-icon-theme
- powerline-fonts
- awesome-terminal-fonts
- zsh-theme-powerlevel9k
Security/Privacy
- veracrypt
- keepassx2
Yaourt Install
System
- lightdm-mini-greeter
- i3-gaps
- i3lock-color
Essentials
- polybar
Lifestyle
- waterfox-bin
- nextcloud-client
Pretty stuff (i.e. ricing, pretty cli-apps)
- cava
- materia-theme
- neofetch
Setting up zsh
chsh -s /bin/zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" # Downloading/Installing oh-my-zsh
cp -r /usr/share/zsh-theme-powerlevel9k ~/.oh-my-zsh/themes/powerlevel9k # copying powerlevel9k-theme to the desired directory
rm -rf ~/.*bash* # remove bash-stuff from your home directory.. don't do it if you wanna keep using bash
Setting up Emacs
I tried to make this as easy as possible. All packages should be installed automatically.
Font setup
Full git here.
git clone # clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
"Installing" the dotfiles.
Take a look at already existing files and delete them if necessary.
git clone https://github.com/TuDatTr/dotfiles .dotfiles && cd .dotfiles
stow cava
stow emacs
stow i3
stow neofetch
stow polybar
stow rofi
stow termite
stow zsh
sudo ln -s ~/.scripts/pipes.sh /usr/local/bin/pipes
Author
- Tuan-Dat Tran - TuDatTr
License
This project is license under the GPL-3.0 License - see LICENSE file for details.