HN user

aaronkjones

51 karma
Posts3
Comments11
View on HN

My first job was with a local, rural ISP in 2001. I convinced the boss to let me have an additional account and I payed for a second phone line. Initially I used some software (on Windows 2000) to perform modem bonding (shotgun modem) with two modems. Then, eventually upgraded to Diamond Supra Sonic II 112k. It of course never reached 112k obviously but I was riding that high for quite a while.

The packages that get installed are: git curl wget zsh tmux neovim

It depends on what OS/platform you are using to uninstall a package.

The configuration files are in the ".dotfiles" directory of your home folder. You can remove one or all of them from there and restart your terminal.

My thinking is it's easier to start out with a solid foundation that I think the "sensible" and oh-my-zsh projects give you.

Take tmux-sensible for example, https://github.com/tmux-plugins/tmux-sensible. Each configuration item is explained in detail.

So the goal here is to give new users a starting point that is well documented and explained, instead of finding joeschmo's dotfiles that has "set -g default-command "reattach-to-user-namespace -l $SHELL"" with no explanation on what that does.