diff options
-rw-r--r-- | README.md | 6 | ||||
-rwxr-xr-x | backup | 3 | ||||
-rw-r--r-- | packages.txt | 185 |
3 files changed, 194 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffe24f7 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# .files +These are my personal dotfiles of my main arch-based machine. You probably shouldn't use these, as the configs are **very** specific to my PC usage. + +## My routine for new machines +* Clone this repository and move all its files into your `$HOME` (including `.git`) +* Install the packages: `for x in $(cat packages.txt); do pacman -S $x; done` @@ -26,4 +26,7 @@ find .repos/ -type d -name ".git" -exec rm -rf {} + cp "$HOME"/.bash_profile "$HOME"/.bashrc "$HOME"/.xinitrc "$HOME"/.Xresources . cp -r "$HOME"/.lein . +# Installed programs +pacman -Qet | awk '{print $1}' > packages.txt + git status diff --git a/packages.txt b/packages.txt new file mode 100644 index 0000000..d2375dd --- /dev/null +++ b/packages.txt @@ -0,0 +1,185 @@ +adobe-source-han-sans-cn-fonts +adobe-source-han-sans-hk-fonts +adobe-source-han-sans-jp-fonts +adobe-source-han-sans-kr-fonts +adobe-source-han-sans-otc-fonts +adobe-source-han-sans-tw-fonts +adobe-source-han-serif-cn-fonts +adobe-source-han-serif-jp-fonts +adobe-source-han-serif-kr-fonts +adobe-source-han-serif-otc-fonts +adobe-source-han-serif-tw-fonts +adobe-source-sans-pro-fonts +adobe-source-serif-pro-fonts +alsa-firmware +alsa-oss +alsa-utils +apulse +asciinema +audacity +base +bdf-spleen +bdf2c +bind-tools +bison +ccache +cdrtools +cheese +chromium-widevine +clang +clojure +cmake +cowsay +cpio +ctags +cups-pdf +cura +dhcpcd +discord +downgrade +dvgrab +exercism-bin +fd +firefox +flex +font-bh-ttf +fuse3 +fzf +geckodriver +grub +gtk-theme-arc-gruvbox-git +gutenprint +hdparm +htop +hub +intel2gas +jdownloader2 +jitsi-meet-desktop-bin +joker-bin +jp2a +keybase-gui +lib32-dbus-glib +lib32-gtk2 +lib32-libxt +libnewt +libressl +libvirt +linux-zen-docs +lshw +lsscsi +maim +man-pages +maven +mediainfo +minecraft +mono-addins +mono-tools +mpc +mpv +nasm +neovim +nerd-fonts-hack +nerd-fonts-source-code-pro +net-tools +nmap +ntp +nyancat +obs-studio +odt2txt +openssl-1.0 +pandoc +patchutils +pavucontrol +perl-proc-processtable +php +pkgconf +python2-libusb1 +qutebrowser +rclone +read-edid +ripgrep +rpmextract +rsync +rust +scrcpy +screen +scrot +seamonkey +shellcheck +shfmt +signal-desktop +sonic-pi +speedtest-cli +spotifywm-git +sxiv +telegram-desktop +the_silver_searcher +thunar +thunderbird-i18n-de +thunderbird-i18n-en-us +tmate +transmission-gtk +tree +ttf-inconsolata +ttf-iosevka-term +ttf-joypixels +ttf-linux-libertine +ttf-mac-fonts +ufw +uncrustify +unicode-emoji +unrar +unrtf +usbutils +v4l2loopback-dkms +vi +virtualbox-guest-utils +vitetris +whatsapp-nativefier-dark +windows2usb-git +wmctrl +wmname +wtf +xbanish +xf86-video-amdgpu +xf86-video-vesa +xorg-docs +xorg-fonts-100dpi +xorg-fonts-75dpi +xorg-iceauth +xorg-luit +xorg-server +xorg-server-devel +xorg-server-xephyr +xorg-server-xnest +xorg-server-xvfb +xorg-server-xwayland +xorg-sessreg +xorg-smproxy +xorg-x11perf +xorg-xbacklight +xorg-xcmsdb +xorg-xcursorgen +xorg-xdpyinfo +xorg-xdriinfo +xorg-xev +xorg-xgamma +xorg-xhost +xorg-xinit +xorg-xinput +xorg-xkbevd +xorg-xkbutils +xorg-xkill +xorg-xlsatoms +xorg-xlsclients +xorg-xpr +xorg-xrefresh +xorg-xsetroot +xorg-xvidtune +xorg-xvinfo +xorg-xwd +xorg-xwininfo +xorg-xwud +yay +zip +zoom |